5d ago · 21 min read · TLDR: Python variables are labels that point at objects — not typed boxes. The type lives with the object, not the variable. Master truthiness, f-strings, for/while loops, and the handful of pitfalls that trip up every developer coming from Java or J...
Join discussionApr 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