Codeminer42 Dev Weekly #4
HELLO EVERYONE!!! It is March 28th, 2024 and you are reading Codeminer42’s tech news report… On Thursday, since we have the Good Friday holiday in …
Codeminer42’s Engineering Blog
HELLO EVERYONE!!! It is March 28th, 2024 and you are reading Codeminer42’s tech news report… On Thursday, since we have the Good Friday holiday in …
The usual way to debug a Node.js application is to simply use the console module to inspect variables or objects, which is fast enough to …
Did you ever try to run code on your local machine, but it simply didn’t work? And when you ask for help all you hear …
Hi folks! I’ve been working on a personal project, a simple Express.js REST API. But after a while, I got stuck on a simple problem: …
Image by unsplash Hi there! In the past few weeks I’ve been working on the backend of a mobile chat application, or, what I like …
In this article, we aim to give you an overview of what AWS Cognito solves and how to use it as your app’s authentication provider, …
Before we start, we need to know what exactly IoT is. Let’s use the definition from Oracle’s website: The Internet of Things (IoT) describes the …
Over the last few months, I’ve been working in a couple of Node.js projects written in TypeScript, and it was a bumpy road to follow …
Earlier this month, I posted about how yarn is much faster than npm, but today NPM itself posted on Medium about code>npm@5
Yarn is an alternative package manager for Node.js and Javascript. Acclaimed for being much faster, reliable and secure compared to Npm. But does it really …