Routing in Backend
In the previous blogs, we talked about HTTP, how requests and responses work, different HTTP methods, and why we need a backend. Now let's say we have a request coming into our backend: GET /api/jedi/
Just an engineer trying to build better software. This blog is my engineering journal where I share backend concepts, system design, AI experiments, and the les
In the previous blogs, we talked about HTTP, how requests and responses work, different HTTP methods, and why we need a backend. Now let's say we have a request coming into our backend: GET /api/jedi/
In this blog, we're going to talk about HTTP, its methods, and some of the functionalities that make it one of the most important protocols for backend engineers. Before diving into the individual met
So the idea behind this blog came from the current playlist by Sriniously which I'm following to revamp my understanding of backend systems. The course is structured so well that I thought I'd make a
Preparing for NEET is mostly solving questions, checking the answer key, and moving on to the next set. But knowing that you got something wrong isn't the same as knowing why you got it wrong or what
So recently I was browsing through Hugging Face Spaces and I came across this space by enzostvs and I must say, I was Impressed! There's this new AI tool Deepsite that just came out, you tell it what you need, and it builds a whole website for you on...
Few days back Google released the highly anticipated LLM Gemini Ultra, along with its ChatGPT competitor Gemini Advanced. Does it herald a new era amidst the ongoing race for Generative AI supremacy, or is it poised to be another misfire? Going back...
React is a popular JavaScript library for building user interfaces (UI) for websites, web applications, and mobile apps. It was created by Facebook and is maintained by a large community of developers and companies. React has many advantages that mak...
Making predictions can be a little intriguing, especially about the future. 2021 was a strange year; most of the folks got back to work at the office but for us, developers, we don't need to care about where we work we just need a laptop and a cup of...
Hey!, y'all Hacktoberfest is back. In this article, I've talked about how you can kickstart your open source journey with it and why you should be doing that. So Aman, What exactly is Open source? Have you ever played any video on VLC Media player...
Reading and writing have always been an integral part of my life. I've always had a knack for writing essays, articles, and even poems in my high school years. But then some more important stuff got in the way and then college happened. So here's an...
Good programming logic is a big plus point to have as a developer. Logical thinking, whether programming or formal, means applying principles in a disciplined manner to achieve an acceptable result. To have a good grip on a programming language you m...
So you decided to learn coding but were not able to really learn it ? Well then buckle up, I've got you some questions answered. But before moving on let's see why you should learn to code in the first place. Learning to code has become one of the ...
Python is one of the most sought-after programming language in the world. It stands third in terms of most used programming language and stands top in terms of most wanted programming language in the world. 2021 Stackoverflow Developer survey Pytho...