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

Block or report SunJet72

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
SunJet72/README.md
GitHubUser SunJet72 = new GitHubUser("Backend/Game Developer");

SunJet72.Say("Hello there 👋");

SunJet72.AddSoftDevExperience(
    OverallYears = 5,
    CommercialYears = 2,
    TechStack = new TechStack(){
      Languages = ["C#", "PHP", "Java", "C++", "JavaScript"],
      Web = ["ASP.NET", "Laravel", "Spring Boot", "Nginx"],
      DB = ["MySQL", "SQL Server", "Entity Framework", "ADO.NET", "Medoo"],
      Other = ["Git", "Docker", "Telegram Bot API", "Web Parsing"]
    },
  );

SunJet72.Languages = ["English", "German", "Ukrainian", "Russian"];

SunJet72.AddEducation(
      Institution = "Technical University of Munich",
      Subject = "Informatics: Games Engineering",
      InProgress = true
    );

SunJet72.AddEducation(
      Institution = "Step IT Academy Ukraine",
      Subject = "Software Developer",
      InProgress = false
    );

Popular repositories

  1. SavedBot SavedBot Public

    Telegram Bot for saving named messages and accessing them anytime inline in chat

    C#

  2. test-3dplatformer test-3dplatformer Public

    C#

  3. Telegram.Bot Telegram.Bot Public

    Forked from TelegramBots/Telegram.Bot

    .NET Client for Telegram Bot API

    C#

  4. SunJet72 SunJet72 Public