Olga Kitel
As a junior front-end developer with a medical background, I am committed to delivering quality work and continually improving my skills. My technical expertise includes front-end and back-end web development. Additionally, my strong interpersonal skills enable me to work collaboratively with others and deliver effective solutions. I am passionate about expanding my knowledge and tackling new challenges in the IT field.
Projects
- GraphiQL [Next.js, GraphQL, Redux, TS, antd, Firebase, Codemirror]
- Shelter [ HTML, SCSS, JavaScript ]
- Minesweeper [ HTML, SCSS, JavaScript ]
- Match Game [ HTML, CSS, Typescript, Bootstrap]
- Pokemon CSS League [ HTML, SCSS, Typescript, Codemirror ]
Work Experience
Junior Front-End Developer
Actively searching | Poland
- I completed an intensive front-end development program at The Rolling Scopes School, which equipped me with a strong foundation in web development and modern technologies.
- I'll be glad to start work and gain commercial experience in IT.
City Clinical Hospital - Emergency department Physician
August 2015 - July 2018 | Belarus
- My job was challenging, as was my studying at the medical university.
- But now, thanks to my previous experience, I can learn easily, solve different problems and work quickly in a multitasking mode.
Code example
const search = function (nums, target) {
let left = 0;
let right = nums.length - 1;
let mid = Math.floor((left + right) / 2);
while (left <= right) {
if (nums[mid] === target) {
return mid;
} else if (nums[mid] > target) {
right = mid - 1;
} else {
left = mid + 1;
}
mid = Math.floor((left + right) / 2);
}
return -1;
};
Education
The Rolling Scopes School
JavaScript Front-End
February 2021 to present
Belarusian State Medical University
Internal medicine
2009 - 2015 | Belarus
Certificates
The Rolling Scopes School
JAVASCRIPT/FRONT-END 2021Q (JAVASCRIPT)
27 July 2021
REACT 2021 Q3 (JAVASCRIPT)
22 October 2021
NODEJS 2021 Q4 (NODE.JS)
15 February 2022
REACT 2023 Q1 (REACT)
7 June 2023