Explain Codes LogoExplain Codes Logo

Best Articles — Page 72

How can I compare software version number using JavaScript? (only numbers)

javascript
version-comparison
semver
npm-packages

How can I communicate between related react components?

javascript
react-component-interaction
state-management
event-handling

How can I combine multiple rows into a comma-delimited list in Oracle?

sql
listagg
oracle
sql-functions

How can I check the extension of a file?

python
file-handling
pathlib
file-extension

How can I check if my python object is a number?

python
duck-typing
error-handling
type-checking

How can I check if an SQL result contains a newline character?

sql
data-cleansing
data-validation
sql-queries

How can I center a div within another div?

css
responsive-design
best-practices
css-chaos

How can I bind to the change event of a textarea in jQuery?

javascript
event-listeners
input-event
debouncing

How can I add to List<? extends Number> data structures?

java
generics
collections
best-practices

How Can I Add HTML and CSS Into PDF

html
pdf-conversion
css-to-pdf
html-to-pdf

How can I add 1 day to current date?

javascript
date-manipulation
time-zones
date-quirks

How can I access the contents of an iframe with JavaScript/jQuery?

javascript
iframe-access
jquery-tips
dom-manipulation

How are lambdas useful?

python
function-factories
functional-programming
lambda-functions

Hide/show Column in a HTML Table

javascript
responsive-design
performance
best-practices

Hide element by class in pure Javascript

javascript
javascript-utilities
dom-manipulation
performance-optimization

Hide div but keep the empty space

html
responsive-design
css
javascript

Hidden features of HTML

html
responsive-design
best-practices
semantic-elements

Hibernate vs JPA vs JDO - pros and cons of each?

java
orm-fundamentals
database-optimization
spring-integration

Hibernate: "Field 'id' doesn't have a default value"

java
hibernate-configuration
database-structure
orm-model

Hibernate - Batch update returned unexpected row count from update: 0 actual row count: 0 expected: 1

java
hibernate-configuration
logging-best-practices
transaction-management