Skip to content
View PopovDS617's full-sized avatar
Block or Report

Block or report PopovDS617

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
PopovDS617/README.md

Hi, I'm Dmitry hi

> I'm a fullstack developer from Rostov-on-Don, Russia. This is my personal GH profile

3d avatar

{
  "languages": ["go", "typescript"],
  "technologies": {
    "backend": {
      "go": ["gin", "fiber", "chi", "gorilla"],
      "nodejs": ["express", "nestJS"]
    },
    "databases": ["postgreSQL", "mongoDB", "redis"],
    "frontend": {
      "frameworks": ["react", "next.js"],
      "styling": ["sass", "tailwind", "styled components", "chakra"],
      "testing": {
        "unit": ["jest", "react testing library"],
        "e2e": ["cypress", "playwright"]
      },
      "misc": ["three.js", "storybook"]
    }
  }
}

Top Langs


GitHub Streak

Pinned Loading

  1. url-shortener-MERN url-shortener-MERN Public

    Минималистичный укорачиватель ссылок

    TypeScript 1

  2. snake-game snake-game Public

    Классическая игра «змейка». Создана на Реакте, основный упор сделан на использовании кастомных хуков

    TypeScript 1

  3. go_markdown_blog go_markdown_blog Public

    Минималистичный блог. Статьи формируются путем преобразования md файлов в html

    Go