Skip to content

Hi, I am Lazar

Frontend specialized Sofware Engineer

Check out my portfolio and blog

while (working) {
    coffee.drink()
    work.execute()
    if (coffee === 'empty') {
        coffee.refill()
    }
}