A good technical interview
Disclaimer
Disclaimer
Podcasts DevZen yegor256 JS Podcast Disgusting men Разбор полетов
Common available options In case you need to protect your app with some oauth2 provider (facebook, github, Google) you have a couple of common options: im...
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...
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...