class GD:
def __init__(self):
self.username = 'gd03champ'
self.name = 'GD'
self.position = 'Developer'
self.web = 'https://gd03champ.web.app'
self.blog = 'https://gd03champ.web.app/articles'
self.cv = 'https://gd03champ.web.app/resume'
self.twitter = '@GD17964768'
self.code = {
'backend': ['Python', 'Flask', 'Django', 'FastAPI', 'NodeJS', 'ExpressJS', 'PHP'],
'database': ['MySQL', 'SQLite3', 'Mongo DB'],
'devops': ['Docker', 'Linux', 'GitHub Actions', 'AWS' ],
'frontend': ['HTML', 'CSS', 'JavaScript', 'ReactJS', 'Boostrap'],
'corss-palform': ['React Native','Flutter']
'tools': ['GIT', 'GitHub', 'GitLab', 'Pandas', 'Jupyter notebook', 'SQLAlchemy', 'Nginx'],
'misc': ['Firebase', 'TDD', 'SCRUM', 'SOLID', 'gRPC', 'ML', 'Tech Writer']
}
self.architecture = ['SPA', 'MVC', 'Serverless', 'microservices']
def __str__(self):
return f'{self.name} | {self.position}'
if __name__ == '__main__':
me = GD()
print(me)
Highlights
- Pro
Pinned Loading
-
YouTube-Automation
YouTube-Automation PublicThis project is an attemt to make videos from instagram clips and upload to youtube all automatically! (Mid night ideaπ) And suprisingly I made it work!
-
smart-whitecane-proj-public
smart-whitecane-proj-public PublicWe've created a smart whitecane project with working prototype that enable blind people to do extraordinary tasks with ease making their life lot more easier and happier π (Smart India Hackathon Wiβ¦
Python 1
-
policypal-extention
policypal-extention PublicPolicyPal: Your Smart Companion for Terms & Privacy Analysis π΅οΈββοΈπ
HTML 7
-
Questionnaire-Bot
Questionnaire-Bot PublicAI Chatbot that has Question Generation that support students, educators to prepare for school, college and competitive exams and entrances by generating Mock tests and preparing question sets and β¦
Python 3
If the problem persists, check the GitHub status page or contact support.