Codeminer42's Engineering Blog
Beginner

Ruby’s Cool Features for Beginners
Hi, everyone! In this article, we're gonna cover some features and concepts that differ Ruby from other programming languages, especially from languages that I've learned in the past, like Python…
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…
Why You Should Care About Resilience
Photo by Anatoli Styf Microservices are a reality. Big companies do it all the time, to improve scalability and separate responsibilities. Most of the time, the maintainers of each service…
Let’s Learn GraphQL + Apollo Server and Client
Hello boys and girls! In this article, we're going to talk about GraphQL using the Apollo Platform for both server-side and client-side. First of all, we need to know what…