Skip to content
View GenkaOk's full-sized avatar
๐Ÿ 
Working from home
๐Ÿ 
Working from home
  • Polis812
  • Russia
  • 19:26 (UTC +03:00)

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;
}

Popular repositories Loading

  1. sonoff-dw2-gateway sonoff-dw2-gateway Public

    PHP 2 1

  2. cryptopro-parser cryptopro-parser Public

    JavaScript 1

  3. Zapret-on-Keenetic Zapret-on-Keenetic Public

    Forked from bol-van/zapret

    DPI bypass multi platform on Keenetic

    C 1

  4. curl.class.php curl.class.php Public

    Forked from lepunk/curl.class.php

    Wrapper for PHP's curl library

    PHP

  5. telegramInformer telegramInformer Public archive

  6. datetimepicker datetimepicker Public

    Forked from xdan/datetimepicker

    jQuery Plugin Date and Time Picker

    JavaScript