AWS...trying diff methods of deployment...
Recently I explored AWS... Before this, I tried some PaaS type deployment services. But I wanted to learn how things actually work in AWS, so I created an account and started trying things step by ste
Search for a command to run...
Recently I explored AWS... Before this, I tried some PaaS type deployment services. But I wanted to learn how things actually work in AWS, so I created an account and started trying things step by ste
While using Next.js for some time, one thing was always in my mind because it uses serverless and edge functions. But I was always curious about what actually happens behind the scenes. So I started e

As a fresher stepping into software development, I initially focused on languages, frameworks, and tutorials, building small projects just for practice. After months of learning the development cycle,
While working on the frontend of my project, I used shadcn/ui, and it has been a great experience. The components are clean, stable, and highly customizable. Since it’s built on top of Radix UI and integrates well with Lucide icons, it provides both ...
so recently i working on my personal project almost completed frontend and backend both. then i started deployment because both app in different domain. honestly deployment teach me lot. still initially use auto deploy platforms but still configure d...
I used to think development is all about learning languages, frameworks, libraries, diff tools..But slowly slowly my thinking started changing.Now I feel development is not mainly about code. It is about thinking.Thinking how a problem can be solved ...
Recently I was trying to really understand custom auth flow and how its implementation actually works. .So I started rebuilding auth system again. This time more seriously. I focused on proper flow, proper structure, and proper error handling. Used z...
Docker solved my pain point on My Linux desktop....Recently I started learning Docker and trying to understand how it actually works behind the scenes. How Docker Engine works, how containers are isolated, and why it is so useful in real development ...
Recently I tried to use Next.js for the first time.At the beginning honestly I felt it is too much configuration. In React we already have folders, but here pages and routes come from folder structure itself. That was confusing for me first.Slowly I ...