Skip to content
View sankha1545's full-sized avatar

Block or report sankha1545

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 supported. This note will be visible to only you.
Report abuse

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

Report abuse
sankha1545/README.md

👨‍💻 Sankha Subhra Das

Typing SVG

Portfolio LinkedIn GitHub Email

🌟 About Me

Coding

class SankhaSubhraDas {
  constructor() {
    this.name = "Sankha Subhra Das";
    this.role = "Full-Stack Developer";
    this.location = "Bardhaman, West Bengal, India";
    this.education = "B.Tech CSE - UEM Kolkata (2025)";
    this.experience = "1.5+ Years Production Experience";
  }

  getCurrentFocus() {
    return [
      "🚀 Cloud-Native Architectures",
      "📊 System Observability & Monitoring",
      "🔄 DevOps Automation & CI/CD",
      "🏗️ Scalable System Design"
    ];
  }

  getExpertise() {
    return {
      frontend: ["React", "Next.js", "TypeScript"],
      backend: ["Node.js", "Express", "REST APIs"],
      devOps: ["Docker", "AWS", "GitHub Actions"],
      databases: ["PostgreSQL", "MongoDB", "MySQL"],
      security: ["JWT", "OAuth", "HTTPS/TLS"]
    };
  }

  sayHi() {
    console.log("Let's build something amazing together! 🚀");
  }
}

const developer = new SankhaSubhraDas();
developer.sayHi();

💼 Professional Journey

🏢 Front-End Developer Intern

Alien Brains | Mar 2025 - May 2025

Key Achievements:

  • 🎨 Built modular React components with route-based code splitting
  • 🎭 Implemented motion-rich UIs using Framer Motion & Three.js
  • 🔄 Integrated REST APIs with centralized error handling
  • ⚡ Improved load performance & accessibility (ARIA)

🎓 Education

B.Tech Computer Science
UEM Kolkata | 2021 - 2025

🏆 Highlights:

  • 📚 Specialized in Full-Stack Development
  • 🛠️ 1.5+ years of production experience
  • 🚀 Built 5+ production-ready applications
  • 🔐 Expert in secure system design

🛠️ Tech Arsenal

💻 Languages & Core Technologies

JavaScript TypeScript SQL HTML5 CSS3

🎨 Frontend Mastery

React Next.js React Native Tailwind CSS Framer Three.js

⚙️ Backend & APIs

Node.js Express.js Socket.io REST API

🗄️ Database Technologies

PostgreSQL MongoDB MySQL Supabase Prisma

🚀 DevOps & Cloud

Docker AWS GitHub Actions Nginx Linux

🔒 Security & Observability

JWT OAuth Prometheus Grafana

🎯 Featured Projects

Full-Stack SaaS Platform

Tech Stack:
Next.js TypeScript Supabase Tailwind ShadCN UI

🌟 Highlights:

  • 🏗️ Mono-repo with client & admin apps
  • 🔐 RBAC with Supabase RLS policies
  • ⚡ Real-time bookmark updates
  • 📊 Admin analytics dashboard
  • 🛡️ bcrypt/JWT authentication

🏥 MedicoX

Healthcare Platform

Tech Stack:
React Node.js Socket.IO Docker AWS

🌟 Highlights:

  • 📅 Real-time appointment booking
  • 📋 EHR upload & management
  • 💳 Payment integration
  • 🔔 Notification system
  • 🐳 Dockerized microservices

Distributed Log Ingestion System

Tech Stack:
Node.js Docker Nginx Jest REST API

🌟 Highlights:

  • 🚀 High-throughput log ingestion
  • 🔍 Severity filtering & queries
  • 📦 Containerized architecture
  • ⚙️ Horizontal scaling ready
  • ✅ Jest test coverage

Unified Customer Outreach 🚧

Tech Stack:
Next.js TypeScript PostgreSQL Prisma Twilio

🌟 Highlights:

  • 📱 Multi-channel inbox (SMS/WhatsApp/Email)
  • 🧵 Thread normalization
  • ⏰ Message scheduling
  • 👥 Team collaboration
  • 📈 Analytics dashboards

Secure Donation PlatformLIVE

Tech Stack:
React Node.js Razorpay JWT Express

🌟 Highlights:

  • 💰 Razorpay integration
  • 🔒 HttpOnly JWT auth
  • 🛡️ CSRF protection
  • 📊 Admin analytics
  • ⚡ Rate limiting

🎨 More Projects Coming Soon...

Currently Working On:

  • 🔄 VectorShift Pipeline Builder
  • 🌐 Cloud-native microservices
  • 📱 React Native mobile apps
  • 🤖 AI-powered tools

Check out my GitHub for more!

📊 GitHub Analytics

📈 GitHub Statistics

📊 GitHub Analytics


🏆 GitHub Profile Trophies

GitHub Trophies

🎯 Core Competencies

🏗️ Architecture & Design

  • 🎨 Mono-repo architectures
  • 🔄 Microservices design
  • 🌐 RESTful API patterns
  • 🔐 RBAC implementations
  • 🚀 Scalable system design

⚙️ DevOps & Infrastructure

  • 🐳 Docker containerization
  • 🔄 CI/CD pipelines
  • ☁️ AWS deployments
  • 🌐 Nginx configuration
  • 📊 Infrastructure as Code

🔒 Security & Monitoring

  • 🔑 JWT/OAuth flows
  • 🔐 HTTPS/TLS implementation
  • 🛡️ CSRF protection
  • 📊 Prometheus metrics
  • 📈 Grafana dashboards

🏆 Achievements & Milestones


1.5+ Years
Production Experience

5+ Projects
Production Ready

CI/CD Expert
Pipeline Automation

Security First
Best Practices

🎨 What I'm Currently Building

current_focus:
  project: "SignalHub - Unified Customer Communication Platform"
  
  learning:
    - Cloud-native architectures with Kubernetes
    - Advanced microservices patterns
    - System observability & monitoring
    - Performance optimization techniques
  
  exploring:
    - Serverless architectures
    - Event-driven systems
    - GraphQL APIs
    - Real-time data processing
  
  reading:
    - "Designing Data-Intensive Applications"
    - "System Design Interview - Volume 2"
    - "Clean Architecture" by Robert C. Martin
  
  goals:
    short_term: "Master Kubernetes & cloud-native development"
    long_term: "Become a solutions architect"

💡 Development Philosophy

🎯 Core Principles

philosophy = {
    "code_quality": "Write code humans can understand",
    "testing": "Test early, test often, test well",
    "security": "Security is not optional",
    "scalability": "Design for growth from day one",
    "documentation": "Code tells you how, docs tell you why",
    "collaboration": "Best solutions come from teamwork"
}

⚡ Fun Facts About Me

  • 🎥 Video Creator - I make concise demo videos
  • 📦 Atomic Commits - Small, testable changes FTW
  • 🔍 Code Quality Advocate - Clean code enthusiast
  • 🚀 Performance Geek - Optimization is my passion
  • 🎨 UI/UX Lover - Beautiful interfaces matter
  • 📚 Continuous Learner - Always exploring new tech

📫 Let's Connect & Collaborate!

🚀 Open to Opportunities

I'm actively seeking full-time positions and internship opportunities where I can contribute to building innovative, scalable solutions while growing as a developer.

Interested In: Frontend Development | Backend Engineering | Full-Stack Roles | DevOps Engineering


📬 Reach Out


Email Me

LinkedIn

GitHub

Portfolio

Email LinkedIn Portfolio GitHub


💭 Quote I Live By

Random Dev Quote

🎵 Coding Vibe

"Building scalable solutions, one commit at a time." 🚀




Thanks for visiting! Let's build something amazing together! 🚀


Profile Views

Pinned Loading

  1. developerFolio developerFolio Public

    Forked from saadpasta/developerFolio

    🚀 Software Developer Portfolio Template that helps you showcase your work and skills as a software developer. (This is currently not being actively maintained)

    JavaScript

  2. MEDICO MEDICO Public

    MedicoX — a secure, clinician-focused platform that centralizes patient records, scheduling, prescriptions and care workflows.

    TypeScript

  3. SignalHub1 SignalHub1 Public

    Unified Multi-Channel Customer Outreach

    JavaScript

  4. Bhaktasanmilani Bhaktasanmilani Public

    Forked from bardhamanbhaktasanmilani/Bhaktasanmilani

    Bhakta Sanmilani is a modern, secure, and performance-optimized donation website built for a religious trust. The platform enables devotees to explore events, learn about the organization, and cont…

    TypeScript

  5. Bookmark-fullstack-app Bookmark-fullstack-app Public

    A modern full-stack SaaS bookmark platform built with Next.js and Supabase, featuring a real-time client dashboard and a secure role-based admin portal.

    TypeScript