
Contacts
New York, NY
yuliakorbukova@gmail.com
@Tekkai01
Key Skills
- HTML5, CSS3
- JavaScript (basic)
- Git, GitHub
Yulia Korbukova
Aspiring Front-End Developer
Profile
Multidisciplinary professional transitioning from art history to front-end web development. Currently studying at RS School to master front-end tools and combine a strong sense of aesthetics with technical skills. I am drawn to front-end development because it offers a unique opportunity to merge creativity and analytical thinking — transforming visual ideas into interactive, user-centered experiences.
Education
RS School
JavaScript/Front-end. Pre-school
June 2025 – Present
Codecademy
JavaScript Course
November – December 2024
Languages
- English (fluent)
- Russian (native)
Code Example
<button class="button">Hire Me</button>
<style>
.button {
background: black;
color: white;
border: none;
padding: 10px 20px;
border-radius: 25px;
cursor: pointer;
transition: transform 0.2s;
}
.button:hover {
transform: scale(1.1);
}
</style>
Projects
