Blog Posts
Discover insights, tutorials, and thoughts from my journey
11 posts found
Sorted by latest first

Secure Passwordless Magic Link Login in Django (from Scratch)
## ✨ Introduction ### Why Passwords Are Getting Obsolete? #### From Users' Perspective: * **Cognitive Burden:** Remembering multiple complex passwords is difficult and frustrating. Users te

Dreams and Their Meanings
## My Journey into Dream Psychology A few days ago, I found myself fascinated by the mysteries of the human brain—especially the strange, vivid world of dreams. For the longest time, I believed d

Redis for Pub/Sub Messaging
Introduction This blog is second installment of Redis in Action blog series and if you’ve read the first blog on Ratelimiting using Redis, you are aware of what Redis is and how it works as a versatile in-memory data store. Today we’re diving into on...

Mastering PowerShell Profiles
Introduction PowerShell isn’t just a command line tool—It’s the Swiss Army knife of windows automation. Whether you’re managing files, deploying apps, or wrangling servers. But did you know you can make it even better? PowerShell Profiles; your secre...

Ratelimiting using Redis
What is Rate limiting and why do we need it? Rate limiting is a technique used to control the number of requests a client can make to a server within a specified time frame. It helps prevent abuse, ensures fair resource distribution, and maintains sy...

KubeNation
So last Sunday, i.e. 3rd September 2023 I went to a meetup organized by CNCF New Delhi. So, in this meetup, there were many inspirational and educational talks given, but for me, there was one session that stood out from all. It was around the basics...

Open Source: insights from an Inspiring Event
Once upon a time, in a realm where lines of code intertwine with boundless creativity, I found myself amidst an enchanting event. Alongside esteemed speakers Anshum Shukla and Praddhumn Singh, we embarked on a whimsical journey, exploring the extraor...

Git- Your first step in the tech :)
Why is it needed? After working on anything, you want to save it before it is interrupted or deleted so that you may pick up where you left off, and maintain a history of the changes you made. makes any sense? Let's take an example, I want to crea...

Front-end Development Roadmap in 2023
Why a roadmap? In today's tech industry, the biggest mistake beginners do is jumping from one language to another as they follow trends, check out 'what is popular' and start learning it without a roadmap. That is a bad way to start in the industry a...

GoLang: Why it is my favorite language now
Hey everyone, From the huge ocean of programming languages, today I'm going to tell about my new favourite language GoLang. What is GoLang? The Golang programming language is an open source project from Google. It was made to be a better alternative ...

My first hacktoberfest: first time contributing to open-source
My story of contributions and open-source goes back to August and not October. My first year of college ended that month and I was very happy because I got almost 2 weeks doing nothing, watching Netflix, and enjoying homemade food. One of my friends,...