#include <iostream>
#include <vector>

class BadIdea {
    long long something_will_happen[123456789];
};
int main() {
    std::vector<BadIdea> cannot_handle_this;
    try {
        while(true){
            cannot_handle_this.emplace_back();
            // too much for this pc...
        }
    }catch (const std::bad_alloc& e) {
        std::cerr << "Too many things happened!" << e.what() << std::endl;
    }
    return 0;
}

I like also:

C++ SFML

I want to learn:

Nodejs SQL

Recognitions

Certificates, honors, awards and milestones that reflect dedication and consistent performance over time

Participation in student scientific session

Development and realization of the 2D video game "Pixel Courier", created with C++ and SFML.

Apr 30 2026
Special award - Ruse AI Hack with project "Evento Pulse"

48-hour AI Hackathon organised by Startup Factory with University of Ruse "Angel Kanchev" and Software Roastery as supporting partners.

Apr 24-26 2026
Mentor in "Samsung Solve for Tomorrow Program" - Design Thinking Workshop

Organised by Education 5.0 Foundation in partnership with the University of Ruse "Angel Kanchev".

Nov 9 2024
Front-End Web Development certificate

Early milestone in studying web development, completed through Progress BG. Certificate document number: 3364.

Feb 22 2023
First Certificate in English (FCE)

Lifetime English language certificate issued by Cambridge English, UK.

2022