This is my personal blog, where I’ll write about whatever interests me. I’m not a professional writer, so expect the occasional typo and bad grammar. But if you like what you find here, feel free to subscribe!

  • Simplify your API development with Postman
    Postman is a popular tool used by developers to test and interact with APIs. It offers a user-friendly interface that allows developers to easily create complex HTTP requests, save them for later use, and share them with their team members.
  • Chat GPT: What, Why and How?
    Chat GPT is a variant of the GPT (Generative Pre-training Transformer) language model developed by OpenAI, which was specifically designed for conversation and chatbot applications.
  • The MVC Archetecture: Structured and Scalable Software Development
    MVC is a software design pattern that separates an application into three main components: the model, the view, and the controller. This separation of concerns allows developers to create modular, scalable, and maintainable applications.
  • Using a Python trained ML Model in React.js Project
    Have you worked with website that contains simple machine learning models to predict things. Do you create a python server or something like that which serves one/two endpoints and basically doing the job of a simple function? Well if that so, then this article is for you.
  • Kubernetes: A way to play DevOps
    Kubernetes is at the cutting-edge of application deployment. The best way to kick-start your DevOps career is by learning how to effectively deploy Kubernetes.
  • Containerization: Docker and More
    Docker is one of the most popular tools for application containerization. Docker enables efficiency and reduces operational overheads so that any developer, in any dev environment, can build stable and reliable applications.
  • JavaScript 101
    A beginner friendly guide to the basics of the javascript language.
  • Ludo game - System design
    There are a lot of users who love to play online multiplayer games. Ludo is one of the simple multiplayer games. Hence, we'll talk about it's system today.
  • Welcome to my blog!
    I am going to start a blog. I am going to write about tech, programming, and other stuff