Back to home
    Writing

    Engineering write-ups from real projects

    Deep dives into the systems I have shipped — real-time AI agents, Solana launchpads, trading simulators, async backends and the infrastructure behind them. Synced live from blog.riteshbenjwal.in.

    AILiveKitReactVitePythonFrappeAWSERPSolanaBlockchainTypeScriptFastAPIOpenAIAsync
    Mar 27, 2025 6 min read

    Building an AI-Powered Agent Chatroom with LiveKit and React

    A real-time, audio-based AI agent chatroom built with LiveKit, React (Vite) and a Python backend — JWT room auth, live transcription and swappable agent personas.

    AILiveKitReactVite
    Read the write-up
    Dec 2, 2024 7 min read

    Building a Course Subscription Platform Backend with Frappe Framework

    Course discovery, purchases and subscriptions on Frappe (Python) plus AWS services — scalable APIs, a provider admin panel and chatbot-assisted support.

    PythonFrappeAWSERP
    Read the write-up
    Dec 2, 2024 8 min read

    Building a Meme Coin Platform on Solana: A Technical Journey

    A pump.fun-style launchpad on Solana: token creation, trading, staking with lock-ins, socket-driven live updates and Raydium listing once volume thresholds hit.

    SolanaBlockchainReactTypeScript
    Read the write-up
    Dec 2, 2024 6 min read

    Supercharging Asynchronous Performance: Python FastAPI and OpenAI API Optimization

    Replacing ThreadPoolExecutor with asyncio + aiohttp across a FastAPI/OpenAI pipeline and cutting ~2.5 minutes off end-to-end generation time.

    PythonFastAPIOpenAIAsync
    Read the write-up
    Nov 28, 2024 6 min read

    My Journey as a Startup Consultant: Building a Multi-Sided Retail Management App

    A three-sided retail platform for shopkeepers, customers and sales associates — multi-level commissions plus invoice OCR with ChatGPT and Google Vision.

    React NativeMERNAIDevOps
    Read the write-up
    Nov 21, 2024 8 min read

    Building a Stock Simulator Platform: A Technical Journey

    A gamified trading simulator with an admin panel, live sessions and leaderboards — NestJS, Redis and BullMQ, containerised with Docker on a Linux server.

    NestJSRedisBullMQNext.js
    Read the write-up
    Nov 20, 2024 6 min read

    Building the Backend for a Food Delivery Platform: My First Professional Project

    The Swiggy/Zomato-style backend I owned as a fresh engineer — orders, restaurants, delivery flows and the lessons that shaped how I design services today.

    Node.jsNestJSMongoDBTypeScript
    Read the write-up
    Nov 20, 2024 6 min read

    Building a Global Events Discovery Platform: A Technical Deep Dive

    An events discovery and booking product with real-time interaction features, built on Next.js, TypeScript and AWS infrastructure.

    Next.jsTypeScriptReactAWS
    Read the write-up