Node.js 14 & AsyncLocalStorage: Share a context between asynchronous calls

Node.js 14 has been available since April 21, 2020. This version embeds a new version of v8 but also a lot of new features like the AsyncLocalStorage class of the async_hooks ...
Read More

Share sensitive data with Git and cryptography

All projects require a certain amount of data that must remain secret and private.
Read More

Kourou is coming or why you should use the Kuzzle CLI

Today we see CLI from everywhere, everybody wants it’s own CLI: Heroku, Vue.js, React, and so on. But why this hype?
Read More

How to communicate through BLE using flutter

Do you want to play with your IoT devices using Bluetooth, but you cannot put any software in it? Here we are going to see how to communicate through Bluetooth with your IoT ...
Read More

Why you can't secure a React Native (or any frontend) application

I am always quite surprised to hear about frontend application security because precisely a frontend application runs on the user's device and thus cannot be secured. It must ...
Read More

Efficiently iterate on Javascript arrays

In Javascript, arrays are one of the most widely used data structures.
Read More