#include <vector>
class BadIdea {
long long something_will_happen[123456789];
};
int main() {
std::vector<BadIdea> span> 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;
}
A little bit more about me
Third-year Software Engineering student at the University of Ruse "Angel Kanchev", focused on building strong fundamentals in web development, programming logic, and clean code structure. My goal is to work on, and build projects, where I can connect theory with practice, improve my problem-solving skills, and understand not only how something works, but why it works that way. First programming language I started learning was C++ and I still like it a lot, but I am also intrested in web development and how all things work together in the web ecosystem. I am a big fan of learning by doing, and I am always looking for new projects and challenges to work on, where I can apply my knowledge and skills, and learn something new in the process.
I like also:
I want to learn:
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.
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.
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".
Front-End Web Development certificate
Early milestone in studying web development, completed through Progress BG. Certificate document number: 3364.
First Certificate in English (FCE)
Lifetime English language certificate issued by Cambridge English, UK.