Mar 2 · 6 min read · When we start learning JavaScript, functions are one of the first powerful tools we discover. At first, they look simple just a block of code that runs when called. But then suddenly…you see two ways
Join discussion
Feb 25 · 5 min read · #30daysofawsterraform By the time I reached Day 10, Terraform had already stopped feeling like a tool for “just creating resources.” Days 8 and 9 changed that mindset completely. Meta-arguments taught
Join discussion
Feb 14 · 7 min read · Welcome Back! You're reading this blog and have followed the previous parts of this topic! By now, you might be feeling a little more comfortable with Power Automate, and I hope you're realizing that
Join discussion
Dec 4, 2025 · 7 min read · Welcome to Day 10! Today we're exploring three powerful features that will transform your Terraform code from repetitive and rigid into flexible, clean, and maintainable. If you've ever found yourself copy-pasting security group rules, writing the sa...
Join discussion
Oct 17, 2025 · 4 min read · Recently, police of the Odisha government, headed by chief minister Naveen Patnaik, arrested my friend Abhijit Iyar Mitra, a leading defense and foreign policy analyst in India. Apart from working at a reputed think-tank in New Delhi, he has been a p...
Join discussionSep 6, 2025 · 3 min read · After covering variables, outputs, and locals yesterday, today I went deeper into expressions and functions in Terraform. These are like the “logic” and “tools” inside Terraform that make your code smarter and cleaner. Instead of hardcoding values, y...
Join discussion
Jul 1, 2025 · 1 min read · 🔹 Function Declaration A function declaration is when you use the function keyword and give the function a name. ✅ Example: function greet() { console.log("Hello, Priyanshu!"); } greet(); // Output: Hello, Priyanshu! Key points: The function has...
Join discussionMay 23, 2025 · 5 min read · In JavaScript, understanding the difference between statements and expressions is crucial—especially when writing clean, predictable code. While they often look similar, they serve very different purposes. This article clears up the confusion with si...
Join discussion