Explain Codes LogoExplain Codes Logo

Best Articles — Page 14

How to split a dataframe string column into two columns?

python
dataframe
regex
extract

Collections.emptylist() vs. new instance

java
immutability
singleton-pattern
best-practices

Indent starting from the second line of a paragraph with CSS

html
responsive-design
css
best-practices

Wrapping a react-router Link in an HTML button

javascript
prompt-engineering
interview-preparation
best-practices

What is difference between Collection.stream().forEach() and Collection.forEach()?

java
stream-api
concurrent-modification
best-practices

How do I install Java on Mac OSX allowing version switching?

java
version-management
java-installation
sdkman

Play infinitely looping video on-load in HTML5

html
video-looping
autoplay
responsive-design

How to obtain lang attribute in HTML using JavaScript?

javascript
prompt-engineering
event-listeners
accessibility

Scroll / Jump to id without jQuery

javascript
performance
responsive-design
accessibility

Selecting a CSS class with XPath

html
xpath-selector
web-scraping
automated-testing

Html5 Pre-resize images before uploading

html
responsive-design
image-processing
ajax

Replace a character at a specific index in a string?

java
string-manipulation
best-practices
performance

When should I use stored procedures?

sql
database-security
performance-optimization
best-practices

Big-o summary for Java Collections Framework implementations?

java
big-o
collections
performance

I want to show all tables that have specified column name

sql
database-agnostic
sql-queries
metadata

How do I tidy up an HTML file's indentation in VI?

html
indentation
vim
best-practices

Hide Email Address from Bots - Keep mailto:

javascript
prompt-engineering
email-security
bot-evasion

Use 'import module' or 'from module import'?

python
best-practices
readability
namespace-conflicts

How do you drop a default value or similar constraint in T-SQL?

sql
prompt-engineering
best-practices
sql-server

Sql Server Script to create a new user

sql
sql-server
database-creation
user-management