geekprateek.hashnode.devPrisma ORM 7.0 — Move Fast, Ship Safe: A Practical Guide for Production-Ready ApplicationsIn the fast-paced world of web development, managing backend database logic across multiple services, raw SQL queries, and schema scripts can slow teams down or add unnecessary complexity. Prisma offers a way to simplify data access using type-safe, ...Dec 30, 2025·7 min read
geekprateek.hashnode.devTOON: The Data Format Changing How AI Agents ThinkSomething fascinating is happening in artificial intelligence — especially where humans build systems that talk to large language models (LLMs) like GPT-4 or Claude.The problem isn’t the models themselves; it’s the data we feed them. For years, JSON ...Dec 29, 2025·4 min read
geekprateek.hashnode.devDesigning Robust Applications Over UDP — Building AI Voice Assistants with LiveKit🔙 Previously: Real-World UDP: How WebRTC and DNS Use the Fast but Unreliable Protocol In our last post, we saw how technologies like WebRTC (used in video calls) and DNS (used to find websites) depend on UDP, a fast but unreliable network protocol....Aug 23, 2025·4 min read
geekprateek.hashnode.devReal-World UDP: How WebRTC and DNS Use the Fast but Unreliable Protocol🔙 Previously: Inside the UDP Protocol: Anatomy, Features, and “Non-Services” UDP may be lightweight and “unreliable” by design, but that hasn’t stopped developers from building powerful real-world systems on top of it. In this of the series, we’ll ...May 18, 2025·4 min read
geekprateek.hashnode.devInside the UDP Protocol: Anatomy, Features, and "Non-Services"🔙 Previously: What is UDP? Understanding the "Unreliable" Transport Protocol If you’re just starting to learn about computer networks, you might find the term "UDP" a little confusing, especially when people describe it as "unreliable." Don’t worry....May 16, 2025·4 min read