Explain Codes LogoExplain Codes Logo

Best Articles — Page 145

Creating a Singleton in Python

python
singleton
metaclasses
decorators

Linked List in SQL

sql
linked-list
sql-queries
database-design

Compute list difference

python
list-comprehension
set-operations
performance-optimization

Android Split string

java
prompt-engineering
best-practices
string-manipulation

Mysql LEFT JOIN 3 tables

sql
join
subqueries
left-join

Lock Escalation - What's happening here?

sql
lock-escalation
concurrency
performance

Javascript displaying a float to 2 decimal places

javascript
prompt-engineering
functions
best-practices

How do I check whether a checkbox is checked in jQuery?

javascript
prompt-engineering
functions
callbacks

Align two divs horizontally side by side center to the page using Bootstrap CSS

html
responsive-design
grid-system
css

Object spread vs. Object.assign

javascript
spread-operator
object-assign
javascript-standards

Font Awesome not working, icons showing as squares

html
responsive-design
css
font-awesome

Html: How to create a DIV with only vertical scroll-bars for long paragraphs?

html
responsive-design
best-practices
scrolling

Difference between volatile and synchronized in Java

java
synchronization
thread-safety
concurrency

How to implement LIMIT with SQL Server?

sql
performance
best-practices
join

How do I declare and initialize an array in Java?

java
array-declaration
array-initialization
best-practices

Css table column autowidth

html
responsive-design
css
best-practices

What's the easiest way to call a function every 5 seconds in jQuery?

javascript
timers
setinterval
javascript-timers

How do I check whether an array contains a string in TypeScript?

javascript
array-methods
typescript
javascript-features

How to copy static files to build directory with Webpack?

javascript
webpack
file-loader
url-loader

What is the point of "final class" in Java?

java
oop
inheritance
design-patterns