Skip to content
View NickNameYouTuber's full-sized avatar

Block or report NickNameYouTuber

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

Привет, я NickNameYouTuber!

Typing SVG

🚀 О себе

public class NickNameYouTuber {
    public static void main(String[] args) {
        String[] code = {"Java", "Python", "Kotlin", "JavaScript", "C#"};
        Technologies technologies = new Technologies();
        technologies.frontEnd = new FrontEnd();
        technologies.backEnd = new BackEnd();
        technologies.devOps = new String[]{"AWS", "Docker", "Kubernetes"};
        technologies.mobile = new String[]{"Android"};

        System.out.println("Current Focus: Создание масштабируемых full-stack приложений");
        System.out.println("Fun Fact: Баги - это не ошибки, а незадокументированные функции 😅");
    }
}

class Technologies {
    FrontEnd frontEnd;
    BackEnd backEnd;
    String[] devOps;
    String[] mobile;
}

class FrontEnd {
    String[] js = {"React", "Vue", "Next.js"};
    String[] css = {"Tailwind", "Bootstrap", "SASS"};
}

class BackEnd {
    String[] java = {"Spring", "Spring Boot"};
    String[] python = {"Django", "FastAPI"};
    String[] databases = {"PostgreSQL", "MySQL", "MongoDB"};
}

📊 GitHub Статистика

GitHub Streak Stats

🛠️ Технологии и Инструменты

Java Python Kotlin JavaScript C# Spring React Next JS Vue.js TailwindCSS PostgreSQL MySQL Docker AWS

🌟 Избранные проекты

📈 Активность

Contribution Graph

🎯 Цели на 2024

  • 🚀 Разработать и запустить 3 масштабных проекта
  • 📚 Освоить архитектуру микросервисов
  • 💡 Внести вклад в крупные open-source проекты
  • 📱 Создать мобильное приложение на Android
  • 🎓 Получить AWS сертификацию

📫 Связаться со мной

LinkedIn Twitter Telegram Portfolio


Pinned Loading

  1. Crypto_test Crypto_test Public

    Java

  2. IOTA IOTA Public

    Python

  3. NISearch NISearch Public

    Java

  4. TelegramBots TelegramBots Public

    Forked from rubenlagus/TelegramBots

    Java library to create bots using Telegram Bots API

    Java