Frontend developer. I create clear, responsive, and thoughtful user interfaces. Transitioned from a medical background into tech — now focused on bringing structure, visual sense, and empathy into development.
English — pre-intermediate | read technical documentation |
const developer = {
name: "Elena",
role: "Frontend Developer",
loves: ["clean code", "UI/UX", "animations", "cats"],
skills: ["HTML", "CSS", "JavaScript"],
goal: "to join a creative team and build meaningful products ✨"
};
if (developer.loves.includes("UI/UX") && developer.skills.includes("JavaScript")) {
console.log("Ready to bring interfaces to life!");
}