All Posts

  • Published on

    HTTP Status Codes Overview

    web-development
    http
    api
    backend
    HTTP status codes are essential for web communication, helping clients and servers understand request outcomes. They are grouped into five categories, each starting with a digit from 1 to 5, indicating the type of response.
  • Published on

    Understanding In-Place Algorithms

    algorithms
    data-structures
    programming
    leetcode
    Today, while solving problems on LeetCode, I came across in-place algorithms. Let me share what I've learned about them, including their use cases, advantages, disadvantages, and working principles.
  • Published on

    Why You Must Start Documenting Everything

    productivity
    documentation
    work-life-balance
    personal-development
    You're here because you're looking for a way to move forward in your life. Writing helps you organize your thoughts, learn from the past, and reshape your present.
  • Published on

    How AI runs my medium account

    ai
    automation
    medium
    writing
    personal-experience
    Have you ever wondered if artificial intelligence could write articles on Medium? This article shares my experience with creating an AI-powered system to automate article writing and publishing on Medium.
  • Published on

    PhonePe Payment Gateway Integration Guide

    payment-gateway
    phonepe
    integration
    backend
    api
    Today, we are going to learn how to integrate the PhonePe Payment Gateway. This tutorial will guide you through the integration process and highlight common errors you may encounter.