Skip to content
View jachinsamuel's full-sized avatar

Block or report jachinsamuel

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
jachinsamuel/README.md

Banner

Typing

Profile Views   Resume   LinkedIn   Email


FoodyBuddy Live   VoiceCalc Live   MaternCare Live


whoami

from typing import List

class Developer:
    def __init__(self):
        self.name: str = "Jachin Samuel J"
        self.role: str = "Software Engineer & AI Developer"
        self.location: str = "India"
        self.education: str = "B.Tech CSE @ Karunya Institute of Technology and Sciences (CGPA: 8.93)"
        
        self.core_stack: List[str] = [
            "Python", "FastAPI", "Flask", "React", "Next.js", "PostgreSQL", "SQLite", "Ollama"
        ]
        
        self.current_focus: List[str] = [
            "RAG Architectures & Local Vector Engines",
            "Full-Stack Web Development",
            "System Design & REST API Optimization",
            "Developer Tooling & CLI/TUI Applications"
        ]

    def execute_motto(self) -> str:
        return "Ship fast. Iterate faster. Build what matters."

Engineering Philosophy

"Bridging the gap between academic theory and real-world impact."
While coursework provides the foundation, true engineering is about shipping usable products. My focus is on building scalable, end-to-end applications that solve real problems with clean architecture, responsive UI, and seamless user experiences.


Technical Arsenal

Languages

Python JavaScript TypeScript C++ C HTML5 CSS3

Frontend Development

React Next.js Tailwind CSS Framer Motion Recharts

Backend, AI & Databases

FastAPI Flask Ollama PostgreSQL SQLite REST API

Developer Tools & Integrations

Docker Git GitHub Vercel Razorpay Twilio


Featured Projects

# Project Status Tech Stack Description
01 FoodyBuddy Live React Flask PostgreSQL Razorpay Full-stack canteen ordering platform with real-time tracking, online payments, WhatsApp notifications, and administrative reporting.
02 Ace PyPI Python CLI TUI Ollama Intelligent command-line tool translating natural language to Git commands, auto-generating commits, and offering an interactive TUI.
03 Nexus RAG Python FastAPI SQLite Ollama Enterprise-grade local RAG platform featuring a Spatial Glassmorphism UI, multi-provider LLM streaming, and automated vector grounding.
04 VoiceCalc Live Flask Web Speech API JS Browser-based voice-controlled calculator translating spoken natural language into mathematical operations in real-time.
05 MaternCare Live React Flask Recharts ML ML-powered maternal health risk assessment platform utilizing risk scoring algorithms and interactive multi-metric dashboards.

Experience & Leadership

Team Lead — Academic Web Projects

Karunya Institute of Technology and Sciences | 2025 – Present

  • Architecture & Engineering: Directed frontend, backend, and database engineers across multiple full-stack and AI application lifecycles.
  • Core Systems: Architected core infrastructure for FoodyBuddy (payment processing pipeline) and engineered high-performance local AI engines like Nexus.
  • Standards & DevOps: Established engineering best practices through clear API documentation, database schema design, and automated deployment pipelines.

Analytics & Activity


Let's Connect

Always open to discussing system design, collaborating on full-stack & AI projects, or exploring remote internship opportunities.

Resume   LinkedIn   GitHub   Email


Footer

Popular repositories Loading

  1. Ace Ace Public

    AI-powered Git copilot for your terminal. Talk to Git in plain English, automate commits, review code, and manage repos with a beautiful TUI.

    Python 2

  2. RAG-Nexus RAG-Nexus Public

    An enterprise-grade, locally deployed Retrieval-Augmented Generation (RAG) platform. • Developed using FastAPI, Vector Databases, and SQLite to run private data grounding. • Designed a spatial glas…

    Python 1

  3. materncare materncare Public

    JavaScript

  4. voicecalc voicecalc Public

    HTML

  5. jachinsamuel jachinsamuel Public

  6. InterviewAceAI InterviewAceAI Public

    Python