Building an AI Gmail client – architecture notes
Documenting the technical decisions behind Quero, from OAuth flows to streaming AI responses. How I structured the codebase to handle real-time email processing.
·5 min read
Notes and learnings from things I'm building. Documenting the journey helps me think through problems and hopefully helps others facing similar challenges.
Documenting the technical decisions behind Quero, from OAuth flows to streaming AI responses. How I structured the codebase to handle real-time email processing.
How I approached building a flexible RBAC system for an event platform. Covering permission hierarchies, database design, and the middleware patterns that made it maintainable.
Reflections on shipping a full-stack event management system. From real-time updates to handling concurrent registrations, these are the problems I didn't expect.