Explain Codes LogoExplain Codes Logo

Best Articles — Page 308

Best way to store JSON in an HTML attribute?

html
data-attributes
json-parsing
security-best-practices

How to delete from select in MySQL?

sql
performance
best-practices
join

The split() method in Java does not work on a dot (.)

java
regex
escape-character
pattern-quote

Last iteration of enhanced for loop in java

java
string-concatenation
efficiency
string-gymnastics

How to retry after exception?

python
retry-mechanisms
exception-handling
resilience

How to style input and submit button with CSS?

html
responsive-design
css
web-development

How to find children of nodes using BeautifulSoup

python
node-traversal
beautifulsoup
html-parsing

Why avoid increment ("++") and decrement ("--") operators in JavaScript?

javascript
best-practices
code-review
linting

Why use SQL database?

sql
database-optimization
sql-performance
orm-issues

Is it possible to style html5 audio tag?

html
responsive-design
css
javascript

Sql query to select data from 1 hour ago?

sql
timezones
date-functions
sql-queries

Why does Node.js' fs.readFile() return a buffer instead of string?

javascript
promises
callbacks
venv

Sort NULL values to the end of a table

sql
null-handling
sql-sorting
database-optimization

How do I use properly CASE..WHEN in MySQL

sql
best-practices
sql-queries
conditional-statements

A beginner's guide to SQL database design

sql
database-design
data-integrity
sql-queries

Jquery counting elements by class - what is the best way to implement this?

javascript
javascript-features
jquery-usage
best-practices

Using SQL count in a case statement

sql
conditional-aggregates
sql-functions
best-practices

How to check if a folder exists?

java
file-system
directory-structure
symbolic-links

How to use a calculated column to calculate another column in the same view

sql
prompt-engineering
best-practices
performance

Select multiple columns from a table, but group by one

sql
join
groupby
subqueries