Explain Codes LogoExplain Codes Logo

Best Articles — Page 311

How to pre-populate the sms body text via an html link

html
responsive-design
best-practices
web-development

How to capture a list of specific type with mockito

java
mockito
argument-captor
test-verification

How do I import the javax.servlet / jakarta.servlet API in my Eclipse project?

java
maven
dependency-management
servlet-api

Set font-weight using Bootstrap classes

html
responsive-design
best-practices
css

An index signature parameter type cannot be a union type. Consider using a mapped object type instead

javascript
mapped-types
enum
type-aliases

How do I remove javascript validation from my eclipse project?

javascript
javascript-validator
eclipse-settings
validation

How to submit an HTML form without redirection

javascript
ajax
form-validation
javascript-best-practices

Java 8 LocalDate Jackson format

java
date-formatting
jackson-serialization
localdate

What do <o:p> elements do anyway?

html
html-tidy
legacy-code
html5

Drawing a dot on HTML5 canvas

html
responsive-design
performance
best-practices

Add row to query result using select

sql
join
data-types
best-practices

How to get a file's Media Type (MIME type)?

java
mime-type
file-management
stream-management

Get the first item from an iterable that matches a condition

python
iterators
generator-expressions
lazy-evaluation

What is the difference between an int and an Integer in Java and C#?

java
autoboxing
performance
best-practices

T-sql datetime rounded to nearest minute and nearest hours with using functions

sql
datetime
functions
performance

Sql COUNT* GROUP BY bigger than

sql
prompt-engineering
best-practices
join

How to update multiple rows at a time using LINQ to SQL?

sql
bulk-updates
linq-to-sql
performance-optimization

How do I get file creation and modification date/times?

python
file-handling
timestamp
pathlib

Select all the columns of a table except one column?

sql
dynamic-sql
sql-server
performance

Get most recent row for given ID

sql
prompt-engineering
best-practices
join