Skip to content
View swarupcs's full-sized avatar

Block or report swarupcs

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.

Content in all repositories owned by your account will be closed.
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
swarupcs/README.md

Typing SVG



ย  ย  ย  ย 

ย  ย 


๐Ÿ‘ค Engineering Profile

๐Ÿง  Who Am I?

I'm a Full Stack Engineer from India with deep expertise in the MERN ecosystem and a strong focus on writing clean, type-safe, production-grade code. I believe software engineering is as much about people and systems as it is about syntax.

My engineering philosophy revolves around three pillars:

  • Correctness first โ€” code that works before code that's clever
  • Scalability by design โ€” architect for tomorrow, build for today
  • Developer experience โ€” clean APIs, readable code, good docs

Currently exploring the frontier of Generative AI โ€” building LLM-powered applications, designing RAG pipelines, and integrating AI into real-world products.

โšก Quick Facts

const swarup = {
  role: "Full Stack Engineer",
  location: "India ๐Ÿ‡ฎ๐Ÿ‡ณ",
  timezone: "IST (UTC+5:30)",

  languages: ["TypeScript", "JavaScript",
              "Python", "Java", "C++"],

  stack: {
    frontend: ["React", "Redux", "Tailwind"],
    backend:  ["Node.js", "Express.js"],
    database: ["PostgreSQL", "MongoDB", "MySQL"],
    ai:       ["LangChain", "OpenAI", "RAG"],
  },

  principles: ["SOLID", "DRY", "YAGNI",
               "Clean Architecture"],

  currentlyLearning: "System Design + GenAI",
  openTo: "Freelance | Full-Time | OSS",
};

๐Ÿ› ๏ธ Technical Arsenal

โ—ˆ Languages

TypeScript JavaScript Python Java C++ C

โ—ˆ Frontend

React Redux Tailwind CSS HTML5 CSS3 Material UI

โ—ˆ Backend & APIs

Node.js Express.js REST API JWT

โ—ˆ Databases & Storage

PostgreSQL MongoDB MySQL Redis

โ—ˆ GenAI & ML

OpenAI LangChain Hugging Face Pinecone

โ—ˆ DevOps & Tooling

Git GitHub GitHub Actions Docker Postman Linux VS Code npm


๐Ÿ—๏ธ Engineering Depth

Domain Core Skills Depth
๐Ÿ–ฅ๏ธ Frontend Engineering React, TypeScript, Redux Toolkit, Tailwind, Responsive Design โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆ 95%
โš™๏ธ Backend Engineering Node.js, Express.js, RESTful APIs, Auth (JWT/OAuth), Middleware โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–‘ 90%
๐Ÿ—„๏ธ Database Design PostgreSQL, MongoDB, MySQL, Schema Design, Indexing, Query Optimization โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–‘โ–‘โ–‘ 80%
๐Ÿ”ท TypeScript Strict Types, Generics, Utility Types, Decorators, Type Guards โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–‘ 90%
๐Ÿค– GenAI Engineering LLM Integration, RAG Pipelines, Vector DBs, Prompt Engineering โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–‘โ–‘โ–‘โ–‘ 70%
๐Ÿ›๏ธ System Design Scalability, Caching, Load Balancing, Microservices, API Design โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–‘โ–‘โ–‘โ–‘ 70%
๐Ÿงฎ DSA & CS Fundamentals Algorithms, Data Structures, Complexity Analysis, LeetCode โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–‘โ–‘โ–‘โ–‘ 75%
๐Ÿ”ง DevOps & Infrastructure Docker, GitHub Actions, Linux, CI/CD Pipelines, Deployment โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–‘โ–‘โ–‘โ–‘โ–‘ 65%

๐Ÿ“Š GitHub Intelligence



ย 





ย  ย 

๐Ÿ† Achievements & Trophies


๐Ÿ“ˆ Contribution Activity

Swarup's GitHub Activity Graph


๐Ÿค– GenAI Engineering Focus

flowchart LR
    A[๐Ÿ“„ Raw Data] --> B[๐Ÿ”„ Chunking & Preprocessing]
    B --> C[๐Ÿงฎ Embedding Model]
    C --> D[(๐Ÿ—ƒ๏ธ Vector Database\nPinecone / pgvector)]
    E[๐Ÿ‘ค User Query] --> F[๐Ÿ”„ Query Embedding]
    F --> D
    D --> G[๐Ÿ“ฆ Top-K Retrieval]
    G --> H[๐Ÿง  LLM\nGPT-4 / Claude]
    E --> H
    H --> I[โœ… Grounded Response]

    style A fill:#1e1b4b,color:#c7d2fe
    style D fill:#064e3b,color:#a7f3d0
    style H fill:#4c1d95,color:#ddd6fe
    style I fill:#713f12,color:#fde68a
Loading

โ†‘ RAG Pipeline architecture I design and build


๐Ÿ”— LLM Integration

Connecting OpenAI, Anthropic & OSS models into production apps with proper rate limiting, fallbacks & streaming responses.

๐Ÿ—‚๏ธ Vector Databases

Designing embedding pipelines with Pinecone, pgvector & ChromaDB for semantic search at scale.

๐Ÿง  Prompt Engineering

Crafting system prompts, few-shot examples & chain-of-thought patterns for reliable, grounded AI outputs.


๐Ÿ“š Learning Radar

mindmap
  root((๐Ÿง  Swarup's\nGrowth Map))
    GenAI Engineering
      LLMs & Foundation Models
      RAG Pipeline Design
      AI Agent Architectures
      Vector Databases & Embeddings
      Prompt Engineering Patterns
    System Design
      Distributed Systems
      Database Internals
      Caching Strategies
      Message Queues
      API Gateway Patterns
    Full Stack Mastery
      TypeScript Advanced Patterns
      React Server Components
      Node.js Performance
      PostgreSQL Deep Dive
      Microservices Patterns
    Engineering Culture
      Code Review Best Practices
      Technical Documentation
      OSS Contribution
      Engineering Leadership
Loading

๐ŸŒ Let's Connect & Build Together


Platform Handle Purpose
๐Ÿ’ผ LinkedIn swarup-das-cs12101999 Professional network & opportunities
๐Ÿฆ X (Twitter) @swarupdcs Tech thoughts & dev updates
๐Ÿงฉ LeetCode swarupdcse DSA grind & problem solving
๐Ÿ“ง Email swarupd1999@gmail.com Direct collaboration
๐Ÿ’ป GitHub swarupcs Code, projects & OSS

Open to: Full-Time Roles ย โ€ขย  Freelance Projects ย โ€ขย  Technical Consulting ย โ€ขย  Open Source Collaboration


Email Me ย  LinkedIn ย  LeetCode


Popular repositories Loading

  1. pizza-restaurant-admin-ui pizza-restaurant-admin-ui Public

    TypeScript 1

  2. Lucky-Number-App Lucky-Number-App Public

    Java

  3. Text-Analyzer Text-Analyzer Public

    JavaScript

  4. pizzaorderapp pizzaorderapp Public

    JavaScript

  5. Chat-Application Chat-Application Public

    This is a Real Time Chat Application using html,css,javascript ,nodejs and socket io

  6. chatApp chatApp Public

    JavaScript