#!/usr/bin/python
# -*- coding: utf-8 -*-
class SoftwareEngineer:
def __init__(self):
self.name = "Amit Das"
self.pronouns: ["He", "Him"]
self.role = "Software Development Engineer II"
self.language_spoken = ["en_US", "hi_IN"]
self.askMeAbout = ["python", "framework", "database", "cloud", "server", "cli_tools", "vcs", "web", "design_tools"]
self.technology = {
"language": ["python"],
"framework": ["Django", "Flask", "FastAPI"],
"database": ["MongoDB", "PostgreSQL", "MySQL", "Redis", "Firebase"],
"web_server": ["Nginx"],
"cloud": ["AWS", "Heroku", "Railway", "vercel"],
"containerization": ["Docker"],
"cli_tools": ["Vim", "Vi", "Cat", "Nano"],
"others": ["SSH", "LocalStack", "Regex", "Gunicorn"],
"vcs": ["Git", "Hg"],
"web": ["Html", "Css", "Bootstrap"],
"design_tools": ["Figma", "Photoshop", "Illustrator", "AdobeXD"],
"agile": ["Scrum", "Trello", "Jira"]
}
def say_hi(self):
print("Thanks for dropping by, hope you find some of my work interesting.")
me = SoftwareEngineer()
me.say_hi()
Note: Top languages is only a metric of the languages my public code consists of and doesn't reflect experience or skill level.
- 🎉 Merged PR #5 in mramitdas/mramitdas
- 🎉 Merged PR #6 in mramitdas/mramitdas
- 🎉 Merged PR #10 in mramitdas/QuickPost
- 🔒 Closed issue #9 in mramitdas/QuickPost
- 💪 Opened PR #10 in mramitdas/QuickPost
- ❗ Opened issue #9 in mramitdas/QuickPost
- 💪 Opened PR #49 in mramitdas/helpdesk
- ❗ Opened issue #48 in mramitdas/helpdesk
- 🔒 Closed issue #46 in mramitdas/helpdesk
- 🎉 Merged PR #47 in mramitdas/helpdesk