Explain Codes LogoExplain Codes Logo

Best Articles — Page 10

How to get the browser viewport dimensions?

javascript
responsive-design
browser-quirks
viewport-dimensions

Chrome Download Attribute not working to replace the original name

web-development
prompt-engineering
best-practices
performance

Expand a div to fill the remaining width

html
responsive-design
flexbox
css

Babel-loader jsx SyntaxError: Unexpected token

javascript
babel-loader
webpack
jsx

Delete SQL rows where IDs do not have a match from another table

sql
delete-operations
sql-patterns
database-management

Mysql SELECT IF statement with OR

sql
prompt-engineering
best-practices
performance

Generate random number between two numbers in JavaScript

javascript
functions
promises
callbacks

How do I avoid checking for nulls in Java?

java
null-checks
assertions
functional-programming

Css Inset Borders

html
responsive-design
css
performance

How can I remove a key from a Python dictionary?

python
key-removal
dictionary
best-practices

Mockito + PowerMock LinkageError while mocking system class

java
mockito
powermock
linkageerror

Limiting floats to two decimal points

python
decimal-arithmetic
float-limitation
precision-matters

How to detect input type=file "change" for the same file?

javascript
event-handling
input-file
file-input

How to convert DateTime to VarChar

sql
datetime-conversion
sql-functions
date-formatting

Creating multiline strings in JavaScript

javascript
template-literals
babel
multiline-strings

How to send HTTP request in Java?

java
http-client
http-request
http-response

Infinity symbol with HTML

html
html-entities
css-styling
unicode-characters

Getting the client's time zone (and offset) in JavaScript

javascript
time-zone
date-formatting
intl-datetimeformat

On DELETE CASCADE in sqlite3

sql
foreign-keys
database-design
sqlite

How do I vertically center text with CSS?

html
responsive-design
css
styling