class Programmer:
def __init__(self):
self.name = "Mithun Das"
self.languages = ["Python", "NodeJS", "Java"]
self.interests = ["Coding", "Hardware Tinkering", "Desk Setup"]
def get_skills(self):
print(self.languages)
def get_interests(self):
print(self.interests)
def connect(self):
print("Let's connect and build something amazing together!")
me = Programmer()
me.connect()
Welcome to my coding sanctuary! I'm a passionate programmer with an insatiable curiosity for all things code. I thrive on transforming complex problems into elegant solutions and continuously expanding my programming prowess.
I'm excited to connect and collaborate with fellow developers, dreamers, and visionaries. Let's create something extraordinary together! You can reach me through the following channels:
- Medium: mithundotdas.medium.com
- LinkedIn: linkedin.com/in/connectmithundas
- Personal Website: iammithun.link
Feel free to drop me a message, whether it's to discuss a project, share ideas, or simply geek out over the latest technologies.