Explain Codes LogoExplain Codes Logo

Best Articles — Page 190

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

In Java, how do I check if a string contains a substring (ignoring case)?

java
string-manipulation
regex
performance

How do I use .woff fonts for my website?

html
custom-fonts
font-loading
browser-compatibility

How to rotate a <div> 90 degrees?

html
css
transform
hover

Default HTML form focus without JavaScript

html
accessibility
usability
best-practices

Read a file one line at a time in node.js?

javascript
file-handling
asynchronous
error-handling

How can I use Google's Roboto font on a website?

html
font
performance
sass

How to stop JavaScript forEach?

javascript
for-loop
array-methods
performance

Group BY having MAX date

sql
query-optimization
group-by
joins

How to scroll to the bottom of a RecyclerView? scrollToPosition doesn't work

java
recyclerview
smooth-scrolling
adapter-data-observer