Skip to content
View sebinpj's full-sized avatar

Block or report sebinpj

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
sebinpj/README.md

Hi there πŸ‘‹

Hey there, I'm Sebin P Johnson β€” a self-taught engineer turned Engineering Manager with 9+ years of experience across the full software landscape. I've built WhatsApp bots before the APIs existed, shipped mobile apps to half a million users, migrated enterprise databases with zero downtime, and now lead AI product engineering at Magnit Global. I'm a generalist at heart: I'll pick up whatever language, framework, or paradigm the problem demands and ship something that works. My real obsession is keeping up with where software is going β€” especially AI β€” and finding ways to put it to use before it becomes mainstream.

Engineering Manager, AI Β· Magnit Global Β· LinkedIn Β· Twitter Β· Blog Β· me@sebins.in

⚑ Brief intro

With 9+ years of experience as a software engineer, I am known for my quick learning, excellent communication skills, and practical programming approach. I work across JavaScript, TypeScript, Java, Python, and wherever the problem takes me.

πŸ”­ Currently

  • Working on: Leading AI product engineering for Maggi at Magnit Global β€” LLM integrations, agentic workflows, and enterprise-scale AI infrastructure.
  • Learning: Agentic systems, multi-agent orchestration, LLM evaluation, and whatever just dropped in AI this week.

πŸ“Œ Projects worth a look

☠ Languages

JavaScript TypeScript Java Python Bash PHP SQL

πŸ‘¨β€πŸ”§ Frameworks and libraries

React Angular Ionic Express NestJS
SpringBoot Laravel Kafka Debezium Camunda

πŸ€– AI / LLM Tooling

LLM Integration OpenAI GPT series RAG / pgvector Agentic systems
Prompt Engineering LiteLLM OpenAI-compatible APIs AI product development

πŸ—ƒ Databases

MySQL Postgres pgvector Oracle MSSQL MongoDB

πŸ—„ DevOps

Docker Kubernetes AWS Helm GitHub Actions GitLab Pipelines

Pinned Loading

  1. mangapress mangapress Public

    A manga reader app that can be used save / search / find and read latest manga / manhwa

    Java 3

  2. docker-solr docker-solr Public

    Forked from docker-solr/docker-solr

    docker-solr with no volumes to create custom solr cores via Dockerfile

    Shell

  3. PDFMake.js - Reciept Markup PDFMake.js - Reciept Markup
    1
    // Reciept markup
    2
    // Author: Sebin P Johnson
    3
    // http://pdfmake.org/playground.html
    4
    // playground requires you to assign document definition to a variable called dd
    5
    
                  
  4. nginx.conf for spa's nginx.conf for spa's
    1
    server {
    2
      listen 80;
    3
    
                  
    4
      location / {
    5
        root /usr/share/nginx/html;