Explain Codes LogoExplain Codes Logo

Best Articles — Page 347

What causes javac to issue the "uses unchecked or unsafe operations" warning

java
generics
type-safety
best-practices

Unable to find a @SpringBootConfiguration when doing a JpaTest

java
spring-boot
jpa
testing

Calling a function of a module by using its name (a string)

python
dynamic-invocation
getattr
importlib

Creating table names that are reserved words/keywords in MS SQL Server

sql
best-practices
database-design
sql-server

Download JSON object as a file from browser

javascript
prompt-engineering
functions
callbacks

Remove trailing zeros from decimal in SQL Server

sql
data-integrity
decimal-precision
sql-conversions

Getting a map() to return a list in Python 3.x

python
list-comprehension
map-function
performance-optimization

Why is the Date constructor deprecated, and what do I use instead?

java
date-time-management
java-time-api
thread-safety

How do I check if a string represents a number (float or int)?

python
functions
best-practices
code-readability

What are the differences between ArrayList and Vector?

java
synchronization
thread-safety
performance

Denoting a preferred place for a line break

html
responsive-design
css
web-development

How to get the file name from a full path using JavaScript?

javascript
regex
path
nodejs

How to make a class JSON serializable

python
json-serialization
custom-methods
object-serialization

What are the allowed tags inside a ``?

html
accessibility
seo
semantic-web

Sql to find the number of distinct values in a column

sql
distinct-count
sql-queries
database-performance

What is Java Servlet?

java
servlet-container
thread-management
web-development

Eslint Parsing error: Unexpected token

javascript
eslint
parser-options
ecmascript

Responsive image align center bootstrap 3

html
responsive-design
best-practices
css-positioning

How do I format a date in JavaScript?

javascript
date-formatting
locale-strings
date-extraction

How to replace all dots in a string using JavaScript

javascript
regex
string-manipulation
javascript-functions