ROMAN MAKSIMOVICH
Full-Stack Developer
Full-Stack Developer
3rd-year BSUIR student, quick learner with full-stack project experience. My key strengths are problem-solving, fast learning, and teamwork (Git). Goal: grow as a frontend developer first, then transition to full-stack.
function arrayDiff(a, b) {
return a.filter((item) => !b.includes(item));
}
function maskify(cc) {
return cc.slice(0, -4).replace(/./g, "#")
+ cc.slice(-4);
}
Information systems and technologies
2023–2027
Coursework: Web Development, Databases, Algorithms