class DevSlashArchitect:
"""Discovering beauty in ever new places."""
def __init__(self):
self.name = "Marcin Cichocki"
self.since = 2019
self.languages = "Python, JavaScript"
self.tools = "Pandas, Django, React, Git, Docker, Nginx"
self.prerequisites = "Harvard CS50, Hyperskill, Udemy"
def __repr__(self):
return "\n".join((self.name, self.languages, self.tools))
def __str__(self):
bio = """
Hi, I'm Marcin. I'm a curious individual. I've been consuming code for a few years.
I initially applied it to automate the hard and boring or cut design & construction related corners.
Peeked into web design, ML. I enjoy type hints. Git merge, so far.
I find the beauty of engineering soothing..
"""
return bio
@property
def contact(self):
"""For enquiries, plase contact me via:"""
return {
"email": "bS5hLmNpY2hvY2tpQGdtYWlsLmNvbQooZm9yIGxlZ2l0aW1hdGUgcHVycG9zZXMgb25seSk="
}
-
Notifications
You must be signed in to change notification settings - Fork 0
cinkovic/cinkovic
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Bio
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published