Explain Codes LogoExplain Codes Logo

Best Articles — Page 16

How to check if an object is a Promise?

javascript
promises
javascript-features
best-practices

Database Design for Tagging

sql
database-design
query-optimization
indexing

Java.lang.illegalstateexception: Only fullscreen opaque activities can request orientation

java
android-orientation
activity-styles
async-task

Implement paging (skip / take) functionality with this query

sql
pagination
database-performance
best-practices

Setting fixed width for HTML table columns regardless of cell content size

html
responsive-design
best-practices
css

Identity_insert is set to OFF - How to turn it ON?

sql
identity-insert
sql-best-practices
data-migration

Scroll to bottom of div?

javascript
scrolling
animation
dom-manipulation

How to call a PHP function on the click of a button

javascript
ajax
best-practices
javascript-8

How can I change the thickness of my `` tag

html
responsive-design
css
pseudo-elements

How to select last 6 months from news table using MySQL

sql
datetime
performance
best-practices

Generating random strings with T-SQL

sql
prompt-engineering
best-practices
performance

Why does NULL = NULL evaluate to false in SQL server

sql
null-comparison
three-valued-logic
best-practices

How to use DISTINCT and ORDER BY in same SELECT statement?

sql
sql-standards
subqueries
joins

Running shell command and capturing the output

python
subprocess
shell-execution
error-management

How do you automatically set the focus to a textbox when a web page loads?

web-development
prompt-engineering
best-practices
responsive-design

Multiple radio button groups in one form

html
form-design
accessibility
angular

Calculating days between two dates with Java

java
date-formatting
java-8
best-practices

How do I correctly clean up a Python object?

python
contextlib
resource-management
best-practices

How to convert Calendar to java.sql.Date in Java?

java
date-conversion
calendar
sql-date

What is the best way to implement constants in Java?

java
best-practices
object-oriented-principles
constants