Explain Codes LogoExplain Codes Logo

Best Articles — Page 396

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

Mockito.any() pass Interface with Generics

java
mockito
generics
type-safety

Jquery If radio button is checked

javascript
prompt-engineering
functions
callbacks

Node.js get file extension

javascript
file-extension
string-manipulation
utility-functions

What's the difference between TRUNCATE and DELETE in SQL

sql
transaction-logs
redo-undo-data
bulk-operations

Does Python have a string 'contains' substring method?

python
functions
performance
best-practices

How to remove element from an array in JavaScript?

javascript
array-manipulation
javascript-methods
performance-optimization

Absolute positioning inside absolute position

html
responsive-design
positioning
best-practices

How to remove the hash from window.location (URL) with JavaScript without a page refresh?

javascript
prompt-engineering
history-api
single-page-applications