Skip to content
View dmhd6219's full-sized avatar

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.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to 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 -*-classFullstackDeveloper:
def__init__(self):
self.name="Sviatoslav Sviatkin"self.city="Innopolis"self.role="Fullstack Developer"self.spoken_languages= [
{
"language": "Russian",
"level": "Native",
},
{
"language": "English",
"level": "C1",
}
]
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"]
}
defsay_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 Loading

  1. dmhd6219dmhd6219Public

    Personal portfolio website, built on React

    TypeScript 3

  2. SmashUp-FrontEnd-New2SmashUp-FrontEnd-New2Public

    Forked from SmashUp-ru/SmashUp-FrontEnd

    Ну в этот раз точно финальная версия чуваки

    TypeScript 1

  3. react-media-sessionreact-media-sessionPublic

    The React hook that wraps Media Session API.

    TypeScript 2