Contacts
- Phone: +48 796-329-765
- Email: dalhoupavel@gmail.com
- Telegram: Connect in telegram
- LinkedIn: Pavel Dalhou
- Address: Gdansk, Poland
Education
- 2023 RS School - JavaScript/Front-end 2023Q1
- 2022 RS School - ML-INTRO-2022Q1 (DATA SCIENCE)
- 2022 STEPIC - Bioinformatics Institute - Programming on Python
- 2021 UDEMY - Yassin Marko - Python for beginners
- 2021 COURSERA - Duke University - Introduction to Machine Learning
- 2005-2010 Grodno State Univercity (GrSU) - (Economics-Finance)
Pavel Dalhou
Junior Front-End developer
Summary
Highly motivated and enthusiastic Junior Frontend Developer with a strong foundation in HTML, CSS, and JavaScript. Eager to apply my skills and knowledge to contribute to a creative development team. Quick learner with a passion for creating visually appealing and user-friendly websites. Solid understanding of responsive design principles and a commitment to delivering exceptional user experiences. Seeking an opportunity to gain practical experience and further develop my skills in a supportive and collaborative environment.
Skills
Experience
During my journey as a Junior Frontend Developer, I have gained valuable experience through personal projects that I have independently designed and developed. These projects have allowed me to apply my skills in HTML, CSS, and JavaScript to create visually appealing and functional websites.
During the course of my studies, I have completed projects such as: Minesweeper, RSS-css-selectors, Shelter, Virtual-keyboard, Virtual-piano.
Working on my own projects has taught me the importance of efficient and clean code, as well as the significance of user-centric design. I have focused on creating intuitive interfaces and seamless navigation to enhance the overall user experience.
While I may not have professional experience yet, my self-directed projects have provided me with a solid foundation in frontend development and a strong understanding of industry best practices. I am eager to bring my skills and enthusiasm to a collaborative team environment, where I can continue to grow and contribute to impactful projects.
Code example
levelList.addEventListener('click', (event) => {
if ((event.target as
HTMLElement).classList.contains('level')) {
const levelId = Number((event.target as
HTMLElement).id) - 1;
currentLevel = levelId;
levelHandler(levelId);
}
});