@ray_kovalev Right now I'm tracking latency and request logs. Next, I'll add load testing with Locust to measure throughput and failover behavior.
What metric would you prioritize first?
Built the brain of my AI Proxy Router today.
Multi-provider routing (Groq, Gemini, OpenRouter) + automatic fallback is now working. One model="auto" bug taught me more than the feature itself. π
#buildinpublic#FastAPI#AI
Day well spent. β‘
Solved 1 CP problem.
Continued working on my AI Proxy Router (FastAPI + PostgreSQL).
Wrapped up a Product Engineering assignment by building a Student Ticket Management System with HTTP-only cookie auth, role-based access, and SLA tracking.
#buildinpublic
Made solid progress on my AI Proxy Router
My first OpenAI-compatible LLM endpoint is working.
Client β API Key β Proxy β LLM β Response
Spent hours debugging auth issues, switched from Swagger to Postman, and finally got it working.
#BuildInPublic
Day 1 of building my AI Proxy Router βοΈ
Spent most of today debugging rather than adding features.
Built and verified the core auth flow with:
β’ FastAPI + PostgreSQL
β’ JWT access/refresh tokens
β’ Redis token rotation & revocation
β’ HTTP-only cookies instead of Bearer auth
Participated in my AtCoder Beginner Contest 476 yesterday π
Managed to solve only 3 questions, ended up with a -14 rating hit. Not the result I wanted, but hey β every contest teaches something.
Back to grinding DSA.
#AtCoder#CompetitiveProgramming#DSA#CodingJourney
Day 3: spent way too long chasing a "model not found" error before realizing... it was actually an invalid API key
Lesson: always test your provider's API directly with curl before blaming your own code.
But it's alive now β my proxy
#buildinpublic#FastAPI#debugging
Day 2: building an AI proxy router (like LiteLLM/OpenRouter) from scratch
Spent today on the boring-but-critical part β the database schema.
users, api_keys, providers, requests_log β all wired up with SQLAlchemy + Alembic migrations.
Tomorrow: making the first real LLM call .
Yesterday I said Iβd try the 4th problem of Div. 3.
Today, I solved it too β and it turned out to be an easy constructive problem once I found the idea.
Keeping the promise to myself.
#Codeforces#CompetitiveProgramming#DSA
Day 1 of FDE learning.
Today I understood what a Forward Deployed Engineer actually does β bridging customer problems and engineering solutions, from understanding requirements to shipping production systems.
#FDE#ForwardDeployedEngineer#BuildInPublic
Built and submitted a Borrower Copilot MVP for Lokta β an AI-inspired fintech product focused on smarter borrowing decisions, affordability, fair rates, and EMI planning.
Built with React + TypeScript + Tailwind CSS.
GitHub: https://t.co/63nNf3eHbX
#BuildInPublic#Fintech