Skip to content
View sa001gar's full-sized avatar
🎯
Focusing
🎯
Focusing

Highlights

  • Pro

Block or report sa001gar

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

SAGAR KUNDU

Full-Stack DeveloperAI/ML EngineerPenetration TesterDevOps Explorer


"जहां चाह, वहां राह" — Where there's a will, there's a way


    ╔══════════════════════════════════════════════════════════════╗
    ║                  Welcome to my Digital World!                ║
    ║                                                              ║
    ║     West Bengal, India  •   Coffee-Powered  •   Night Owl    ║
    ║                                                              ║
    ║   "Code with purpose, build with passion, share with love"   ║
    ╚══════════════════════════════════════════════════════════════╝

Digital Presence & Portfolio

Portfolio LinkedIn Instagram Email

Profile Views

Currently Jamming To 🎧

Spotify

Coding Playlist: 60s–80s Classics • 2000s Bollywood • Kishore Kumar Forever

Favorite Web Series: Asur • The Social Network • Scam 1992 • The Playlist • The Hustler • Panchayat

Go-to Films: Interstellar • Kishore Kumar Junior • Steve Jobs • 800


System.getPersonalInfo()

const sagar = {
  //  Personal Matrix
  personalInfo: {
    name: "Sagar Kundu",
    age: calculateAge("2006-XX-XX"), // The mystery continues...
    location: "West Bengal, India 🇮🇳",
    timezone: "Asia/Kolkata (UTC+5:30)",
    languages: ["Bengali ", "English ", "Hindi ", "JavaScript"],
    pronouns: "he/him",
    relationship_status: "In a relationship with my code ❤️"
  },

  // Current Mission
  currentFocus: [
    " Building AI-powered applications",
    " Ethical hacking & penetration testing",
    " Crafting beautiful terminal UIs",
    " Automating everything possible",
    " Contributing to open source",
    " Sharing knowledge through mentoring"
  ],

  //  Philosophy & Mindset
  philosophy: {
    code: "Write code that tells a story",
    security: "Break it to understand it, then make it unbreakable",
    learning: "Every bug is a lesson, every feature is growth",
    life: "Code with purpose, build with passion, share with love"
  },

  //  Current Status
  status: () => {
    const activities = ['building', 'learning', 'debugging', 'caffeinating', 'hacking'];
    return activities[Math.floor(Math.random() * activities.length)];
  },

  //  Fun Facts
  funFacts: [
    " Found my first bug at age 16, been hunting them ever since",
    " I code better at night (3 AM = peak productivity)",
    " My code-to-coffee ratio is approximately 100 lines per cup",
    " Can debug code faster than most people can read it",
    " Accidentally hacked my own website while testing security",
    " My commit messages are sometimes song lyrics",
    " Dream: To build something that changes the world"
  ]
};

console.log("Welcome to my digital world!");

Tech DNA Sequence

Frontend Artistry

HTML5 CSS3 JavaScript TypeScript HTMX React Next.js TailwindCSS Bootstrap jQuery Alpine.js Chakra UI Radix UI Chart.js

Backend Sorcery

Python Django FastAPI Flask Node.js Express.js Go Rust Gin PHP GraphQL JWT Socket.io

Database Mastery

PostgreSQL MongoDB Redis SQLite Firebase Supabase Prisma Cassandra RabbitMQ Elasticsearch

Systems Programming

Rust Go C C++ Dart Flutter Tauri

AI/ML Arsenal

TensorFlow PyTorch Keras scikit-learn NumPy Pandas Matplotlib Plotly Streamlit MLflow

DevOps & Cloud Mastery

AWS Google Cloud Azure DigitalOcean Cloudflare Vercel Netlify Render Oracle Jenkins GitHub Actions GitLab CI Ansible Nginx Gunicorn

Development Environment

Git GitHub GitLab NPM PNPM Bun Vite ESBuild Bash PowerShell

Design & Creative Tools

Figma Adobe Photoshop Framer


Real-time Analytics Dashboard

Language Distribution Top Languages

Contribution Streak GitHub Streak

Contribution Activity Graph Activity Graph

Profile Summary Cards

Profile Summary


Ancient Wisdom for Modern Coders

Bhagavad Gita for Developers

"कर्मण्येवाधिकारस्ते मा फलेषु कदाचन।"

"You have the right to perform your actions, but you are not entitled to the fruits of action."

— Bhagavad Gita 2.47

Developer Translation: Focus on writing great code, not just on getting recognition.


"योगः कर्मसु कौशलम्।"

"Yoga is skill in action."

— Bhagavad Gita 2.50

Developer Translation: True programming is the art of skillful problem-solving.


"सर्वारम्भा हि दोषेण धूमेनाग्निरिवावृताः।"

"All undertakings are clouded by some sort of fault, just as fire is veiled by smoke."

— Bhagavad Gita 18.48

Developer Translation: Every codebase has bugs, but that doesn't stop us from building.


"न हि ज्ञानेन सदृशं पवित्रमिह विद्यते।"

"Nothing in this world is as pure and sacred as knowledge."

— Bhagavad Gita 4.38

Developer Translation: Continuous learning is the most sacred practice of a developer.


Easter Eggs & Fun Zone

Random Developer Joke

// Why do programmers prefer dark mode?
// Because light attracts bugs! 

const joke = Math.random() > 0.5 
  ? "There are only 10 types of people: those who understand binary and those who don't."
  : "99 little bugs in the code, 99 little bugs. Take one down, patch it around, 117 little bugs in the code.";

console.log(joke);

Coding Mantras

  • "Code is poetry written in logic"
  • "Debugging is like being a detective in a crime movie where you're also the murderer"
  • "The best error message is the one that never shows up"
  • "Good code is its own best documentation"
  • "First, solve the problem. Then, write the code"

Visitor Analytics & Engagement

Profile Views GitHub followers GitHub User's stars

Global Reach

Visitors from 25+ countries
Top regions: India, USA, Germany, UK, Canada
Peak activity: 10 PM - 2 AM IST (Night owl confirmed! )

💬 Let's Connect & Collaborate!

🤝 Open for Collaboration

interface CollaborationOpportunities {
  openSource: boolean;
  mentoring: boolean;
  freelance: boolean;
  fullTime: boolean;
  speaking: boolean;
  writing: boolean;
}

const opportunities: CollaborationOpportunities = {
  openSource: true,    // Always ready to contribute!
  mentoring: true,     // Love helping fellow developers
  freelance: true,     // Interesting projects welcome
  fullTime: false,     // Currently focused on personal growth
  speaking: true,      // Tech talks and workshops
  writing: true        // Technical articles and tutorials
};

📧 Get In Touch

Email Portfolio LinkedIn

💡 What I Can Help With

  • Full-stack web development
  • AI/ML implementation
  • Security audits & penetration testing
  • Technical mentoring & code reviews
  • Project architecture & optimization
  • Technical writing & documentation

╔══════════════════════════════════════════════════════════════╗
║  "The future belongs to those who believe in the beauty of   ║
║   their dreams and have the courage to code them into        ║
║   reality." - Sagar Kundu                                    ║
╚══════════════════════════════════════════════════════════════╝

⭐ From sa001gar with ❤️ and lots of ☕

Last updated: January 7, 2025 | Made with passion, powered by caffeine


Outro

*Thanks for visiting my digital universe! If you found something interesting, don't forget to star ⭐ some repositories and let's build something amazing together! *

Pinned Loading

  1. portfolio-website-next-js portfolio-website-next-js Public

    A Hacker-inspired Developer Portfolio with terminal vibes and classic green-on-black aesthetics

    TypeScript 1

  2. visitor-count visitor-count Public

    Visitor Count API built with Cloudflare Workers and Upstash Redis to track total and unique visitors in real-time across multiple web apps. Easy to deploy, scalable, and supports custom domains wit…

    TypeScript 2

  3. adix_by_sagar adix_by_sagar Public

    Forked from stitionai/devika

    I'm Sagar Kundu, creating AI that translates human commands into actionable steps, researches solutions, and writes code automatically. This project is designed to streamline development and boost …

    Python 1

  4. ai_project_aws_deployment ai_project_aws_deployment Public

    AI Paragraph Generator: A Django-powered web app for instant, high-quality AI-generated paragraphs. Deployed on AWS with EC2, RDS, S3, and Cloudflare CDN for optimized performance and scalability. …

    JavaScript 1

  5. api-testing-extension api-testing-extension Public

    TypeScript

  6. Stress-Detection-using-Smart-Watch Stress-Detection-using-Smart-Watch Public

    HTML