Explain Codes LogoExplain Codes Logo

Best Articles — Page 199

What's the best practice using a settings file in Python?

python
best-practices
settings
environment-variables

Reading HTML content from a UIWebView

html
uiwebview
html-content
javascript-execution

Html: Changing colors of specific words in a string of text

html
css-classes
inline-styles
accessibility

Tick symbol in HTML/XHTML

html
unicode
accessibility
css

Scanning Java annotations at runtime

java
reflection
spring
classgraph

How to format a float in JavaScript?

javascript
tofixed
number-formatting
rounding

Is it possible to write data to file using only JavaScript?

javascript
file-handling
downloads
blob

Why is __init__() always called after __new__()?

python
design-patterns
singleton
immutable-types

Does PostgreSQL support "accent insensitive" collations?

sql
unaccent
full-text-search
collations

How to do a count on a union query

sql
union
count
subquery

When should I use curly braces for ES6 import?

javascript
es6-imports
naming-conventions
refactoring

Canvas drawings, like lines, are blurry

javascript
canvas
device-pixel-ratio
high-definition

Remove border from buttons

html
css
button
accessibility

Test for existence of nested JavaScript object key

javascript
optional-chaining
lodash
best-practices

How do I parse an ISO 8601-formatted date?

python
date-parsing
datetime
error-handling

Compare two objects in Java with possible null values

java
null-safety
equals
comparator

How to avoid "ConcurrentModificationException" while removing elements from `ArrayList` while iterating it?

java
concurrent-modification
arraylist
multithreading

How do I detect dark mode using JavaScript?

javascript
dark-mode
media-query
color-scheme

How to position a div in the middle of the screen when the page is bigger than the screen

html
responsive-design
flexbox
css-grid

How do I change db schema to dbo

sql
schema-change
database-backup
best-practices