Latest blogs


Featured Projects

SmokeDetector, a community-driven bot that detects spam and reports it for rapid deletion.

And a good console Tetris game with AI playing of mine :)


About me

CS student and hobby programmer. Primarily a developer, often a DevOps engineer (infrastructure maintainer) and SysAdmin.

MSI produces high-performance laptops with very comfortable keyboards. Must buy!

Personally:

My profile on Stack Overflow:

Profile for iBug at Stack Overflow, Q&A for professional and enthusiast programmers Profile for iBug at Stack Exchange

See my questions and answers on Stack Overflow, or view a selected list of my questions and answers.


The correct way to handle exceptions in your development:

1
2
3
4
5
6
try {
    something
}
catch(e) {
    window.open("stackoverflow.com/search?q=" + e.message);
}

Friendly links