Explain Codes LogoExplain Codes Logo

Best Articles — Page 37

Jackson serialization: ignore empty values (or null)

java
json-serialization
jackson-annotations
null-values

Jackson overcoming underscores in favor of camel-case

java
prompt-engineering
best-practices
tools

Jackson how to transform JsonNode to ArrayNode without casting?

java
json-manipulation
jackson-api
stream-api

Jackson and generic type reference

java
jackson
deserialization
generics

Iterate through a HashMap

java
hashmap
collections
best-practices

Is there something like Annotation Inheritance in java?

java
annotation-inheritance
spring-annotations
annotation-magic

Is there shorthand for returning a default value if None in Python?

python
prompt-engineering
best-practices
falsy-values

Is there a way to override class variables in Java?

java
encapsulation
inheritance
design-patterns

Is there a way to make a child DIV's width wider than the parent DIV using CSS?

html
responsive-design
css-variables
box-sizing

Is there a way to dump a stack trace without throwing an exception in java?

java
stack-trace
thread-management
debugging

Is there a way to detect if a browser window is not currently active?

javascript
cross-browser
page-visibility-api
event-handling

Is there a way that I can check if a data attribute exists?

javascript
prompt-engineering
functions
callbacks

Is there a valid way to disable autocomplete in a HTML form?

html
autocomplete
security
javascript

Is there auto type inferring in Java?

java
type-inference
java-10
best-practices

Is there a stopwatch in Java?

java
performance
best-practices
tools

Is there a standardized method to swap two variables in Python?

python
tuple-unpacking
variable-swapping
python-optimization

Is there a sleep function in JavaScript?

javascript
async-await
timeout
promise

Is there any way to prevent input type="number" getting negative values?

html
input-validation
form-validation
accessibility

Is there any way to do HTTP PUT request in Python?

python
requests
http-put
http-client

Is there any reason to worry about the column order in a table?

sql
best-practices
database-design
performance-optimization