rsschool-cv

πŸ§‘β€πŸ’» Aleksei Kostarev

πŸ“ Saint Petersburg, Russia βœ‰οΈ BIOSS@mail.ru πŸ™ GitHub: imbioss


🎯 About Me

Started with some layout practice β€” ended up in a world where everything blinks, floats, and breaks. I love JavaScript, although it doesn’t always love me back. Learning frontend like a cat studies curtains β€” enthusiastically, and sometimes destructively. My goal is to build beautiful, fast interfaces β€” without relying on !important.


πŸ›  Skills


πŸŽ“ Education


πŸ“¦ Code Example

function debugLife(day = "Monday") {
  try {
    console.log("πŸ’‘ Starting the day with coffee and hope...");
    throw new Error("Build failed");
  } catch (e) {
    console.warn("πŸ›  Bug again: " + e.message);
    console.log("🧘 Pretending it's a feature.");
  } finally {
    console.log("πŸ’» Still learning anyway.");
  }
}

debugLife();

πŸ¦Έβ€β™‚οΈ Superpowers


πŸ—£οΈ Languages