Git Cheat Sheet
Git is a free and open-source distributed version control system that’s responsible for tracking file changes to facilitate collaborative work with others. This cheat sheet features the most important and commonly used Git commands for easy reference.
How to Configure AWS CLI for Multi-Account Strategy
In this article, we will go through the steps to configure AWS CLI for multiple accounts on your local machine or any server with Terminal access.
Jenkins VS GitLab: DevOps Comparison
In this article, we will compare Jenkins and GitLab CI/CD from a high-level perspective, highlighting their main differences and pointing out what you should consider before making your choice.
Easiest GitLab CI/CD Lambda Pipeline
Quickly build, test, and deploy NodeJS and Python Lambda functions using GitLab CI/CD with either ClaudiaJS, Chalice, or the Serverless framework.
Multipurpose Cloud Migration Strategy for NodeJS Projects
Flexible Cloud migration strategy for NodeJS projects on AWS that also works on custom servers, from a monolith block to microservices.
Custom State Management Architecture using RxJS
RxJS implementation of a custom store useful in some specific cases to add reactivity to your DOM elements without adding many batteries to your code.
Fastest Blog Architecture
Unveiling the steps to build the fastest blog experience for your readers, an architecture point of view from a real case.
Ghost as Choice over Traditional CMS
Bootstrapped our tech community blog using Ghost + NextJS in an effort to serve blazing-fast page rendering to our readers.
How I Published my First NPM Package in 1h
Introduction Open source has been a game-changer for us all, it’s even crucial for software developers. I mean, none of us can say he never used open-sourced projects. Sometimes we feel like we can add our piece to the puzzle but for some reason, we don’t, I’ve been doing little open source since the start […]
Safely toString a Java object
Overview In this little article, we will see how to get the string representation(tostring) of an object cautiously, that means avoiding NullPointerException. Context Getting the String representation of a Java object is something we often do for logging, debugging, or simply for overview purposes. For a null object, we will be directed to a NullPointerException, as […]
