Explain Codes LogoExplain Codes Logo

Best Articles — Page 5

What's the difference between JPA and Spring Data JPA?

java
repository-pattern
jpa-configuration
spring-data-jpa

What's the difference between IFrame and Frame?

html
responsive-design
security
best-practices

What's the best way to check if a String represents an integer in Java?

java
exception-handling
performance-optimization
string-validation

What's the best way to build a string of delimited items in Java?

java
string-join
string-builder
performance-optimization

What's the actual use of 'fail' in JUnit test case?

java
test-engineering
assertions
exception-handling

What should be the best way to store a percent value in SQL-Server?

sql
data-integrity
precision-control
decimal-data-type

What's data-reactid attribute in html?

html
custom-data-attributes
data-reactid
web-accessibility

What's causing my java.net.SocketException: Connection reset?

java
network-packets
http-client-logging
tls-compatibility

What is x-tmpl?

javascript
template-engineering
variable-interpolation
browser-caching

What is the use of join() in threading?

java
threading
concurrency
deadlocks

What is the use of a private static variable in Java?

java
singleton
constants
immutability

What is the SYSNAME data type in SQL Server?

sql
sql-injection
dynamic-sql
metadata-operations

What is the syntax to insert one list into another list in Python?

python
list-insertion
python-lists
list-merging

What is the standard way to add N seconds to datetime.time in Python?

python
timedelta
datetime
dateutil

What is the shortest function for reading a cookie by name in JavaScript?

javascript
regex
performance
best-practices

What is the shortcut in Visual Studio Code for console.log

javascript
snippet-engineering
debugging-tools
vscode-shortcuts

What is the right way to treat Python argparse.Namespace() as a dictionary?

python
namespace
argparse
dictionary

What is the purpose of the "send" function on Python generators?

python
coroutines
asynchronous-programming
generators

What is the purpose of the HTML form tag?

html
responsive-design
semantic-html
form-validation

What is the purpose of the dollar sign in JavaScript?

javascript
prompt-engineering
functions
callbacks