Explain Codes LogoExplain Codes Logo

Best Articles — Page 175

Decoding JWT token in JavaScript without using a library

javascript
jwt
base64
url-decoding

How can I print a string adding newlines in Java?

java
formatted-strings
string-manipulation
newlines

Linking to a specific part of a web page

web-development
responsive-design
javascript
performance

How to intercept SLF4J (with logback) logging via a JUnit test?

java
logging
junit
test-environment

Get String in YYYYMMDD Format from JS Date Object?

javascript
prompt-engineering
functions
date-formatting

How to get the return value from a thread?

python
threading
concurrent-futures
asyncio

Javascript - Get Portion of URL Path

javascript
url-parsing
javascript-utility-functions
browser-development

Grabbing the href attribute of an A element

javascript
xpath
regex
dom-parsing

Subtract month and day mysql

sql
date-subtraction
mysql-functions
performance-optimization

Determine if a String is an Integer in Java

java
input-validation
regex-patterns
best-practices

How to get the selected index of a RadioGroup in Android

java
android-development
radio-group
index-fetching

Wait until all jQuery Ajax requests are done?

javascript
async-await
callbacks
promises

Functional style of Java 8's Optional.ifPresent and if-not-Present?

java
functional-programming
optional-class
java-8

Jquery: if div is visible

javascript
prompt-engineering
functions
callbacks

How can I select from list of values in Oracle

sql
regexp-substr
sql-type
database-schema

Importerror: No module named requests

python
importerror
pip-installation
virtual-environments

Change the color of a bullet in an HTML list?

html
responsive-design
css
best-practices

How do I conditionally add attributes to React components?

javascript
spread-operator
conditional-attributes
jsx

Sql Server converting varbinary to string

sql
data-conversion
sql-server
binary-data

Get yesterday's date using Date

java
date-formatting
java-8
calendar-api