Explain Codes LogoExplain Codes Logo

Best Articles — Page 353

How to not wrap contents of a div?

html
flexbox
responsive-design
overflow

Finding duplicate rows in SQL Server

sql
duplicates
inner-join
deletion

Convert string to Python class object?

python
eval
input-validation
dynamic-import

Where value in column containing comma delimited values

sql
comma-separated
data-normalization
wildcard-search

Splitting string with pipe character ("|")

java
string-splitting
regex
input-validation

React js onClick can't pass value to method

javascript
onclick
performance
event-handling

Css strikethrough different color from text?

html
css
strikethrough
browser-compatibility

How do I reverse a string in Python?

python
string-manipulation
slicing
performance

Spring Boot and multiple external configuration files

java
spring-boot
property-management
configuration

How do I check that a number is float or integer?

javascript
number-check
type-detection
polyfill

How do I measure the execution time of JavaScript code with callbacks?

javascript
callbacks
performance
async-await

How to repeatedly execute a function every x seconds?

python
scheduling
asyncio
threading

Copy Data from a table in one Database to another separate database

sql
data-migration
performance
bulk-operations

Vue.js dynamic images not working with webpack

javascript
dynamic-images
webpack
vuex

Coding Conventions - Naming Enums

java
naming-conventions
enums
best-practices

How to detect escape key press?

javascript
escape-key
event-handling
cross-browser

Jackson with JSON: Unrecognized field, not marked as ignorable

java
json-deserialization
objectmapper
jsonignoreproperties

Convert String to Uri

java
uri
android
error-handling

Efficient way to implement paging

sql
paging
performance
stored-procedures

How can I extract a number from a string in JavaScript?

javascript
regex
string-manipulation
parseint