Summary
🧑💻 I'm a junior front-end developer who enjoys turning ideas into functional, user-friendly websites. My main tools are HTML, CSS, JavaScript, and React, and I'm always trying to learn new ways to write better, cleaner code. I started my career in a different field but moved to tech because I enjoy problem-solving and building things that people actually use.
Experience
-
Financial Reporting Manager 2020 - 2023
- Ardi Insurance
-
Financial Reporting Specialist 2018 - 2020
- Palitra Media Holding
Education
-
TBC IT Academy 2024 - Currently
- ReactJS Accelerator Program
-
Tbilisi State University 2013 - 2017
- Bachelor's degree in Economics and Business
Code Examples
Javascript Program to Check if a Number is Odd or Even:
const number = prompt("Enter a number: ");
if (number % 2 == 0) {
console.log("The number is even.");
} else {
console.log("The number is odd.");
}
Courses
- TBC IT Academy - React Accelerator Program
- HarvardX CS50x - CS50's Introduction to Computer Science
- Udemy - Build Responsive Real-World Websites with HTML and CSS
- Udemy - Advanced CSS and Sass
- Udemy - The Complete JavaScript Course 2024
- Udemy - The Ultimate React Course 2024: React, Redux & More
- The Odin Project - Full Stack Javascript path