π§βπ» 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
- HTML & CSS β can wrap a globe with a blanket using
flexbox
, grid
, and some dark magic.
- JavaScript β I write code that works. Why it works β is a mystery (but a funny one).
- Git β I press
git push
and hope for the best.
- Chrome DevTools β I inspect styles like a detective on a tough case.
π Education
- Faculty of SelfβLearning β major: βLearned flexbox. Forgot. Learned again.β
- YouTube Engineering β certified in βWatching tutorials without coding along.β
- Stack Overflow Academy β graduated with honors in copy-paste.
π¦ 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
- I sense bugs before I write them.
- I code layouts the best I can. Sometimes they even match the design!
- If it doesnβt work β itβs a feature. If it does β lucky me.
- Ctrl+Z is my spirit animal.
π£οΈ Languages
- Russian β Native speaker. Occasionally battles with commas and spelling monsters.
- English β I read docs, watch tutorials, and confidently say βyesβ even when I mean βmaybeβ.