class DoriDoro:
def __init__(self):
self.username = 'DoriDoro'
self.position = 'Python/Django Developer'
self.portfolio = 'https://www.dorothea-reher.com/en/'
self.blog = 'https://dev.to/doridoro'
self.linkedin = 'https://www.linkedin.com/in/dorothea-reher/'
self.code = {
'backend': ['Python', 'Django'],
'database': ['PostgreSQL', 'SQLite3'],
'operation_system': 'Linux',
'deployment': ['Vercel', 'Heroku', 'Render'],
'tools': ['Git', 'GitHub', 'GitHub actions', 'Sentry', 'Docker'],
'IDE': 'PyCharm',
}
def __str__(self):
return f'{self.username} | {self.position}'
if __name__ == '__main__':
me = DoriDoro()
print(me)
-
Notifications
You must be signed in to change notification settings - Fork 0
Config files for my GitHub profile.
DoriDoro/DoriDoro
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Config files for my GitHub profile.
Topics
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published