Skip to content
View TIove's full-sized avatar
🌏
Saving up my strength
🌏
Saving up my strength

Block or report TIove

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
Tiove/README.md

Hi there, I'm Igor πŸ‘‹

  • πŸ”­ Currently working as .Net developer in Kasperky team of ForPeople product
  • πŸ’¬ Ask me everything about .Net, let's google it together πŸ˜„

Contact me

namespace Life
{
    public static class Me
    {
        public static string Name { get; } = "Igor";
        public static int Age { get; private set; } = 21;

        public static List<string> Skills { get; } = new()
        {
            ".Net core",
            "Entity framework core",
            "MSSQL",
            "PostgreSQL",
            "RabbitMQ",
            "OOP",
            "N-Unit testing"
        };

        public static Dictionary<string, string> LanguagesAndLevel { get; } = new()
        {
            { "English", "Intermediate" },
            { "Russian", "Native" }
        };
    }
}

Pinned Loading

  1. Algorithms_and_data_structures Algorithms_and_data_structures Public

    Algorithms what I have done at ITMO University

    C++ 1

  2. Programming_projects Programming_projects Public

    Console projects

    C

  3. Parsing_XML-JSON Parsing_XML-JSON Public

    JetBrains Academy project.

    Java

  4. Comp_graphics Comp_graphics Public

    Console apps

    C++

  5. Swift_app Swift_app Public

    Swift application for "Tinkoff Fintech"

    Swift

  6. Rubic-s-Cube Rubic-s-Cube Public

    Cube in 3D using OpenGL

    C++ 1