Explain Codes LogoExplain Codes Logo

Best Articles — Page 37

Convert java.time.LocalDate into java.util.Date type

java
date-conversion
time-zone
java-time-api

How to stop event propagation with an inline onclick attribute?

html
event-propagation
inline-onclick
cross-browser-compatibility

Extract column value based on another column in Pandas

python
dataframe
pandas
data-extraction

How to count instances of a character in a SQL column

sql
prompt-engineering
best-practices
performance

How do I use alias in where clause?

sql
subqueries
performance-optimization
sql-server

How can I remove the search bar and footer added by the jQuery DataTables plugin?

javascript
datatable
ui-customization
javascript-options

How to select the first element in the dropdown using jQuery?

javascript
jquery
javascript-quirks
event-handling

Stringutils.isblank() vs String.isEmpty()

java
best-practices
java-8
string-manipulation

Not equal <> != operator on NULL

sql
null-handling
sql-queries
best-practices

How do you set the document title in React?

javascript
react
hooks
lifecycle-methods

Show datalist labels but submit the actual value

javascript
prompt-engineering
functions
callbacks

How do I compare two columns for equality in SQL Server?

sql
join
best-practices
performance

Displaying the Indian currency symbol on a website

html
unicode
font-stack
accessibility

Passing multiple variables in @RequestBody to a Spring MVC controller using Ajax

java
spring-mvc
ajax
request-body

Simulate CREATE DATABASE IF NOT EXISTS for PostgreSQL?

sql
database-creation
postgresql
conditional-creation

Is it possible to set a custom font for entire of application?

java
prompt-engineering
best-practices
singleton

What is the difference between substr and substring?

javascript
string-manipulation
substring-vs-substr
javascript-best-practices

How can I use custom fonts in an HTML5 Canvas element?

html
responsive-design
canvas
font-loading

How do I iterate through two lists in parallel?

python
iterators
list-comprehension
zip-function

Insert Update stored proc on SQL Server

sql
upsert
performance-tuning
best-practices