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

Block or report rahulkranjan

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
rahulkranjan/README.md
#!/usr/bin/env python3
╔══════════════════════════════════════════════════════════════╗
║                                                              ║
║    ██████╗  █████╗ ██╗  ██╗██╗   ██╗██╗                     ║
║    ██╔══██╗██╔══██╗██║  ██║██║   ██║██║                      ║
║    ██████╔╝███████║███████║██║   ██║██║                       ║
║    ██╔══██╗██╔══██║██╔══██║██║   ██║██║                       ║
║    ██║  ██║██║  ██║██║  ██║╚██████╔╝███████╗                  ║
║    ╚═╝  ╚═╝╚═╝  ╚═╝╚═╝  ╚═╝ ╚═════╝ ╚══════╝                  ║
║                                                              ║
║              Full Stack Developer  ·  India 🇮🇳               ║
║                                                              ║
╚══════════════════════════════════════════════════════════════╝

Twitter LinkedIn Instagram HackerRank Profile Views


class Rahul:

    def __init__(self):
        self.name       = "Rahul Kumar Ranjan"
        self.role       = "Full Stack Developer"
        self.location   = "India 🇮🇳"
        self.email      = "kjrahul21@gmail.com"
        self.hobbies    = ["coding", "traveling", "exploring tech"]

    def currently(self):
        return {
            "🔧 mastering"   : "Django",
            "📚 learning"    : "Data Structures & Algorithms",
            "🚀 building"    : "cool stuff on the internet",
        }

    def tech_stack(self):
        return {
            "languages"  : ["Python", "C++", "C", "JavaScript"],
            "backend"    : ["Django", "REST APIs"],
            "frontend"   : ["HTML5", "CSS3", "Bootstrap"],
            "tools"      : ["Git", "Docker", "Kubernetes", "GKE"],
            "databases"  : ["PostgreSQL", "SQLite"],
            "platforms"  : ["WordPress", "Linux"],
        }

    def __str__(self):
        return "building things that matter, one commit at a time."


me = Rahul()
print(me)
# >>> building things that matter, one commit at a time.

> tech_stack.display()


Python Django C++ C JavaScript HTML5 CSS3 Bootstrap PostgreSQL Docker Kubernetes Git WordPress Linux


> git log --oneline --graph



 ╭──────────────────────────────────────────╮
 │                                          │
 │   📫  kjrahul21@gmail.com                │
 │   💼  Open to collaborate on cool stuff  │
 │   ⚡  Fun fact: I debug with print()     │
 │                                          │
 ╰──────────────────────────────────────────╯

⌨️ with ❤️ by Rahul

Pinned Loading

  1. personal_finance_dashboard personal_finance_dashboard Public

    Python

  2. personal_finance_fe personal_finance_fe Public

    JavaScript

  3. library-management-system library-management-system Public

    Python