🚀 Have you ever wondered when you open up any program like VLC Player (music player) What happens?...
How USB got detected when we plug it in I am running Ubuntu in VM:-...
🥵 When i was in my college days, one constant thing that I didn't get why the heck are we learning CS...
😅 Being a single threaded language most of the people think that Javascript or NodeJS is slow and not...
I am Dumb Well, whenever we work in our local system everything works as butter. That is...
😩 Whenever we think of running a program we always focus on running the code but we do not care about...
🥵 When I was working on my college projects, for a simple presentation we were used to store user’s...
✨ Javascript is the most popular language till date and its popularity is not gonna decrease any near...
🚀 React is extremely powerful when it comes to dynamic websites because It gives us the functionality...
🤝 In today's era of AI, when it became so hard to predict that "Will Web Dev survive". People are...
🔥 In the era of AI (Generative AI) most of the people are worried about the web development....
✨ Open source is like an ocean where there are many gems hidden but very few people dive to find...
🚀 We'll see extensions, debugging techniques, coding style, directory structure and much more to...
🚀 As we are working on our Open Source Project named NoMise which is being built using ReactJs,...
🚀 This is our third blog in the series of Low Level Design. Today we are going to design and see the...
🔥 We'll start from building a Spring Boot Application. Because of some inbuilt annotations. For...
This is our first blog in the series of Low Level Design. We'll start from designing and coding a...
In earlier Post we discussed about two patterns: Strategy and Observer Pattern. In your daily use,...
Whenever we start learning to code, Either we start from solving Data structures and Algorithms...
🚀 When we talk about SSR (Server side rendering) rendering static content and showing them to the...
🚀 We did explore the Micro-services Architecture and also seen the Implementation using NodeJS. But...
🚀 Till now, we have talked about Backend Development topics like Scaling, Architecting, Deploying and...
🔥 Most of us Start our project without thinking about its structure and design. Later on we find...
🚀 Welcome guys to our another episode of Software Development tutorials. So, most of us people did...
🚀 Whenever we build our applications, Initially we do not care about writing scalable or Non-SPOF...
🚀 As we know Java is a widely used language by enterprises because of its Community support, Security...
📍 Sync and Async Programming 😶🌫️ In modern world with so many complexities in Software...
📍 NodeJS Concurrency 🙂 When It comes to writing Backend (or API for say) we can code them...
📍 Introduction 🙂 As we have discussed in our previous blog "Monolithic vs Microservices: A...
📍 Monolithic and Its issues 🙂 When we start learning backend development and...