Bluebird vs Native vs Async/Await - 2020 State of Javascript promises performances

When we started to work on version 2 of Kuzzle a year ago, the biggest question was what kind of promises are we going to use in Kuzzle core.
Read More

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

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