Explain Codes LogoExplain Codes Logo

Best Articles — Page 12

Html table with 100% width, with vertical scroll inside tbody

html
responsive-design
css
accessibility

How to use Mockito with JUnit 5?

java
mockito
junit-5
test-injection

Multiple line code example in Javadoc comment

java
javadoc
generics
html-entities

Find duplicate entries in a column

sql
fuzzy-matching
performance-considerations
analytical-functions

Javascript unit test tools for TDD

javascript
tdd
test-runners
unit-testing

Sort by Minimum Value of Two Columns

sql
best-practices
performance
sql-performance

My Select SUM query returns null. It should return 0

sql
null-values
aggregate-functions
coalesce

How to convert String object to Boolean Object?

java
prompt-engineering
best-practices
error-handling

How would you make two ``s overlap?

html
responsive-design
css
layout

Javascript: get code to run every minute

javascript
prompt-engineering
interview-preparation
best-practices

What is this date format? 2011-08-12T20:17:46.384Z

java
date-format
java-8
best-practices

Ternary operator in AngularJS templates

javascript
prompt-engineering
best-practices
web-development

Asserting successive calls to a mock method

python
unittest
mocking
testing

Generating HTML email body in C#

csharp
email-templates
maildefinition
razorengine

Css: How to align vertically a "label" and "input" inside a "div"?

html
responsive-design
css
layout

All combinations of a list of lists

python
performance
recursion
nested-loops

How can I use pickle to save a dict (or any other Python object)?

python
pickle
data-serialization
object-persistence

How to convert a nested Python dict to object?

python
object-conversion
data-structures
python-objects

How to see an HTML page on Github as a normal rendered HTML page to see preview in browser, without downloading?

html
github-pages
web-development
responsive-design

What is the simplest SQL Query to find the second largest value?

sql
prompt-engineering
best-practices
join