Skip to content
View abhishek-kr01's full-sized avatar

Block or report abhishek-kr01

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

Typing SVG


Portfolio LinkedIn GitHub Gmail

Profile Views


🧠 Who Am I?

Coding

/**
 * @author   Abhishek Kumar
 * @role     Full Stack Engineer — Backend Heavy
 * @location New Delhi, India 🇮🇳
 * @status   🟢 Actively Open to Opportunities
 */

class Abhishek extends SoftwareEngineer {

  readonly name     = "Abhishek Kumar";
  readonly based    = "New Delhi, India 🇮🇳";

  education = {
    masters  : "MCA @ CUSAT — 8.04 CGPA (First Class Distinction)",
    bachelors: "BCA @ B.N. Mandal University — 82.41% (First Class Distinction)",
  };

  experience = "1+ year across 3 internships 🏢";

  strengths = [
    "Scalable REST API Design",
    "JWT Auth & RBAC Systems",
    "AI-Powered Feature Integration",
    "Clean Backend Architecture",
    "SQL & NoSQL Database Design",
  ];

  currentlyLearning = [
    "System Design at Scale",
    "DSA",
    "Cloud Architecture (AWS)",
  ];

  askMeAbout = [
    "Node.js", "TypeScript", "React",
    "Next.js", "FastAPI", "Databases",
  ];

  funFact = () =>
    "I debug in dreams 🌙 & think in request flows 🔄";
}

💬 "I don't just write APIs — I architect systems that breathe, scale, and survive production."


🔭 Last worked on Production apps @ Lawyered — React, Next.js, Node.js, TypeScript, Prisma, MySQL
🌱 Currently learning System Design · Cloud Infra (AWS) · DSA
🤝 Open to Full Stack · Backend Engineer · SDE roles — On-site / Hybrid / Remote
⚡ Fun fact I once refactored an entire auth system at 2AM just because it bothered me 😅

🛠️ Tech Arsenal

⚡ Languages

JavaScript TypeScript Python Java

🎨 Frontend

React Next.js Angular Tailwind CSS Bootstrap

⚙️ Backend & APIs

Node.js Express.js FastAPI REST API JWT

🗄️ Databases & ORM

PostgreSQL MySQL MongoDB Prisma Mongoose

🤖 AI & Integrations

OpenAI Gemini

🔧 DevOps & Tools

Git GitHub Docker AWS Vercel Render Postman


💼 Experience Timeline

✅ Full Stack SWE Intern      │ Lawyered, Gurugram          │ Jan 2026 – Apr 2026
   └─ React, Next.js, Node.js, TypeScript, MySQL, Prisma ORM

🔶 Junior Software Engineer   │ Nirjai Technologies, Delhi   │ Jul 2025 – Oct 2025
   └─ JavaScript, TypeScript, React, Node.js, Angular

🟢 Backend Developer Intern   │ Mind Empowered, Kochi        │ Dec 2024 – May 2025
   └─ Node.js, Express.js, MongoDB, AWS


🚀 Featured Projects

Project Description Tech Stack Links
🤖 FinFetch AI financial platform — real-time stock tracking & Gemini-powered chatbot FastAPI · MongoDB · JWT · React · Chart.js · Google Generative AI GitHub
📋 ProjectMgmt Production REST API — RBAC, JWT auth, email verification, task management Node.js · Express.js · MongoDB · Mongoose · JWT · Nodemailer GitHub
✍️ Blogsy AI blog platform — Gemini content gen, comment moderation, admin panel React.js · Node.js · Express.js · MongoDB · Tailwind CSS · Gemini API · ImageKit GitHub · Live ↗

📊 GitHub Stats


🏆 GitHub Trophies

trophy


🧩 Skill Proficiency

Domain Technologies Level
Backend Node.js · Express.js · FastAPI · REST APIs ████████████████████ Expert
Auth & Security JWT · RBAC · Refresh Tokens · bcrypt ██████████████████░░ Advanced
TypeScript Interfaces · Generics · Type Guards ████████████████░░░░ Advanced
Frontend React.js · Next.js · Angular · Tailwind ███████████████░░░░░ Proficient
Databases PostgreSQL · MySQL · MongoDB · Prisma · Mongoose ████████████████░░░░ Advanced
AI Integration OpenAI API · Gemini API · LLM Workflows █████████████░░░░░░░ Proficient
DevOps & Cloud Docker · AWS · Vercel · Render · Git ██████████░░░░░░░░░░ Intermediate
System Design Scalable Arch · API Design · Data Modeling █████████████░░░░░░░ Growing

✅  JWT Auth (Access + Refresh Tokens)    ✅  Role-Based Access Control (RBAC)
✅  REST API Design & Architecture        ✅  Middleware-Driven Backend Structure
✅  ORM/ODM — Prisma & Mongoose          ✅  Async/Await & Promise.all Patterns
✅  Database Schema Design               ✅  AI Feature Integration (LLMs + Chatbots)
✅  Scalable System Architecture         ✅  Data Structures & Algorithms
✅  Input Validation & Error Handling    ✅  Performance Optimization Techniques

💡 Dev Philosophy

"Don't just write code — design systems that scale."

  • Think in flows, not just functions → Client → Route → Middleware → Controller → Response
  • Abstraction is powerful, but only when you understand what's behind it
  • Clean code is good. Efficient execution is better.
  • APIs aren't just endpoints — they're the control layer of your entire system

📬 Let's Connect & Build Together

🌐 Portfolio 💼 LinkedIn 🐙 GitHub 📧 Email
Visit Site Connect Follow abhishekmdp11@gmail.com

🚀 Open to Full Stack / Backend Engineer roles — Let's build something remarkable together!


Pinned Loading

  1. FinFetch FinFetch Public

    A full-stack financial analysis platform built with React, FastAPI, and MongoDB, offering real-time stock tracking, AI-powered financial insights using Gemini, news aggregation, secure authenticati…

    JavaScript 1

  2. projectmgmt-backend projectmgmt-backend Public

    Scalable Node.js backend for a project management system with JWT authentication, role-based access control, task management, and email workflows.

    JavaScript

  3. auth_nextjs auth_nextjs Public

    A secure role-based authentication system built with Next.js, Node.js, and MongoDB featuring JWT-based sessions, bcrypt password hashing, protected routes, and scalable modular architecture.

    TypeScript

  4. Blogsy Blogsy Public

    An AI-powered blogging platform built with the MERN stack. Blogsy enables admins to create and publish content using Gemini AI, manage comments, upload images, and analyze dashboard stats, while us…

    JavaScript

  5. Hotel_management-using-NodeJS Hotel_management-using-NodeJS Public

    A RESTful backend API for a Restaurant Management System built with Node.js, Express.js, and MongoDB. It supports employee and menu management with CRUD operations, structured routing, environment-…

    JavaScript

  6. ai-task-agent ai-task-agent Public

    An AI-powered task planning agent built with Python and Google Gemini API that intelligently prioritizes tasks into high, medium, and low priority categories using generative AI.

    Python