Explain Codes LogoExplain Codes Logo

Best Articles — Page 96

Href image link download on click

javascript
download
server-side
browser-compatibility

Class (static) variables and methods

python
class-variables
instance-attributes
descriptor-protocol

Measure execution time for a Java method

java
execution-time
profiling
performance

How do you round UP a number?

python
math
rounding
numpy

How to create a dictionary and add key value pairs dynamically in JavaScript

javascript
dictionary
dynamic-keys
object-methods

Java URL encoding of query string parameters

java
url-encoding
best-practices
character-sets

Iterate through object properties

javascript
object-iteration
destructuring
modern-js

Jasmine JavaScript Testing - toBe vs toEqual

javascript
jasmine
matchers
testing

Sqlplus statement from the command line

sql
sqlplus
security
complex-queries

Sort by column ASC, but NULL values first?

sql
nulls-first
query-optimization
case-statement

Best way to find the intersection of multiple sets?

python
set-operations
reduce
code-readability

How can I make my flexbox layout take 100% vertical space?

html
flexbox
css-grid
viewport

Make a link open a new window (not tab)

javascript
window-open
pop-up-blockers
browser-behaviors

Endswith in JavaScript

javascript
endswith
performance
regex

How to use a different version of python during NPM install?

python
npm
version-management
virtual-environments

Difference between Select Unique and Select Distinct

sql
select-distinct
data-integrity
unique-constraints

Generate a resultset of incrementing dates in T-SQL

sql
date-generation
performance
common-table-expressions

Decode HTML Entities in Python String?

python
html-entities
data-integrity
html-parser

Make iframe automatically adjust height according to the contents without using scrollbar?

html
iframe-resizing
responsive
cross-domain

What is the difference between JDK and JRE?

java
jdk
jre
java-development