Explain Codes LogoExplain Codes Logo

Best Articles — Page 142

Generate a random date between two other dates

python
date-formatting
faker
datetime

Picking a random element from a set

java
random-access
data-structure
collections

Get the name of an object's type

javascript
object-type
javascript-objects
type-checking

Using a Python dict for a SQL INSERT statement

python
data-types
sql-injection
pandas

How can I remove all CSS classes using jQuery/JavaScript?

javascript
prompt-engineering
functions
callbacks

Postgresql: using a calculated column in the same query

sql
join
performance
best-practices

Create a one to many relationship using SQL Server

sql
foreign-key
join
database-design

Max parallel HTTP connections in a browser?

web-development
http-2
browser-optimization
connection-limits

Java Constructor Inheritance

java
constructor-inheritance
design-patterns
best-practices

Embedding Base64 Images

web-development
base64
image-optimization
performance

How do you detect the clearing of a "search" HTML5 input?

javascript
input-event
debouncing
autocomplete

Why does JS code "var a = document.querySelector('a[data-a=1]');" cause error?

javascript
prompt-engineering
best-practices
responsive-design

Mac OS X and multiple Java versions

java
homebrew
java-versions
sdkman

Generating PDF files with JavaScript

javascript
pdf-generation
javascript-libraries
pdfkit

Mysql insert random datetime in a given datetime range

sql
randomness
datetime
performance

T-sql: Using a CASE in an UPDATE statement to update certain columns depending on a condition

sql
dynamic-sql
update-statements
error-handling

Tri-state Check box in HTML?

html
responsive-design
cross-browser-compatibility
accessibility

How do synchronized static methods work in Java and can I use it for loading Hibernate entities?

java
synchronized-methods
hibernate-entities
thread-safety

Mysql concatenation operator

sql
concatenation
sql-mode
concat-function

Remove HTML tags from a String

java
html-parsing
jsoup
html-sanitization