Working in a profession means that I have sound knowledge about it. Working on Python as a Programming Language and Django framework.
class NowshadRuhan:
def __init__(self):
self.username = 'NowshadRuhan'
self.name = 'Nowshad Ruhani Chowdhury'
self.portfolio = 'https://nowshadruhan.globentrust.com/'
self.web = 'https://syl-hdp.globentrust.com/'
self.linkedin = 'https://www.linkedin.com/in/nowshadr/'
self.code = {
'frontend': ['HTML', 'CSS', 'JavaScript', 'ReactJS', 'Bootstrap4', 'Ajax'],
'backend': ['Django', 'Python', 'PHP', 'CodeIgniter', 'Laravel', 'Node.JS', 'Java'],
'database': ['MySQL', 'SQLite3', 'MongoDB', 'Oracle'],
'devops': ['AWS', 'cloud hosting', 'GitHub Actions', 'pythonanywhere', 'GoDaddy', 'SiteGround', 'Share-Hosting'],
'tools': ['GIT', 'GitHub', 'Pandas', 'Jupyter notebook', 'pythonista, 'atom', 'numpy', 'scipy'],
'misc': ['Kite', 'JEDI', 'Firebase', 'SCRUM', 'GNU/Linux'],
'api': ['Google map API', 'REST API']
}
self.architecture = ['MVT', 'SPA', 'MVC', 'Virtual-Environment', 'Serverless', 'microservices']
def __str__(self):
return self.name
if name == 'main': me = NowshadRuhan()