Explain Codes LogoExplain Codes Logo

Best Articles — Page 378

Bootstrap select dropdown list placeholder

html
responsive-design
placeholder
selectpicker

How to pass props to {this.props.children}

javascript
react
context-api
prop-injection

Webpack file-loader outputs [object Module]

javascript
webpack
file-loader
es-modules

How should I use try-with-resources with JDBC?

java
try-with-resources
jdbc
best-practices

Jquery find element by data attribute value

javascript
prompt-engineering
functions
template-literals

Is "Java Concurrency In Practice" still valid?

java
concurrency
java-8
synchronization

Accessing an object property with a dynamically-computed name

javascript
prompt-engineering
functions
callbacks

Is there any way to change input type="date" format?

html
custom-date-pickers
date-format
user-experience

Is there a good reason to use upper case for SQL keywords?

sql
best-practices
sql-style
readability

Detecting a mobile browser

javascript
responsive-design
mobile-detection
browser-detection

Java.net.connectexception: Connection refused

java
networking-libraries
error-handling
network-stress-tests

Get the key corresponding to the minimum value within a dictionary

python
dataframe
list-comprehension
filter

How to change legend fontsize with matplotlib.pyplot

python
matplotlib
legend-customization
font-properties

Getting the last element of a split string array

javascript
string-manipulation
array-methods
javascript-utility-functions

Input type button - label vs value

html
responsive-design
best-practices
accessibility

Passing HTML to template using Flask/Jinja2

web-development
template-engineering
security-best-practices
html-rendering

How to clear the canvas for redrawing

javascript
canvas-engineering
performance
best-practices

Sorting an array of objects by property values

javascript
custom-sorting
array-sort
javascript-arrays

Java FileOutputStream Create File if Not Exists

java
file-io
fileoutputstream
file-creation

How to change a DIV padding without affecting the width/height ?

html
responsive-design
best-practices
css