CONNECTING SYSTEMS TO DRIVE INNOVATION
PORTFOLIO / 2014 — 2025

AVAILABLE FOR PROJECTS
IN JANUARY 2025

me@dassiorleando.com
+1 (819) 446 0462
QC, Canada

CONNECTING SYSTEMS TO DRIVE INNOVATION
me@dassiorleando.com
+1 (819) 446 0462
QC, Canada

Author: Orléando Dassi

I'm a Solutions Architect with 10 years of experience who is constantly learning while impacting the community by producing technical articles/videos, building projects, and conducting tech mentoring/coaching sessions. What describes me the most is my flexibility.

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.

Read More

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.

Read More

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.

Read More

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.

Read More

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.

Read More

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.

Read More

Fastest Blog Architecture

Unveiling the steps to build the fastest blog experience for your readers, an architecture point of view from a real case.

Read More

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.

Read More

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 […]

Read More

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 […]

Read More