



2d ago · 4 min read · Ever wondered how a request in Express.js doesn’t directly reach the route, but gets processed step by step? That’s where middleware comes in. It acts like a checkpoint between the request and respons
Join discussion
Apr 22 · 6 min read · After the first version of InterviewAI, my main focus was to add more features to it as well as improve the user experience. In order to improve the load time of the app and improve the performance, I
Join discussion
Apr 20 · 9 min read · gRPC interceptors are the middleware pattern, specialized for gRPC. If you've written HTTP middleware before, the shape is familiar — a function that wraps a call, can observe or modify the request, pass to the next handler, then observe or modify th...
Join discussionApr 12 · 6 min read · Laravel Middleware Like a Pro: Real-World Patterns for Auth, Roles, and Scoping Real talk: I built a multi-tenant SaaS backend for a multi-tenant SaaS platform with complex role-based access control. Three middleware patterns saved the day: CheckRole...
Join discussion