Location: Lublin, Poland
Email: makeichyk.jaroslav@gmail.com | Phone: +48 517424391 (PL)
Links: GitHub | LinkedIn | Telegram >
Languages: JavaScript , HTML, CSS, TypeScript,
Frameworks/Libraries: Currently learning React
Tools & Technologies: Git, Figma, Webpack, ESLint, Prettier
Methodologies & Practices: BEM, REST API, Agile, Scrum
Backend Exposure: Used MAMP for simulating server interactions during training
Developed a responsive online grocery store as part of training. Implemented semantic HTML and CSS for layout, and added interactive elements using JavaScript.
Created a multi-page site for an animal shelter, focusing on clean structure (BEM methodology), adaptive design, and basic accessibility.
Built a web application that simulates keyboard typing on-screen. One of the most challenging parts was handling the Shift key logic: when Shift was pressed, all subsequent on-screen key presses output uppercase letters until released.
function createPhoneNumber(numbers){
let res = "(***) ***-****";
for (let i = 0; i < numbers.length; i++){
res = res.replace("*",numbers[i]);
}
return res
}
Incomplete Studied Finance and Banking. Left to pursue a career in IT.
Intensive program focused on HTML, CSS, JavaScript, and basic frontend architecture
Completed an online course covering core JavaScript concepts and browser APIs.
Self-paced learning and hands-on practice with JavaScript basics and web standards.
Regular communication with native speakers and comfortable consumption of technical and business information in English. Recently worked with English leasing contracts, gaining experience in professional documentation.