Skip to content
View GenkaOk's full-sized avatar
๐Ÿ 
Working from home
๐Ÿ 
Working from home

Block or report GenkaOk

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

GenkaOk

IT Lead at Polis812 ๐Ÿ’š

Hi! I'm Max, an IT Lead based in the Republic of Mari El, Russia.

I love creating smart systems, automating workflows, working with microcontrollers, and solving complex tech challenges.


#include <iostream>
#include <map>
#include <string>

std::map<std::string, std::string> GetBio() {
    return {
        {
            "โšก Quick bio:",
            "Experienced software engineer and cybersecurity specialist "
            "with a strong background in DevOps and system automation."
            "\n\t"
            "Passionate about technology, artificial intelligence, "
            "microcontrollers, and complex system architecture."
        },
        {
            "๐Ÿ’ป Iโ€™m into:",
            "C++, GoLang, PHP, JavaScript, Linux, macOS, "
            "Artificial Intelligence, Cybersecurity, and embedded systems."
        },
        {
            "๐Ÿ“ซ How to reach me:",
            "GitHub: github.com/genkaok"
            "\n\t"
            "Telegram: @genkaok"
        }
    };
}

int main() {
    for (const auto& [key, value] : GetBio()) {
        std::cout << key << "\n\t" << value << "\n\n";
    }

    return 0;
}

Pinned Loading

  1. keen2ygg keen2ygg Public

    Keenetic (NetCraze) Yggdrasil installer

    Shell

  2. PeerYgg PeerYgg Public

    The utility for search nearest peers in Yggdrasil

    Go