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.
NanoNeuron - 7 simple JS functions that explain how machines learn | Trekhleb
https://trekhleb.dev/blog/2019/nano-neuron/
https://trekhleb.dev/blog/2019/nano-neuron/
trekhleb.dev
NanoNeuron - 7 simple JS functions that explain how machines learn | Trekhleb
The NanoNeuron.js code example contains 7 simple JavaScript functions (which touches on model prediction, cost calculation, forward/backwards propagation, and training) that will give you a feeling of how machines can actually learn. No 3rd-party libraries…
Serving 100k requests/second from a fanless Raspberry Pi 4 over Ethernet | by Alex Hultman | Feb, 2021 | Level Up Coding
https://levelup.gitconnected.com/serving-100k-requests-second-from-a-fanless-raspberry-pi-4-over-ethernet-fdd2c2e05a1e
https://levelup.gitconnected.com/serving-100k-requests-second-from-a-fanless-raspberry-pi-4-over-ethernet-fdd2c2e05a1e
Medium
Serving 100k requests/second from a fanless Raspberry Pi 4 over Ethernet
A 12x performance boost over Node.js
Kubernetes cron jobs: a hands-on guide to optimally configured crons
https://geshan.com.np/blog/2021/02/kubernetes-cron-job/
https://geshan.com.np/blog/2021/02/kubernetes-cron-job/
Geshan's Blog
Kubernetes cron jobs: a hands-on guide to optimally configured crons
Need to configure your Kubernetes Cron jobs optimally? Read this 2000+ words guide to do exactly that.
Why Discord is switching from Go to Rust | by Jesse Howarth | Discord Blog
https://blog.discord.com/why-discord-is-switching-from-go-to-rust-a190bbca2b1f
https://blog.discord.com/why-discord-is-switching-from-go-to-rust-a190bbca2b1f
Medium
Why Discord is switching from Go to Rust
Rust is becoming a first class language in a variety of domains. At Discord, we’ve seen success with Rust on the client side and server…
How I cut GTA Online loading times by 70%
https://nee.lv/2021/02/28/How-I-cut-GTA-Online-loading-times-by-70/
https://nee.lv/2021/02/28/How-I-cut-GTA-Online-loading-times-by-70/
meh.
How I cut GTA Online loading times by 70%
GTA Online. Infamous for its slow loading times. Having picked up the game again to finish some of the newer heists I was shocked (/s) to discover that it still loads just as slow as the day it was re
Git clone vulnerability announced - The GitHub Blog
https://github.blog/2021-03-09-git-clone-vulnerability-announced/
https://github.blog/2021-03-09-git-clone-vulnerability-announced/
The GitHub Blog
Git clone vulnerability announced
Today, the Git project released new versions to address CVE-2021-21300: a security vulnerability in the delayed checkout mechanism used by Git LFS during git clone operations affecting versions 2.15 and newer.
My experiences creating a Netflix clone using microfrontends - DEV Community
https://dev.to/dantederuwe/my-experiences-creating-a-netflix-clone-using-microfrontends-1n46
https://dev.to/dantederuwe/my-experiences-creating-a-netflix-clone-using-microfrontends-1n46
DEV Community
My experiences creating a Netflix clone using microfrontends
In this article, I will go over what microfrontends are, why they are useful, and what frameworks exist to make implementing them easier. I'll also share my experiences creating a project by myself using React and Piral: two technologies I had previously…
OAuth 2.0 authentication vulnerabilities | Web Security Academy
https://portswigger.net/web-security/oauth
https://portswigger.net/web-security/oauth
portswigger.net
OAuth 2.0 authentication vulnerabilities | Web Security Academy
While browsing the web, you've almost certainly come across sites that let you log in using your social media account. The chances are that this feature is ...