JAMES KHELE
Software Engineer Building Production SaaS & AI Systems
Full-stack engineer at VentureSeed (USA) shipping production features across two B2B SaaS platforms. I build with TypeScript, React, Next.js, Node.js, Python, FastAPI, and PostgreSQL. Currently working remotely from India with distributed international teams.

What I Do
Core Engineering Skills
Frontend Engineering
Building responsive, performant interfaces with React, Next.js, and TypeScript. SSR, code splitting, Tailwind CSS, and Lighthouse 96+ production sites.
Backend & APIs
Designing production REST APIs with Node.js, FastAPI, and Python. Connection pooling, idempotent writes, structured logging, and 35% latency reduction.
AI & Multi-Agent Systems
Architecting LangGraph orchestration engines, RAG pipelines with vector databases, and real-time multi-agent platforms with sub-200ms latency.
Business Automation
Building webhook-triggered workflows with n8n and Make.com, integrating HubSpot, Twilio, and Clearbit APIs to save clients 18+ hours/month.
Database Design
PostgreSQL, MySQL, Redis. Normalized schemas, query optimization, connection pooling, and database infrastructure supporting 500+ concurrent users.
DevOps & CI/CD
Docker containerization, GitHub Actions pipelines, zero-downtime deployments, production monitoring, and incident response with 99.8% uptime.
Experience
Professional Experience
Software Engineer@ VentureSeed
USA (Remote from India)
Production SaaS engineering across two B2B platforms — DartCode AI (code-generation tool) and IntelliToggle (feature-management system).
- Developed backend features for two B2B SaaS platforms, contributing to production releases in Agile cycles.
- Developed and enhanced REST APIs using Node.js (Express.js) and FastAPI, improving performance and maintainability.
- Optimized SQL queries and PostgreSQL execution plans, reducing p95 API response times by 35% under peak workloads.
- Diagnosed and resolved 15 P1/P2 production incidents using log streams and metrics to maintain 99.8% platform uptime.
- Collaborated with senior engineers in peer code reviews to improve code quality, maintainability, and API reliability.
- Containerized backend services using Docker while automating build and deployment workflows through GitHub Actions CI/CD.
- Wrote comprehensive automated test suites using pytest and Jest to validate system logic and maintain 90%+ unit test coverage.
Co-Founder & Software Engineer@ Shramic Networks Pvt. Ltd.
Bangalore, India
Database Engineering & REST API Design.
- Designed and developed backend REST APIs and PostgreSQL database schemas supporting 500+ active users with 3NF normalization.
- Implemented secure token-based JWT authentication and Role-Based Access Control (RBAC) security filters to protect sensitive REST endpoints.
- Constructed automated CI/CD pipelines to build containerized Docker images and run automated regression test suites.
- Ensured database integrity by applying constraints, normalization rules, and optimizing SQL execution plans.
Freelance Software Engineer@ International Clients
US & UK (Remote)
Contract product delivery for international clients with 100% on-time delivery track record.
- Delivered 5 production web applications, leading client consultations, software architecture, deployment, and SLA-backed maintenance.
- Achieved Lighthouse 96 and sub-1.2s LCP on shevynrobert.net using Next.js SSR and zero-downtime CI/CD via Vercel.
Projects
Featured Work
Architected a real-time event-driven microservice system in Python using FastAPI and WebSockets, establishing bidirectional connection lifecycles with under 200ms latency. Developed vector-search RAG retrieval pipelines in ChromaDB with optimized document chunking, achieving a 40% improvement in context relevance. Fully containerized with Docker.
Under 200ms inter-agent latency · 40% RAG relevance improvement · 4-minute containerized deploys
Built a 6-tool B2B automation suite — Friction Auditor, Pitch Builder, Margin Calculator, Legal Vault, Dashboard, and Operator Mode — that audits business workflows and deploys middleware automations. Connects HubSpot, Twilio, and Clearbit APIs, saving clients 18+ hours/month and boosting conversion rates.
18+ hours/month saved per client · 35% increase in lead-to-call conversion · 6 integrated tools
Engineered a Java scheduling application applying OOP principles to map 50+ subject categories and 800+ entities. Normalized database schemas in MySQL to 3NF and utilized JDBC to enforce transaction boundaries and database integrity. Implemented backtracking search and constraint propagation to resolve scheduling resources efficiently.
Maps 50+ subject categories · 800+ entities mapped · reduces admin overhead by 38 hours per semester
Publications
Academic Research
Design and Implementation of a Constraint-Satisfaction Scheduling Engine for Academic Examinations
International Journal of Computer Science & Engineering (IJCSE) · Vol. 13, No. 2, 2025
This paper documents the design methodologies, constraint propagation algorithms, and backtracking solvers implemented for the EXAMINER scheduling project. It analyzes heuristic efficiency, search space reduction, and validation techniques used to produce optimal examination timetables under complex academic constraints.