Explain Codes LogoExplain Codes Logo

Best Articles — Page 423

Distinct pair of values SQL

sql
distinct
group-by
sql-performance

Jax-rs — How to return JSON and HTTP status code together?

java
response-builder
http-status-codes
exception-handling

Using .otf fonts on web browsers

html
responsive-design
performance
best-practices

What is the difference between id and class in CSS, and when should I use them?

html
css-selectors
css-best-practices
html-structure

Check if a JavaScript string is a URL

javascript
url-validation
regex-patterns
url-encoding

Converting HTML to plain text in PHP for e-mail

php
html2text
email-conversion
plain-text

How to support placeholder attribute in IE8 and 9

html
responsive-design
best-practices
polyfills

How to build query string with Javascript

javascript
prompt-engineering
functions
encoding

Delete text in between HTML tags in vim?

html
vim-commands
html-editing
text-manipulation

Return HTML from ASP.NET Web API

web-development
content-result
http-status-code
web-api

Converting ISO 8601-compliant String to java.util.Date

java
date-time-api
java-8
best-practices

What is the difference between "let" and "var"?

javascript
hoisting
temporal-dead-zone
javascript-features

How to define custom exception class in Java, the easiest way?

java
exception-handling
best-practices
custom-exceptions

How do I split a string, breaking at a particular character?

javascript
destructuring
array-destructuring
regular-expressions

Resize the image in jupyter notebook using markdown

html
responsive-design
image-control
jupyter-notebook

Is main a valid Java identifier?

java
java-8
best-practices
naming-conventions

What is the difference between "INNER JOIN" and "OUTER JOIN"?

sql
join
sql-queries
database-operations

Querying WHERE condition to character length?

sql
prompt-engineering
best-practices
data-type

Gson throwing "Expected BEGIN_OBJECT but was BEGIN_ARRAY"?

java
gson
json-parsing
retrofit

Remote debugging a Java application

java
remote-debugging
jvm-options
debugging-parameters