Skip to content
View fedyacpp's full-sized avatar
  • Moscow, Russia
  • 07:45 (UTC +03:00)

Block or report fedyacpp

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

πŸ‘‹ Hi, I'm fedyacpp

I'm a 15-year-old junior developer passionate about web and server development, as well as machine learning.

Profile Views GitHub followers

πŸ“Š GitHub Stats

fedyacpp's GitHub stats

Top Languages

GitHub Streak

πŸ› οΈ Technical Skills

const fedyacpp = {
    pronouns: "He" | "Him",
    hometown: "Moscow, Russia",
    languages: ["JavaScript", "Python", "C++", "Java", "Kotlin"],
    interests: ["Reverse Engineering", "Machine Learning"],
    tools: {
        frontEnd: {
            frameworks: ["Vue", "Nuxt"],
            styles: ["Bootstrap", "Tailwind"],
        },
        backEnd: {
            frameworks: ["Node", "Express"],
        },
        databases: ["MySQL"],
    },
    currentProject: "telegram-mesh-bot"
};

πŸš€ Tech Stack

JavaScript Python C++ Java Kotlin Vue.js Nuxt.js Node.js Express MySQL

πŸ€” Interests

  • Reverse Engineering: I enjoy exploring the inner workings of software systems. I excel at analyzing and reverse-engineering code and have developed APIs for accessing AI models by reverse-engineering websites.
  • Machine Learning: Deeply fascinated by machine learning projects, especially those involving object recognition in images.

πŸš€ Public Projects

🟒 BlumClicker

Status GitHub stars

An automated clicker for Blum's Drop Game, powered by a custom-trained YOLOv11 convolutional neural network. This project automates farming Blum points and is currently complete.

πŸ”’ telegram-mesh-bot

Status

A currently private project focused on reverse engineering the МЭШ API to develop a Telegram bot. This project aims to integrate МЭШ functionalities into a Telegram interface, allowing users to interact with МЭШ services seamlessly.

🌐 Let's Connect!

Got a cool project idea or want to collaborate? I'd love to hear from you:

Discord Telegram

Feel free to reach out for inquiries, project proposals, or potential collaborations!

Pinned Loading

  1. BlumClicker BlumClicker Public

    An automatic clicker for Drop Game in Blum

    Python 20 2

  2. anotherRandomApi anotherRandomApi Public archive

    WIP api

    JavaScript