BANADYK IVAN
About me
I am a 9th grade graduate living in Mogilev. My goals are yet to be determined, but the best case scenario is becoming a frontend developer.
My skills
- Some experience in Python programming
- Unsubstantial knowledge of C++ and OpenGL
- Somewhat considerable experience with React
My study projects
My other projects
Code example
#include <string>
bool solution(std::string const &STRING, std::string const &END) {
if (END.length() > STRING.length())
{
return false;
}
if (STRING.substr(STRING.length() - END.length(), STRING.length()) == END)
{
return true;
}
return false;
}
bool solution(std::string const &STRING, std::string const &END) {
if (END.length() > STRING.length())
{
return false;
}
if (STRING.substr(STRING.length() - END.length(), STRING.length()) == END)
{
return true;
}
return false;
}
Education
I've graduated from 9th grade
English level
I would love to flex with my Olympiads diplomas, but i won't. I did not check my english level according to CEFR system.
Contact info
Telegram nickname: @kafelnaya_plitka
Discord nickname: cringeman(@cringeman1337)
E-mail: bonadyk2009@gmail.com