Explain Codes LogoExplain Codes Logo

Best Articles — Page 99

Creation timestamp and last update timestamp with Hibernate and MySQL

java
localdatetime
hibernate
timestamps

Centering the pagination in bootstrap

html
bootstrap
responsive-design
pagination

Creating a new dictionary in Python

python
dictionaries
comprehensions
defaultdict

What is the difference between HAVING and WHERE in SQL?

sql
having
where
query-optimization

Copy array by value

javascript
array-cloning
shallow-copy
deep-copy

What does 'synchronized' mean?

java
synchronized
thread-safety
java-memory-model

Jquery form serialize - empty string

html
form-serialization
input-validation
javascript-errors

How to remove an item from an array in AngularJS scope?

javascript
array-manipulation
angularjs
callback

What is the Python 3 equivalent of "python -m SimpleHTTPServer"

python
http-server
local-development
ipv6

Are dictionaries ordered in Python 3.6+?

python
dictionaries
ordered-dict
memory-usage

How do I reduce the opacity of an element's background using CSS?

html
css
opacity
rgba

Html: Valid id attribute values?

html
id-attributes
best-practices
css-integration

How to dockerize a maven project? and how many ways to accomplish it?

java
dockerization
maven
kubernetes

Java Serializable Object to Byte Array

java
serialization
exception-handling
objectmapper

Jquery get the rendered height of an element?

javascript
height
jquery
css-transforms

How to parse JSON in Java

java
json-parsing
jackson
error-handling

Python string.replace regular expression

python
regex
string-manipulation
file-handling

What's the difference between map() and flatMap() methods in Java 8?

java
flatmap
map
streams

Are (non-void) self-closing tags valid in HTML5?

html
self-closing
html5
validation

Replacements for switch statement in Python?

python
switch-alternatives
match-case
control-structures