Explain Codes LogoExplain Codes Logo

Best Articles — Page 2

How do I check if an element is hidden in jQuery?

javascript
visibility
jquery
selectors

How to get maximum value from the Collection (for example ArrayList)?

java
collections
max-value
comparators

Kotlin Data Class from Json using GSON

kotlin
gson
data-class
json-parsing

Writing to files in Node.js

javascript
file-system
asynchronous-programming
error-handling

How to make a floated div 100% height of its parent?

html
responsive-design
css
flexbox

Error in SQL script: Only one statement is allowed per batch

sql
best-practices
tools
project-settings

What is console.log?

javascript
console-api
debugging
logging

How do I call a parent class's method from a child class in Python?

python
method-resolution-order
multiple-inheritance
class-hierarchies

How to remove line breaks from a file in Java?

java
prompt-engineering
best-practices
file-handling

Push multiple elements to array

javascript
spread-operator
performance-implications
best-practices

Select second last element with CSS

html
responsive-design
css
selectors

Save plot to image file instead of displaying it

python
matplotlib
image-processing
plotting

Possible to extend types in Typescript?

javascript
type-extensions
typescript-interfaces
type-aliases

How to watch store values from vuex?

javascript
vuex-store
reactivity
state-management

Html5 Audio Looping

javascript
prompt-engineering
event-listeners
audio-api

Ie8 issue with Twitter Bootstrap 3

html
responsive-design
best-practices
web-development

Get battery level and state in Android

java
broadcast-receiver
battery-management
android-development

How to download a file over HTTP?

python
download-progress
binary-data
file-handling

How can I color Python logging output?

python
logging
colorama
colorlog

Nullpointerexception in Collectors.toMap with null entry values

java
null-pointer-exception
collectors-tomap
map-handling