rsschool-cv

Oleg Buiko

Junior Frontend Developer


Contact information


About myself:

I am a graduate of BSUIR with a degree in Software Engineering and Economics, combining technical knowledge with an understanding of business processes. I have a strong interest in web development and am currently focused on building a career as a frontend developer. I possess foundational knowledge in Computer Science, which helps me understand core programming concepts and problem-solving approaches.

I am highly motivated to grow in the field of frontend development and continuously improve my technical skills. I am actively learning modern web technologies and best practices to become a proficient specialist. I approach challenges with determination and persistence, always striving to find effective solutions


Skills and Proficiency:


Code examples:

Very simple, given a number (integer / decimal / both depending on the language), find its opposite (additive inverse).


public class Kata
    {
        public static int opposite(int number)
        {
            // your code here
          return number * -1;
        }
    }


Experience


Education


Languages