Explain Codes LogoExplain Codes Logo

Best Articles — Page 254

Jdbc ResultSet: I need a getDateTime, but there is only getDate and getTimeStamp

sql
datetime
jdbc
timestamp

Regular Expression to get a string between parentheses in JavaScript

javascript
regex
string-manipulation
javascript-features

How do I select an element with its name attribute in jQuery?

javascript
prompt-engineering
selectors
performance

Counting number of joined rows in left join

sql
join
best-practices
performance

How can I mock an ES6 module import using Jest?

javascript
mocking
jest
testing

How do I pre-populate a jQuery Datepicker textbox with today's date?

javascript
prompt-engineering
best-practices
responsive-design

Requirejs domReady plugin vs Jquery $(document).ready()?

javascript
prompt-engineering
javascript-ecosystem
performance

Why does CSS padding increase size of an element?

html
responsive-design
best-practices
css-box-model

Get element at specified position - JavaScript

javascript
prompt-engineering
functions
callbacks

How to split a dataframe string column into two columns?

python
dataframe
regex
extract

Collections.emptylist() vs. new instance

java
immutability
singleton-pattern
best-practices

Indent starting from the second line of a paragraph with CSS

html
responsive-design
css
best-practices

Wrapping a react-router Link in an HTML button

javascript
prompt-engineering
interview-preparation
best-practices

What is difference between Collection.stream().forEach() and Collection.forEach()?

java
stream-api
concurrent-modification
best-practices

How do I install Java on Mac OSX allowing version switching?

java
version-management
java-installation
sdkman

Play infinitely looping video on-load in HTML5

html
video-looping
autoplay
responsive-design

How to obtain lang attribute in HTML using JavaScript?

javascript
prompt-engineering
event-listeners
accessibility

Scroll / Jump to id without jQuery

javascript
performance
responsive-design
accessibility

Selecting a CSS class with XPath

html
xpath-selector
web-scraping
automated-testing

Html5 Pre-resize images before uploading

html
responsive-design
image-processing
ajax