#!/usr/bin/python
# -*- coding: utf-8 -*-
class FullstackDeveloper:
def __init__(self):
self.name = "Sviatoslav Sviatkin"
self.city = "Innopolis"
self.website = "https://dmhd6219.site/"
self.role = "Fullstack Developer"
self.spoken_languages = [
{
"language": "Russian",
"level": "Native",
},
{
"language": "English",
"level": "Fluent",
}
]
self.stack = {
"frontend": ["React", "Next.js", "Svelte", "SvelteKit", "TailwindCSS", "Framer-Motion", "Styled-Components",
"ESLint", "Prettier", "Husky", "Jest", "Vite",
"HTML", "CSS", "Javascript", "Typescript"],
"backend": ["FastAPI", "Flask", "SQLite", "PostgreSQL", "MongoDB", "SQLAlchemy", "Alembic", "pylint",
"pytest", "poetry", "python"],
"misc": ["Docker", "Git", "PyQt5", "PyGame", "BS4", "Selenuim", "Forge", "LaTeX"]
}
def say_hi(self):
print(f"Hello! My name is {self.name} and I am a {self.role}. Currently I live in {self.city}. "
f"You can see my projects here or on {self.website}.")
me = FullstackDeveloper()
me.say_hi()
- Personal website: https://dmhd6219.site/
- Telegram: https://t.me/dmhd6219
- Last.FM; https://last.fm/user/dmhd