I am a self-taught frontend developer with 4–5 years of part-time learning experience in HTML, CSS, and JavaScript, now preparing to transition into the tech sector in 2025. With a strong background in international project management, I bring problem-solving, communication, and teamwork skills that complement my technical growth. I am passionate about building responsive, user-friendly web applications and continuously improving through hands-on projects. My goal is to join a collaborative development team where I can grow, contribute, and deliver value.
const formatName = function (name, upper = false) {
return upper
? name.toUpperCase()
: name[0].toUpperCase() + name.slice(1).toLowerCase();
};
console.log(formatName("mirlan")); // Mirlan
console.log(formatName("mirLAn")); // Mirlan
console.log(formatName("mirlan", false)); // Mirlan
console.log(formatName("MIRlan", true)); // MIRLAN
A simple web fighting game (https://mirlanbeck.github.io/not-fight-club/)
Museum app (https://museum-dom-mirlanbeck.netlify.app/)
A simple weather forecast app (https://github.com/mirlanbeck/Weather-App)
An app to mark running and cycling workouts on map(https://github.com/mirlanbeck/workouts-on-map.git)
A dice game (https://github.com/mirlanbeck/dice-game.git)
2025: Course “The Complete JavaScript Course: From Zero to Expert” on Udemy Online Platform.
2024: Responsive Web Design. FreeCodeCamp.
2023: Frontend - JavaScript Course. Makers Bootcamp.
2022: JavaScript Essential Training. LinkedIn Learning.
2020-2022: Courses on Programming Foundations. LinkedIn Learning