class Ryan:
def __init__(self):
self.username = 'ryancodingg'
self.name = 'Ryan Nguyen'
self.position = 'Data Engineer'
self.interest = "Data Science, Machine Learning, Artificial Intelligence, Cloud Computing, Big Data"
self.location = "Sydney, Australia"
self.education = {
'Master of Data Science: Swinburne Univeristy of Technology',
'Bachelor of Information Technology (Information System & Business Analysis: Macquarie University',
'Bachelor of Commerce (Finance): Macquarie University'
}
self.background {
'Consultant: Telstra',
'Data Engineer Intern: EY',
'Data Engineering Analytics Intern: TIKI Corporation',
'Social Media Analyst: Trip.Social',
}
self.code = {
'programming': ['Python', 'SQL', '.NET', 'Java', 'C++', 'R', 'PHP'],
'database': ['PostgreSQL', 'MySQL', 'SQLite3', 'Mongo DB', 'Redis'],
'devops': ['Docker', 'Linux', 'Jenkins', 'GitHub Actions', 'AWS', 'Azure'],
'frontend': ['HTML', 'CSS', 'JavaScript', 'ReactJS', 'Svelte', 'Boostrap'],
'tools': ['GIT', 'GitHub', 'GitLab', 'Pandas', 'Jupyter notebook', 'SQLAlchemy', 'Celery', 'Nginx', R],
'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 = Ryan()
print(me)
Apart from that, please check out My Resume and follow other social media channels.