Explain Codes LogoExplain Codes Logo

Best Articles — Page 370

Best way to store a key=>value array in JavaScript?

javascript
key-value-pairs
javascript-objects
es6-map

Datetime2 vs DateTime in SQL Server

sql
datetime
sql-server
best-practices

What are the differences between a HashMap and a Hashtable in Java?

java
thread-safety
collections
performance

Convert a string representation of a hex dump to a byte array using Java?

java
hex-conversion
byte-array
java-utility

Disable button in angular with two conditions?

javascript
form-validation
angular
button-state

How to dynamically load a Python class

python
dynamic-import
importlib
python-best-practices

Moment.js transform to date object

javascript
momentjs
date-object
timezone

How do I make an HTML button not reload the page

html
responsive-design
event-handling
accessibility

Dynamic SELECT TOP @var in SQL Server

sql
dynamic-select
sql-server
top-clause

How to create a .jar file or export JAR in IntelliJ IDEA (like Eclipse Java archive export)?

java
intellij-idea
jar-file
java-development

Converting int to real in SQLite

sql
data-type-conversion
sqlite-type-affinity
cast-function

How to remove the space between inline/inline-block elements?

html
responsive-design
best-practices
css-standards

Insert ... ON DUPLICATE KEY (do nothing)

sql
database
performance
best-practices

What do multiple arrow functions mean in JavaScript?

javascript
functional-programming
currying
arrow-functions

Access an arbitrary element in a dictionary in Python

python
dataframe
collections
best-practices

Get key by value in dictionary

python
dataframe
pandas
collections

Aggregate function in an SQL update query?

sql
update-statements
aggregate-functions
sql-server

Convert a negative number to a positive one in JavaScript

javascript
functions
performance
best-practices

Get loop counter/index using for…of syntax in JavaScript

javascript
prompt-engineering
functions
callbacks

How do I split a delimited string so I can access individual items?

sql
string-parsing
sql-server
performance-tuning