How to Import Existing AWS Resources into the Serverless Framework (Using CloudFormation Import)Mar 29, 2026·8 min read
PinnedCooking Without Burning: My DevOps Doings in the Past Few YearsDevOps, much like cooking, is all about balance. Too little automation, and the process stays raw; too much change without control, and something catches fire. Over the past few years, I’ve spent countless hours in the kitchen, experimenting with too...Oct 18, 2025·7 min read
Webflow CMS Behind CloudFront: Serving Dynamic and Static Pages on the Same DomainJan 18, 2026·6 min read
Securing Your Nginx Container with Let's Encrypt SSL CertificatesIntroduction In the modern web landscape, securing web applications with SSL has become a non-negotiable best practice. Secure Sockets Layer (SSL) encryption protects sensitive user data from being intercepted, enhances trust and improves search engi...Jan 13, 2025·8 min read
Automate Docker Deployments to Your Server Using GitHub Actions and Amazon ECRIntroduction In a recent project, I had to deploy a backend application on a server hosted on a local cloud platform. Cost-saving considerations drove the choice to use a local cloud, but it came with its limitations—particularly the absence of a bui...Oct 20, 2024·9 min read
Seamlessly Migrating Frontend Deployment Across AWS AccountsHow to Move S3 Buckets, CloudFront Distributions, and Route 53 Hosted ZonesOct 3, 2024·9 min read
Stay Safe with NPM: Top Tips for Managing Dependency SecurityIntroduction 97% of the code in a modern web application comes from npm. An individual developer is responsible only for the final 3% that makes their application unique and useful. This quote from npm highlights a great aspect of modern web develo...Jun 30, 2024·5 min read
Efficiently Testing Asynchronous React Hooks with VitestIntroduction While working on a fairly large frontend project, a seemingly minor change in the backend's error message structure triggered a cascade of changes across numerous files on the front end, making it a notably hard task to rectify. Determin...Apr 10, 2024·7 min read
600 Days of Frontend Engineering Growth at SchulltechWhoa! It's almost surreal — 600 days at Schulltech. Time has this peculiar way of slipping through our fingers, doesn't it? From my humble beginnings as a junior front-end engineer to leading the front-end team, the journey has been nothing short of ...Jan 9, 2024·4 min read