108 Arpina Blog
Engineering &
Insights.
Deep dives into cloud architecture, mobile engineering, and the future of software.

Article
Nov 23, 2025
5 min read
Decomposing Node.js Monoliths with SQS
Breaking down a monolith is rarely clean. Here’s a practical look at how I decouple legacy Node.js applications using AWS SQS to handle the communication between services
Read Article

Article
Oct 1, 2025
5 min read
Git Rebase vs Merge: Why I Rebase for Cleaner Pull Requests
Learn the difference between git merge and git rebase, why rebase keeps commit history clean, and how it can save you from headaches when debugging or collaborating on features.
Read Article

Article
Feb 4, 2022
5 min read
Terraform Basic Command
Terraform is an open-source infrastructure as code software tool that enables you to safely and predictably create, change, and improve infrastructure..
Read Article

Article
Mar 16, 2020
5 min read
Dockerfile Teardown
A step-by-step breakdown of your Dockerfile to uncover inefficiencies, improve security, and optimize for leaner, production-ready images.
Read Article
