Explain Codes LogoExplain Codes Logo

Best Articles — Page 320

How to "properly" create a custom object in JavaScript?

javascript
object-oriented-programming
es6-classes
prototypes

Json.stringify output to div in pretty print way

javascript
json-stringify
pretty-print
html-tag

Bulk/batch update/upsert in PostgreSQL

sql
bulk-inserts
performance-optimization
postgresql

What are the differences between T-SQL, SQL Server, and SQL

sql
sql-server
t-sql
database-management

Format timedelta to string

python
timedelta
datetime-formatting
humanize

'pip' is not recognized as an internal or external command

python
venv
pip
python-3.x

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