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

Highlights

  • Pro

Block or report Arnab-dot

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

Typing SVG

GitHub followers GitHub stars


WHO TF AM I?

class Arnab:
    def __init__(self):
        self.username = "Arnab-dot"
        self.name = "Arnab Chaudhuri"
        self.role = "Backend Sorcerer | AI Whisperer"
        self.language_spoken = ["Python (My Precious)", "Java", "JavaScript", "Sarcasm"]
        self.current_status = "Shipping code & breaking hearts"
        self.vibe = "Chaotic Good"
        self.fun_fact = "I debug with print() and I'm not sorry"
        
    def get_daily_routine(self):
        return {
            "00:00-06:00": "Pretending to sleep while thinking about code",
            "06:00-09:00": "Coffee++ (mandatory)",
            "09:00-18:00": "Writing bugs... I mean features",
            "18:00-22:00": "Debugging the 'features' from earlier",
            "22:00-00:00": "Optimizing code that was fine",
            "repeat": "Forever"
        }
    
    def say_hi(self):
        print("Yo! Thanks for creeping on my profile.")
        print("Now star my repos or this bug follows you home")
        print("I'm not kidding. It's already behind you.")

me = Arnab()
me.say_hi()


ACADEMIC PERFORMANCE


FIRST YEAR

YGPA: 8.2

Grade: A

"Started with a bang"


SECOND YEAR (Current)

CGPA: Loading...

Grade: TBD

"Grinding hard"


OVERALL FLEX

Cumulative CGPA: 8.2

Status: Crushing It


PROJECTS

Completed: 20+

Open Source Warrior


BADGE COLLECTION (AKA MY FLEX WALL)


Holopin Badge Board

@arnabdot's Holopin board

Click above to view my full Holopin profile and badge collection


Achievements Unlocked


TECH ARSENAL (MY WEAPONS OF CHOICE)

"When the code finally works and you have no idea why"

PYTHON (My First Love)



BACKEND (Where The Magic Happens)



AI/ML (Teaching Machines To Think)



Neural Networks

Deep Learning Architecture


Data Science

Data Analysis & Visualization


AI Processing

Machine Learning Pipeline


AI/ML Expertise

class AIMLExpertise:
    def __init__(self):
        self.skills = {
            "deep_learning": ["CNN", "RNN", "LSTM", "Transformers", "GANs"],
            "nlp": ["LLMs", "Text Classification", "Sentiment Analysis", "ChatBots"],
            "computer_vision": ["Object Detection", "Image Segmentation", "Face Recognition"],
            "frameworks": ["TensorFlow", "PyTorch", "Scikit-learn", "Keras"],
            "deployment": ["Flask", "FastAPI", "Docker", "Cloud ML", "ONNX"]
        }
    
    def current_focus(self):
        return "Building AI that doesn't take over the world... yet"
    
    def secret_weapon(self):
        return "Stack Overflow + Coffee"

"Making machines smarter than humans, one epoch at a time"


DATABASES (Where Data Lives)



CLOUD & DEVOPS (Deploying Like A Boss)



FRONTEND (Because Backend Needs A Face)



TOOLS (My Daily Drivers)



GITHUB STATS (THE RECEIPTS)

The Numbers Don't Lie

Snake animation


LIFE PHILOSOPHY.PY

"My brain when debugging production code"

import wisdom
from life import chaos, coffee, code

class LifePhilosophy:
    def __init__(self):
        self.principles = {
            "code_quality": "Clean code > clever code (but clever is fun)",
            "debugging": "console.log() is my therapist",
            "optimization": "Premature optimization is... nah just do it anyway",
            "coffee": "Unlimited",
            "sleep": "sleep = False  # Always",
            "documentation": "Code is self-documenting (biggest lie ever told)",
            "testing": "It works on my machine = production ready",
        }
    
    def get_motto(self):
        return """
        'Build fast, break things, fix them faster (or blame DNS)'
        'In Python we trust, in semicolons we rust'
        'Ship first, optimize later (or never, who's checking?)'
        'Backend so strong, it doesn't need a frontend'
        'AI will take over the world, might as well help it'
        'Coffee: because sleep is for the weak'
        """
    
    def handle_bugs(self, bug):
        if bug.severity == "critical":
            return "It's not a bug, it's a feature"
        elif bug.severity == "minor":
            return "Works on my machine"
        else:
            return "TODO: fix later (never)"

# Real talk tho
def real_me():
    return {
        "currently_learning": "Everything (and nothing at the same time)",
        "ask_me_about": "Why my code works (I don't know either)",
        "fun_fact": "I once fixed a bug by accident while creating another one",
        "life_motto": "It works on my machine ¯\\_(ツ)_/¯",
        "superpower": "Googling error messages faster than you can read them",
        "weakness": "Merge conflicts & CSS centering",
        "spirit_animal": "Python (obviously)",
    }

# The truth about programming
def programming_reality():
    return """
    10% writing code
    20% debugging
    30% Googling
    40% wondering why it works
    100% powered by coffee
    """


LET'S CONNECT! (Slide Into My DMs)

"DMs open for collab, coffee, or existential coding crisis"


If you made it this far, you're officially a legend


RANDOM DEV QUOTE (WORDS OF WISDOM)


CURRENT GOALS (2026 DOMINATION PLAN)

goals_2026 = {
    "Master AI/ML": "In Progress (90% done, 10% pretending)",
    "Build 50+ Projects": "Challenge Accepted",
    "Contribute to Open Source": "Making the world better, one PR at a time",
    "Learn New Tech Stack": "Always learning, never stopping",
    "Drink More Coffee": "Unlimited",
    "Fix Sleep Schedule": "Impossible Mission",
}

Thanks for visiting! Now go star my repos

"If you don't star, a bug will haunt your code forever"

"Keep calm and Python on"

"Powered by coffee, fueled by chaos, driven by code"

"Remember: It's not a bug, it's an undocumented feature"

Pinned Loading

  1. Aether-backend Aether-backend Public

    Python

  2. Aether-travel Aether-travel Public

    JavaScript

  3. EnterPrise-Admin-Dashboard EnterPrise-Admin-Dashboard Public

    Admin Dashboard SaaS: A robust backend for Finance & Client Management with Django, DRF, and JWT auth. Features role-based access, multi-organization support, CRUD for clients & invoices, token-bas…

    Python