Hello readers 👋, welcome back to 9th blog in this JavaScript series.
Imagine you are a car manufacturer. You don't build each car from scratch, right? You have a blueprint (or design) that defines what a car should have: wheels, engine, doors, color options, etc. Then you use that blueprint to create many cars – each car is an object m...
GitHub Spark is an intuitive way to bring your ideas to life.
GitHub Spark is an AI-powered tool that helps you "spark" ideas into functional "sparks" (micro-apps) quic...
I had been selected for the AWS Community Builder program Containers category.
First-time applicant. No conference speaking history. No massive LinkedIn following. Just consistent writing and 9+ years of real production experience with AWS and Kubernetes.
This is my honest writeup of how it happened, what I submitted, and what I'd tell anyone thinking about appl...
Hello readers 👋, welcome to the 8th blog of this JavaScript series.
Imagine you are packing your bag for a trip. You have two options:
Option 1: Pack everything carefully - fold your clothes, put them in separate compartments, zip everything properly.
Option 2: Just throw everything in the bag quickly.
Sometimes...
Storage is the backbone of any cloud application. In Azure, Storage Accounts provide a versatile foundation for holding everything from unstructured data like images to structured file shares for collaborative work. In this guide, we will walk through the lifecycle of data m...
Hello readers 👋, welcome back to 7th blog in this JavaScript series.
Imagine you have a recipe book. Every time you want to cook a dish, you don't invent it from scratch – you just open the book, read the recipe, and follow it. That recipe is reusable.
In JavaScript, functions are exactly that – reusable blocks of code that you...