Explain Codes LogoExplain Codes Logo

Best Articles — Page 141

How to bind dynamic data to aria-label?

javascript
aria-label
angular
accessibility

Java: Get first item from a collection

java
collections
best-practices
generics

How to get week number in Python?

python
datetime
strftime
pandas

Java function for arrays like PHP's join()?

java
functions
performance
best-practices

Trust Store vs Key Store - creating with keytool

java
ssl
tls
keytool

Is it possible to use the instanceof operator in a switch statement?

java
pattern-matching
type-checking
best-practices

How can I match up permutations of a long list with a shorter list (according to the length of the shorter list)?

python
itertools
combinations
permutations

What does a "Cannot find symbol" or "Cannot resolve symbol" error mean?

java
variable-scope
local-variable-type-inference
ide-integration

How can I get a plain text postgres database dump on Heroku?

sql
database-dump
heroku
postgres

What is SuppressWarnings ("unchecked") in Java?

java
type-safety
generics
best-practices

How to use timeit module

python
benchmarking
performance
best-practices

Html button to NOT submit form

html
responsive-design
performance
best-practices

Selenium using Python - Geckodriver executable needs to be in PATH

python
webdriver-manager
geckodriver
selenium

Is there a common Java utility to break a list into batches?

java
list-partitioning
google-guava
stream-api

How to create hyperlink to call a phone number on mobile devices?

html
responsive-design
best-practices
web-development

Spring RestTemplate - how to enable full debugging/logging of requests/responses?

java
logging
debugging
rest-template

Html code as IFRAME source rather than a URL

html
responsive-design
performance
best-practices

Java integer to byte array

java
bitwise-operations
byte-array-conversion
endianness

Counting the number of option tags in a select tag in jQuery

javascript
prompt-engineering
callbacks
performance

How to get a resource id with a known resource name?

java
prompt-engineering
best-practices
reflection