mohit4bug/yaam
github repoYet Another Activity Monitor
Software engineer building practical products with meaningful impact.
I like to dive deep, iterate on ideas quickly, and ship software that helps people in the real world.
Personal builds I care about. I optimize for products that are simple to use and dependable in production.
What I try not to do, and what I choose to do instead.
- const typingStyle = "clever types that confuse everyone else"
+ const typingStyle = "types teammates can read quickly and trust"
+ const rule = "clarity first; add complexity only when needed"
- const deliveryMode = "ship happy path first, fix pain later"
+ const deliveryMode = "build for retries, failures, and noisy traffic"
+ const logs = "clear enough for the next person to debug fast"
- -- INSERT and move on; performance can wait
+ SELECT "shape tables around real product usage patterns" AS approach;
+ EXPLAIN ANALYZE SELECT * FROM critical_query_before_release;
- {/* chasing flashy UI patterns that age badly */}
+ {/* build interfaces that feel calm, clear, and easy to navigate */}
+ const uxGoal = "fast loading and fewer surprises for real users"
- const mindset = "frontend and backend are separate jobs"
+ const path = "connect user action all the way to stored data"
+ const handoff = "shared context across the stack, less friction"
- const aiReason = "add AI because it sounds cool"
+ const aiReason = "use AI where it saves people time on repetitive work"
+ const policy = "low confidence => fallback path + human review"
Small contributions, done consistently. I believe helping others compounds over time.
Feb 17, 2026
shadcn-ui/uiSteady contribution with practical impact. I optimize for useful improvements.
Sep 22, 2025
better-auth/better-authTiny patch, better docs. I like leaving things cleaner than I found them.
Jul 23, 2025
shadcn-ui/uiSteady contribution with practical impact. I optimize for useful improvements.
Jun 8, 2024
nextauthjs/next-authTiny patch, better docs. I like leaving things cleaner than I found them.