Explain Codes LogoExplain Codes Logo

Best Articles — Page 94

Best way to do multi-row insert in Oracle?

sql
database-optimization
performance-tuning
oracle-database

Best way to disable button in Twitter's Bootstrap

javascript
event-listeners
accessibility-attributes
conditional-disablement

Best Practice to Organize Javascript Library & CSS Folder Structure

javascript
folder-structure
best-practices
modularity

Best practices for using Markers in SLF4J/Logback

java
logging
best-practices
logback

Best database field type for a URL

sql
database-design
performance-optimization
sql-injection

Benefits of prototypal inheritance over classical?

javascript
prototype-engineering
composition
object-creation

Beautifulsoup findAll() given multiple classes?

python
web-scraping
beautifulsoup
css-selectors

Basic http file downloading and saving to disk in python?

python
file-downloading
streaming
performance-profiling

Basic authentication with fetch?

javascript
fetch-api
basic-authentication
browser-nodejs

Base64 encoding and decoding in client-side Javascript

javascript
base64
encoding
decoding

Bad value X-UA-Compatible for attribute http-equiv on element meta

html
validation-errors
w3c-standards
browser-detection

Avoid browser popup blockers

javascript
popup-blockers
oauth-flows
user-experience

@autowired and static method

java
dependency-injection
spring-framework
best-practices

Autoreload of modules in IPython

python
prompt-engineering
best-practices
venv

Automatic creation date for Django model form objects

python
timestamp
django-models
date-handling

Authorization header in img src link

javascript
fetch-api
service-worker
base64-encoding

Attributeerror: 'datetime' module has no attribute 'strptime'

python
datetime
strptime
date-formatting

At runtime, find all classes in a Java application that extend a base class

java
reflection
dynamic-discovery
class-loader

Assign multiple variables to the same value in Javascript?

javascript
variable-declaration
variable-assignment
javascript-basics

Assert equals between 2 Lists in Junit

java
assertj
junit
testing