7 Stories by Faraz Kelhini
There's a good reason Axios is so popular among developers: it's packed with useful features.
Check out these 6 new JavaScript features intended to help you write code that's more efficient and less error-prone.
Want to write safer, more concise code? Check out the optional chaining operator in ES2020.
The globalThis proposal aims to consolidate the increasingly fragmented ways of accessing the global object in JavaScript.
Axios is not always an ideal solution; there are sometimes better options for making HTTP requests.
We take a close look at five ES2019 features you can start using right now.
The shadow DOM is not a villain from a superhero movie. It’s not the dark side of the DOM, either. The shadow DOM is...