JavaScript Event Loop And Call Stack Explained
https://felixgerschau.com/javanoscript-event-loop-call-stack/
https://felixgerschau.com/javanoscript-event-loop-call-stack/
Felixgerschau
JavaScript Event Loop And Call Stack Explained | Felix Gerschau
Learn how JavaScript works in the browser: In this article, I explain how the call stack, event loop, job queue and more work together.
Four characters can optimize your React component | Ben Ilegbodu
https://www.benmvp.com/blog/four-characters-optimize-react-component/
https://www.benmvp.com/blog/four-characters-optimize-react-component/
Ben Ilegbodu
Four characters can optimize your React component | Ben Ilegbodu
How making use of useState lazy initialization can speed up your React function component
A Hitchhiker's Guide to Containerizing (Spring Boot) Java Apps
https://blog.frankel.ch/hitchhiker-guide-containerizing-java-apps/
https://blog.frankel.ch/hitchhiker-guide-containerizing-java-apps/
A Java geek
A Hitchhiker's Guide to Containerizing (Spring Boot) Java Apps
Containerizing an application based on a 'noscripting' language is straightforward. Add the sources, download the dependencies, and you’re good to go. One could say they are WYSIWYR. With compiled languages in general, and Java in particular, things are a bit…
Getting Started: Overview | React Query | TanStack
https://react-query.tanstack.com/docs/overview
https://react-query.tanstack.com/docs/overview
How to Easily use GRPC and Protocol Buffers with NodeJS | Aditya’s Blog
https://adityasridhar.com/posts/how-to-easily-use-grpc-and-protocol-buffers-with-nodejs
https://adityasridhar.com/posts/how-to-easily-use-grpc-and-protocol-buffers-with-nodejs
Aditya’s Blog
How to Easily use GRPC and Protocol Buffers with NodeJS
I am Aditya and I share useful information about Technology :)
When (and when not) to reach for Redux |> News and podcasts for developers |> Changelog
https://changelog.com/posts/when-and-when-not-to-reach-for-redux
https://changelog.com/posts/when-and-when-not-to-reach-for-redux
Changelog
When (and when not) to reach for Redux
I am a huge proponent of a couple of specific ideas. One is that you should always try to understand what problems a specific tool is trying to solve... And another is that you need to understand exactly what problems you are trying to solve in your own application…
New language features since Java 8 to 15 - Advanced Web Machinery
https://advancedweb.hu/new-language-features-since-java-8-to-15/#allow-private-methods-in-interfaces
https://advancedweb.hu/new-language-features-since-java-8-to-15/#allow-private-methods-in-interfaces
advancedweb.hu
New language features since Java 8 to 21
Enhancements to the Java language you should know
Java libraries I like – Eduards Sizovs
https://sizovs.net/2020/11/24/java-libraries-i-like/
https://sizovs.net/2020/11/24/java-libraries-i-like/
sizovs.net
Java libraries I like
The list was updated in 2025.
Everyone knows Spring and Hibernate, but there are other libraries and frameworks that are worth your attention. I pulled a list of 42 Java libraries that I like and use daily. Some of them are well-known; others are not so…
Everyone knows Spring and Hibernate, but there are other libraries and frameworks that are worth your attention. I pulled a list of 42 Java libraries that I like and use daily. Some of them are well-known; others are not so…
Revokable tokens & token theft - JSON Web Tokens
https://hologram-codes.hashnode.dev/revokable-tokens-and-token-theft-json-web-tokens-ckjend98j0035h4s1f0c9b4aj
https://hologram-codes.hashnode.dev/revokable-tokens-and-token-theft-json-web-tokens-ckjend98j0035h4s1f0c9b4aj
hologram-codes
Revokable tokens & token theft - JSON Web Tokens
Intro
In my previous blog post, I've explained the concept of JWTs, how they're used as well as possible security issues that should be taken into consideration.
Today, I'll introduce you to revokable tokens, a fundamental concept for the secure usag...
In my previous blog post, I've explained the concept of JWTs, how they're used as well as possible security issues that should be taken into consideration.
Today, I'll introduce you to revokable tokens, a fundamental concept for the secure usag...
10 best practices to containerize Node.js web applications with Docker | Snyk Blog
https://snyk.io/blog/10-best-practices-to-containerize-nodejs-web-applications-with-docker/
https://snyk.io/blog/10-best-practices-to-containerize-nodejs-web-applications-with-docker/
👍1
What's new in ECMAScript 2021 | pawelgrzybek.com
https://pawelgrzybek.com/whats-new-in-ecmanoscript-2021/
https://pawelgrzybek.com/whats-new-in-ecmanoscript-2021/
pawelgrzybek.com
What's new in ECMAScript 2021 | pawelgrzybek.com
This week’s TC39 meeting concluded with a complete list of ECMAScript 2021 features. Similarly, how I do it every year, let’s have a look at what’s coming this year. I also prepared for you a few code examples.