CodeTips#2: Clean code in JavaScriptA beginner's approach
INTRODUCTION INTRODUCTION I believe the comic strip above sums it well: You write clean code mainly to understand yourself in the future. Not only that, …
Codeminer42’s Engineering Blog
INTRODUCTION INTRODUCTION I believe the comic strip above sums it well: You write clean code mainly to understand yourself in the future. Not only that, …
Like many engineers, I landed into coding kind of by accident. I was programming alone and unsupervised for a decade and my work was mostly …
Hello, fellow readers! Before we can jump right in, we have an announcement! There is a new series of posts here in the blog: CodeTips! …
In this article, we’ll be talking about a widespread concept of Functional Programming called Tail Call Recursion (or Tail Call Optimization or just Tail Call). …
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 …
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, …
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, …
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, …
Photo by Kelly Sikkema on Unsplash Last year, JetBrains announced the alpha version of Kotlin Multiplatform Mobile (aka KMM). With KMM you can create multiplatform …