Skip to content
View d-code-r's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report d-code-r

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
d-code-r/README.md

👋 Hey there, bugs... I mean folks!

When life gives you bugs, make debugging sessions! 🐛

Typing SVG

🚀 About Me

Coding wizard at work

I'm Deepankar 'Debug' Prasad, a code wizard transforming ☕ into </code> since forever!

🤖 System Diagnostics

Status:
  Coffee_Level: ☕☕☕☕ (80% - Critical Resource!)
  Brain_Status: Loading... 🧠
  Bug_Count: Infinity and beyond! 🚀
  Current_Mood: while(!asleep()) { code(); }

🎯 Current Quest Log

  • 🔭 Working on: ToDo-SpRiNgBoOt_WeB-aPp (Because the world needs another Todo app! 😅)
  • 🌱 Learning:
    • Python (Snake charming 🐍)
    • Java (Struggling to understand basic syntax 😅)
    • SQL (Table flipping pro 💾)
    • LLM (Teaching robots to chat 🤖)
    • SpringBoot (Baby steps in Java world 🌱)

💻 Code Essence

def dev_info():
    return {
        "name": "Deepankar 'Debug' Prasad",
        "powers": {
            "Python": "Snake Charming 🐍",
            "Java": "Beginner (SOS mode 🆘)",
            "SQL": ["PostgreSQL 🐘", "MySQL 🐬"],
            "Data": ["Pandas 🐼", "NumPy 🔢"]
        },
        "status": {
            "coffee_level": "Critical ☕",
            "debug_mode": True,
            "bugs_fixed": float("inf"),
            "bugs_created": float("inf") + 1
        }
    }

🛠️ Tech Arsenal

python django mysql git postgresql

📊 Coding Chronicles

Language Stats GitHub Stats

🤝 Social Links (Yes, I occasionally interact with humans)

LinkedIn HackerRank LeetCode

💬 FAQ (Frequently Avoided Questions)

  • "Can you fix my printer?" - No, but I can explain Python and SQL!
  • "How to reach me?" - [email protected] (Response time inversely proportional to coffee consumption)

"In code we trust, but in coffee we must!"

Profile Views

Popular repositories Loading

  1. python-code-001 python-code-001 Public

    My First Python Code

    Python

  2. Python_Work Python_Work Public

    My python Programs

    Python

  3. portfo portfo Public

  4. Django-2021 Django-2021 Public

    Forked from dennisivy/Django-Course

    HTML

  5. java-tutorial-for-beginners java-tutorial-for-beginners Public

    Forked from in28minutes/java-tutorial-for-beginners

    Java Tutorial For Beginners with 500 Code Examples

  6. spring-todo-app spring-todo-app Public

    This is my project of TODO record app in Spring Boot web framework using JAVA as programming language

    Java