Software EngineeringREST vs. GraphQL: A Frontend Engineerās Reality CheckAvnish Yadav ā February 21, 2026 Ā· 7 MIN READREST vs. GraphQL: A Frontend Engineerās Reality CheckStop looking for a winner. In this build-focused guide, we implement a simple API consumer for both REST and GraphQL to uncover the real-world trade-offs in caching, payload size, and developer experience.
Software EngineeringModern Async Patterns: Making Asynchronous Code Readable with Async/Await and GeneratorsAvnish Yadav ā February 21, 2026 Ā· 6 MIN READModern Async Patterns: Making Asynchronous Code Readable with Async/Await and GeneratorsStop writing spaghetti code. Learn how to refactor complex Promise chains into clean async/await flows and leverage Generators for efficient data streaming.