rohitraj.tech Redesign
open sourcebackendscale·2026-01-31
Complete redesign from consultancy landing page to engineer-centric project directory with documentation-first aesthetic.
→ Live at rohitraj.tech
src/appsrc/componentssrc/dataDokumentation von Engineering-Entscheidungen, Architektur und Erkenntnissen aus dem Aufbau von KI-Systemen in der Produktion.
Jan 28, 2026
How pgvector embeddings improve LLM-to-SQL accuracy by providing schema context instead of dumping entire schemas into prompts.
Jan 20, 2026
Implementing the Model Context Protocol for AI assistant tool integration using Spring Boot and Spring AI.
Jan 15, 2026
Service workers, IndexedDB, and background sync patterns used in MicroItinerary for reliable offline-first travel planning.
backendscale·2026-01-31
Complete redesign from consultancy landing page to engineer-centric project directory with documentation-first aesthetic.
→ Live at rohitraj.tech
src/appsrc/componentssrc/dataMicroItinerary·2026-01-27
AI-powered PWA for planning annual travel itineraries. Features intelligent destination suggestions via OpenAI GPT-4, cost estimation in INR, and Splitwise-style expense splitting for group trips.
→ Full-stack PWA with offline support, Google OAuth, Redis caching
backendwebdocker-compose.ymlspring-ai-mcp-server·2026-01-25
Spring Boot MCP server that converts natural language questions into read-only SQL using LLM. Retrieves schema context via pgvector for RAG-based query generation.
→ Natural language → SQL with safe read-only execution
stellarmind-serverstellarmind-clientsqs·2021-12-27
Reference implementation for AWS SQS integration with Spring Boot including producer/consumer patterns, retry logic, and dead-letter queue handling.
producerconsumerbackendscaleEngineering work visibility — portfolios show results but not thinking
Full implementation: Next.js 16, React 19, documentation-first design system
src/appsrc/componentssrc/dataMicroItineraryTravel apps lack intelligent suggestions and group expense management
Full-stack: Spring Boot 3.2.2 + Java 21 backend, React 18 + Vite PWA, OpenAI integration
backendwebtestspring-ai-mcp-serverNatural language database queries with retrieval-augmented context via pgvector
Full MCP server implementation, pgvector integration, Chain-of-Thought UI
stellarmind-serverstellarmind-clientpostmanmy-expenseSimple expense tracking without bloated features
Full-stack Java application with REST API
apipersistencereportssqsReference implementation for AWS SQS with Spring Boot
Producer/consumer patterns, retry logic, DLQ handling
producerconsumerconfigwealwa-apiPersonal wealth tracking and portfolio management
REST API design, portfolio analytics
apiportfolioanalyticsbackendscale (rohitraj.tech)Engineering work is often invisible. Traditional portfolios show polished results but not the thinking process.
Creating a documentation-first design system that feels like internal engineering docs while remaining visually professional.
MicroItineraryTravel apps lack intelligent suggestions based on season/budget and don't handle group expense splitting well.
Integrating OpenAI GPT-4 for destination suggestions and cost estimation while maintaining offline-first PWA capabilities.
StellarMIND (spring-ai-mcp-server)Business users need to query databases without knowing SQL. Existing tools lack context-aware query generation.
Retrieval-augmented SQL generation using pgvector for schema context, with strict read-only query enforcement for safety.