I'm a tech enthusiast who loves to learn about new things.
class Rume:
def __init__(self):
self.username = 'rume73'
self.name = 'Vladimir Loginov'
self.web = 'https://rume73.pythonanywhere.com/'
self.telegram = '@Rume73'
self.code = {
'backend': [{'Python': ['Django', 'DRF', 'FastAPI']}, 'C#'],
'frontend': [{'JavaScript': 'Ext4JS'}, 'HTML', 'CSS'],
'database': ['PostgreSQL', 'Oracle', 'Firebird', 'SQLite3'],
'devops': ['Docker🐳', 'Nginx', 'GitHub Actions', 'AWS S3', 'Heroku'],
'tools': ['GIT', 'GitHub', 'GitLab', 'Pandas', 'Jupyter notebook'],
'misc': ['TDD', 'SOLID', 'Linux', 'telegram-bot', 'aiogram']
}
self.architecture = ['SPA', 'MVC', 'Serverless', 'microservices']
def __str__(self):
return self.name
if __name__ == '__main__':
me = Rume()