[go: up one dir, main page]

Skip to content

dmhd6219/dmhd6219

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hello there👋

#!/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()

📝 Links

🔧 Technologies & Tools

Languages:

Frameworks:

Tools: