My Web Dev Journey

My Projects.

CheckYourRelationship.com

CheckYourRelationship.com

  • Built a privacy-first relationship safety platform (React 19, TypeScript, Supabase/PostgreSQL) featuring a 37-question red flag detector, character assessment, and deal-breaker tool with Avg 374 views/week.
  • Integrated Gemini 2.5 Flash AI via a context-aware "Clarity" coach component that injects quiz risk scores and safety flags into dynamic system prompts for personalized responses.
  • End-to-End Ownership: Managed the complete product lifecycle from UX design to backend database schema, prioritizing zero-latency interactions and strict data privacy for sensitive user inputs.

React 19 TypeScript Supabase/PostgreSQL Gemini 2.5 Flash AI Privacy-First

social-media app

Social Media App

Created this MERNG Stack Web Application where users can register/login to add new posts and interact by liking, disliking and commenting to each posts. Front-end using React, Node/Express for the Back-end, MongoDB and Mongoose for database and models, GraphQL and Apollo for quering, JWT and bcrypt to manage user authentication Live preview Click here

bug-tracker app

Bug-Tracker App

A MEAN Stack 'Bug Tracker' that can more easily track bugs in your codebase allowing for more efficiency from your team. Users can login and Register into the Web Application and they can find the bugs that have been assigned to them. *Special Feature*-each bug assigned expires in 3 days, bugs not yet expired are marked in green color button and the ones expired in red color button

E-educational Landing Page

E-Educational Landing Page

E-Educational Landing page using HTML and CSS, fully styled and responsive Live Preview click here

Developer Agents Workflow Diagram

Developer Agents Workflow - Autonomous Code Generation

An intelligent multi-agent system that autonomously handles software development tasks from ticket to pull request. AI agents (coder, QA, PR) work together to implement features, fix bugs, and create pull requests using DeepSeek/Ollama for context-aware code generation. Features smart QA validation, self-healing retry logic, multi-file patches, semantic search, LangGraph orchestration, and Supabase/GitHub integration.

Python 3.14 LangGraph OpenAI/OpenRouter Supabase GitHub API Playwright LLM-Driven QA Semantic Search

Why It Matters: This system demonstrates practical AI agent orchestration, going beyond simple chatbots to handle real-world engineering workflows with retry logic, state persistence, and multi-stage validation.