Explain Codes LogoExplain Codes Logo

Best Articles — Page 6

Split Java String by New Line

java
string-manipulation
regex
java-8

How to check if element is visible after scrolling?

javascript
visibility-checks
intersection-observer
scroll-events

How to dynamically create CSS class in JavaScript and apply?

javascript
dynamic-styles
css-in-js
responsive-design

Normalize columns of a dataframe

python
dataframe
pandas
data-preprocessing

How do I append to a file?

python
file-handling
file-modes
file-io

Is it safe to use Project Lombok?

java
lombok
best-practices
java-8

Center aligning a fixed position div

html
responsive-design
flexbox
grid

Sql Select Only Rows with Max Value on a Column

sql
window-functions
sql-performance
database-optimization

A for-loop to iterate over an enum in Java

java
enum
best-practices
performance

How do I remove background-image in css?

html
css
specificity
best-practices

Stop setInterval call in JavaScript

javascript
interval-engineering
javascript-best-practices
async-programming

Find intersection of two nested lists?

python
set-operations
functional-programming
performance-optimization

How do I get the size of a java.sql.ResultSet?

java
database-performance
resultset
sql-optimization

How to render HTML string as real HTML?

javascript
html-sanitization
dompurify
react-unsafe-html

Outline radius?

web-development
responsive-design
best-practices
css

How to set background drawable programmatically in Android

java
android-development
performance-optimization
best-practices

Url to a Google Maps page to show a pin given a latitude / longitude?

web-development
google-maps
url-parameters
geolocation-api

How do I get the information from a meta tag with JavaScript?

javascript
meta-tags
dom-manipulation
javascript-functions

Fetch(), how do you make a non-cached request?

javascript
cache-control
fetch-api
browser-cache

Replace all elements of NumPy array that are greater than some value

python
numpy
performance
optimizations