Codeminer42's Engineering Blog
Node.js

A practical dive into functional programming
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: What is the best way…
AWS SNS – What You Should Know About it + a NodeJS Implementation
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 to call WhatsApp 2. The…
AWS Cognito – An Implementation Guide for your NodeJS Application
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, as well as explain how…
IoT: What Can You Do with Your Stack?
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 network of physical objects—“things”—that are…
The Good, The Bad, and The Ugly of TypeScript
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 with ups and downs. What…