I am a full-stack developer and have worked extensively on web based projects at my agency Cyberedia
I have also worked on native iOS Apps using Swift.
I go by the alias of 'creepypirate' on the internet, feel free to drop me a message anytime.
class creepyPirate:
def __init__(self):
self.username = 'creepy-pirate'
self.name = 'Deepak Singh'
self.web = 'https:creepypirate.tech'
self.twitter = '@_creepypirate'
self.linkedin = '/creepypirate'
self.code = {
'languages': ['Python', 'Java', 'C/C++', 'Javascript', 'Swift', 'PHP', 'Bash'],
'frontend': ['HTML', 'CSS', 'JavaScript', 'ReactJS', 'Materialize', 'Bootstrap', 'TailWindCSS'],
'backend': ['Python', 'PHP', 'Django', 'NodeJS'],
'database': ['MySQL', 'Mongo DB'],
'devops': ['GitHub Actions', 'AWS', 'Heroku'],
'tools': ['GIT', 'GitHub', 'GitLab', 'Jupyter notebook'],
'misc': ['Firebase', 'TDD', 'SCRUM', 'GNU/Linux']
}
self.architecture = ['Delegate Design', 'MVC', 'Serverless', 'Microservices']
def __str__(self):
return self.name
if __name__ == '__main__':
me = creepyPirate()