Explain Codes LogoExplain Codes Logo

Best Articles — Page 334

What are the use cases for selecting CHAR over VARCHAR in SQL?

sql
data-types
performance
storage-optimization

What's a 3D doing in this HTML?

html
email-encoding
best-practices
troubleshooting

Replacestate() vs pushState()

javascript
pushstate
replacestate
user-experience

Remove duplicate values from JS array

javascript
deduplication
performance
lodash

How do I update an entity using spring-data-jpa?

java
spring-data-jpa
transactions
custom-queries

How to Set HTML5 Required Attribute in JavaScript?

html
required-attribute
form-validation
jquery

How do I use optional parameters in Java?

java
optional-parameters
varargs
clean-code

React-router - pass props to handler component

javascript
react-router
props
hooks

Html button calling an MVC Controller and Action method

html
ajax
mvc
best-practices

Hashmap with multiple values under the same key

java
hashmap
collections
generics

Execute a command line binary with Node.js

javascript
promises
child-process
error-handling

How do you use a variable in a regular expression?

javascript
regex
dynamic-patterns
input-validation

What does "./" (dot slash) refer to in terms of an HTML file path location?

html
file-paths
relative-paths
server-configurations

Comparing two dictionaries and checking how many (key, value) pairs are equal

python
dictionary-comparison
nested-dictionaries
data-structures

Losing scope when using ng-include

javascript
ng-include
scope-inheritance
best-practices

How do I rename an Index in MySQL

sql
indexing
database-maintenance
foreign-keys

How to write a caption under an image?

html
css
responsive-design
accessibility

Full-screen iframe with a height of 100%

html
responsive
iframe
cross-browser

When to use StringBuilder in Java

java
stringbuilder
performance
readability

How to overlay one div over another div

html
overlay
responsive-design
css-grid