Explain Codes LogoExplain Codes Logo

Best Articles — Page 356

Removing unwanted table cell borders with CSS

html
responsive-design
css
best-practices

How do I remove documents using Node.js Mongoose?

javascript
promises
callbacks
bulk-write

Spring MVC - How to get all request params in a map in Spring controller?

java
request-parameter-handling
spring-mvc
request-parameters

Questions every good Database/SQL developer should be able to answer

sql
join
data-types
indexing

Store select query's output in one array in postgres

sql
array-constructor
query-results
database-optimization

Single quotes vs. double quotes in Python

python
prompt-engineering
best-practices
collections

Navigating HTML tags in Vim

html
vim-plugins
html-editing
vim-commands

Mysql syntax for Join Update

sql
join
transactions
best-practices

Check if string contains only digits

javascript
regex
string-validation
functions

Popstate on page's load in Chrome

javascript
prompt-engineering
best-practices
state-management

Creating runnable JAR with Gradle

java
gradle
application-plugin
fat-jar

Static method in a generic class?

java
type-parameters
static-methods
generics

Download file from web in Python 3

python
file-downloads
streaming
binary-data

Testing if a checkbox is checked with jQuery

javascript
jquery
checkbox
state

What is the meaning of the prefix N in T-SQL statements and when should I use it?

sql
unicode-data
t-sql-best-practices
data-safeguard

Sql WHERE condition is not equal to?

sql
best-practices
performance
join

Unicodeencodeerror: 'ascii' codec can't encode character u'\xa0' in position 20: ordinal not in range(128)

python
unicode-error
encoding-issues
utf-8

Datetime group by date and hour

sql
datetime
grouping
database

Get the current year in JavaScript

javascript
dynamic-content
date-object
javascript-snippet

Turn a string into a valid filename?

python
filename-sanitization
cross-platform
python-libraries