Apr 7 · 2 min read · In JavaScript, you use let and const for everything. In Rust, variables are Immutable by Default. This is a strict Mutability Contract that ensures your data doesn't change unless you explicitly "sign" for it. 🏗️ The 3-Step Narrative 1. Immutable b...
Join discussionMar 27 · 7 min read · Deploying a web server is one thing, but ensuring that the server is resilient is another. In this blog, I take you through how I deployed a robust, simple web app on AWS using Terraform. Input Variab
Join discussion