Explain Codes LogoExplain Codes Logo

Best Articles — Page 22

How to replace text in a string column of a Pandas dataframe?

python
pandas
dataframe
regex

What does = +_ mean in JavaScript

javascript
unary-plus-operator
javascript-basics
code-tuning

How can I get a specific number child using CSS?

html
responsive-design
css
javascript

Javascript - removing undefined fields from an object

javascript
object-cleanup
javascript-functions
performance-optimization

Chrome Extension how to send data from content script to popup.html

javascript
async-programming
callbacks
local-storage

Is there a javadoc tag for documenting generic type parameters?

java
generics
documentation
best-practices

How to align flexbox columns left and right?

html
responsive-design
flexbox
css

How do I switch branches in IntelliJ's Subversion?

intellij
branch-management
svn
ide

What is the effect of encoding an image in base64?

web-development
performance
best-practices
image-optimization

How to change the playing speed of videos in HTML5?

html
video-controls
html5
playback-rate

Use of 'prototype' vs. 'this' in JavaScript?

javascript
prototype-engineering
this-keyword
javascript-best-practices

Sql unique varchar case sensitivity question

sql
case-sensitivity
collation
database-design

Most efficient way in SQL Server to get date from date+time?

sql
performance
best-practices
sargability

How can I percent-encode URL parameters in Python?

python
url-encoding
python-3
urllib-parse

When do I need to use a semicolon vs a slash in Oracle SQL?

sql
best-practices
sql-commands
oracle-documentation

How to get folder directory from HTML input type "file" or any other way?

javascript
file-system-access
directory-selection
web-api

Importing lodash into Angular2 + TypeScript application

javascript
lodash
webpack
typescript

Storing UUID as base64 String

java
base64-encoding
uuid
java-8

How to add time to DateTime in SQL

sql
datetime
sql-server
dateadd

What is the purpose of Backbone.js?

javascript
event-driven-design
client-side-logic
single-page-applications