Explain Codes LogoExplain Codes Logo

Best Articles — Page 21

When I catch an exception, how do I get the type, file, and line number?

python
exception-handling
logging
traceback

Are getters and setters poor design? Contradictory advice seen

java
best-practices
design-patterns
encapsulation

Sql Server: Cannot insert an explicit value into a timestamp column

sql
data-types
datetime
timestamp

Mysql "CREATE TABLE IF NOT EXISTS" -> Error 1050

sql
database-performance
data-integrity
best-practices

Mysql - Selecting data from multiple tables all with same structure but different data

sql
database-engine
query-optimization
data-management

Hide header in stack navigator React navigation

javascript
react-navigation
header-visibility
mobile-app-development

Recommended way to get hostname in Java

java
network-infrastructure
hostname-retrieval
java-library

What are good alternatives to SQL (the language)?

sql
database-language
sql-alternatives
data-access

How to apply CSS page-break to print a table with lots of rows?

html
responsive-design
page-break
css-properties

Bootstrap Modals keep adding padding-right to body after closed

web-development
responsive-design
best-practices
javascript

Intellij Idea: Importing Gradle project - getting JAVA_HOME not defined yet

java
intellij-idea
gradle
java-home

React Hook Warnings for async function in useEffect: useEffect function must return a cleanup function or nothing

javascript
async-programming
use-effect
react-hooks

Use JavaScript to place cursor at end of text in text input element

javascript
prompt-engineering
settimeout
focus-event

Get pixel color from canvas, on mousemove

javascript
performance
requestanimationframe
event-listeners

Html5 record audio to file

html
audio-export
javascript-promises
user-consent

Difference between null and empty ("") Java String

java
null-safety
string-manipulation
java-best-practices

How do I update a Python package?

python
pip-install
package-management
virtual-environments

Can you write async tests that expect toThrow?

javascript
async-testing
error-handling
promise-testing

What SQLite column name can be/cannot be?

sql
best-practices
database-design
sql-optimization

Reference alias (calculated in SELECT) in WHERE clause

sql
prompt-engineering
best-practices
join