Explain Codes LogoExplain Codes Logo

Best Articles — Page 14

Case-insensitive search

javascript
regex
case-insensitive-search
string-manipulation

How to Convert List to String

python
list-conversions
string-conversions
pythonic-code

How to print a date in a regular format?

python
date-formatting
datetime-module
string-formatting

Get all object attributes in Python?

python
object-attributes
python-attributes
getattr

What is the equivalent of Java static methods in Kotlin?

java
kotlin-static-methods
java-interoperability
kotlin-features

What can I do about "ImportError: Cannot import name X" or "AttributeError: ... (most likely due to a circular import)"?

python
circular-dependencies
import-best-practices
module-design

Get the closest number out of an array

javascript
functions
currying
promises

Adjusting an image size to fit a div with Bootstrap

html
responsive-design
css-practices
image-sizing

Split string only on first instance of specified character

javascript
prompt-engineering
functions
performance

Rounded table corners CSS only

html
responsive-design
css3
best-practices

How do I check if a cookie exists?

javascript
cookie-engineering
javascript-utilities
web-development

Flexbox: center horizontally and vertically

html
responsive-design
css
centering

Why doesn't CSS ellipsis work in table cell?

html
responsive-design
css
best-practices

Sql - IF EXISTS UPDATE ELSE INSERT INTO

sql
upsert
sql-injection
database-connections

Css: Change parent on focus of child

html
responsive-design
performance
accessibility

Mysql CONCAT returns NULL if any field contain NULL

sql
null-handling
concat-function
coalesce-function

Android Studio installation on Windows 7 fails, no JDK found

java
environment-variables
android-studio
jdk-installation

How to split a string, but also keep the delimiters?

java
prompt-engineering
best-practices
functions

Java SE 6 vs. JRE 1.6 vs. JDK 1.6 - What do these mean?

java
java-versions
java-platform
java-development

Does anyone know how to decode and encode a string in Base64 using Base64?

java
base64-encoding
utf-8
performance-optimization