Recent Posts

My favorite

less than 1 minute read

Podcasts DevZen yegor256 JS Podcast Disgusting men Разбор полетов

JS tips and tricks

4 minute read

Named functions Named JS functions as callback or predicates make code more readable and stack trace more clear: // I know, this case is too trivial but it r...

My TDD

2 minute read

What is TDD for me? TDD (Test Driven Development) is an awesome practice that helps me, and, I hope, helps you as well, to: Keep calm, write a well-design...