Krystsina Shlapakova

Krystsina Shlapakova

About Myself

I have a solid educational background in Computer Mathematics and System Analysis, complemented by practical experience in pharmacy and customer service roles. Seeking opportunities in front-end or full-stack development roles where I can leverage my technical skills and passion for web application development.

Education

Experience

Example of my Code

This code converts Kelvin to Celsius and then to Fahrenheit for a CODEACADEMY task:

                
const kelvin = 0; // temperature in kelvin
let celsius = kelvin - 273; // temperature in celsius;
let fahrenheit = celsius * (9 / 5) + 32; // temperature in fahrenheit;
fahrenheit = Math.floor(fahrenheit); // round down the fahrenheit temperature;
console.log(`The temperature is ${fahrenheit} degrees Fahrenheit.`);
                
            

Languages

Language Level
Russian Native
Polish Intermediate
English Intermediate

My current project

See project