Explain Codes LogoExplain Codes Logo

Best Articles — Page 2

How can I use a carriage return in a HTML tooltip?

html
responsive-design
best-practices
accessibility

Change private static final field using Java reflection

java
reflection
best-practices
security

Postgresql - sql - count of `true` values

sql
prompt-engineering
best-practices
join

Is there a way to check if geolocation has been DECLINED with Javascript?

javascript
prompt-engineering
permissions-api
geolocation

Is it possible to put CSS @media rules inline?

web-development
responsive-design
css-variables
picture-element

What does appending "?v=1" to CSS and JavaScript URLs in link and script tags do?

web-development
cache-busting
versioning
performance

Es6 class variable alternatives

javascript
class-fields
getters-and-setters
performance-implications

What is the HTML tag "div" short for?

html
responsive-design
best-practices
semantic-html

How can I strip HTML tags from a string in ASP.NET?

html
htmlagilitypack
html-tag-stripping
regex

How to move columns in a MySQL table?

sql
database-management
sql-commands
data-organization

Split function equivalent in T-SQL?

sql
string-splitting
xml-guide
sql-server

Converting Java objects to JSON with Jackson

java
serialization
json-serialization
jackson-library

How to determine if a number is odd in JavaScript

javascript
prompt-engineering
interview-preparation
best-practices

How to get the entire document HTML as a string?

javascript
web-development
xmlserializer
dom-tree

Http requests and JSON parsing in Python

python
http-requests
json-parsing
requests-library

C++ equivalent of java's instanceof

c++
type-checking
performance-considerations
compile-time-checks

Difference between Oracle's plus (+) notation and ANSI JOIN notation?

sql
join
best-practices
performance

Why should one use Objects.requireNonNull()?

java
fail-fast
null-pointer-exceptions
best-practices

Python foreach equivalent

python
looping
iterators
generators

How to remove/ignore :hover css style on touch devices

web-development
responsive-design
css-media-queries
touch-events