Skip to content
View dmhd6219's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report dmhd6219

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
dmhd6219/README.md

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:

Pinned

  1. dmhd6219 dmhd6219 Public

    Personal portfolio website, built on React

    TypeScript 1

  2. SmashUp-FrontEnd SmashUp-FrontEnd Public

    Forked from SmashUp-ru/SmashUp-FrontEnd-New

    TypeScript 1