JavaScript gives us many ways to do things, but deciding which way can be tricky. Laurie Barth gives us a story of two experts who solve this problem in different ways, giving some insight into how… (more…)
Read more »
If you want to build your own ML models that can understand text, you'll need an annotation interface to help you train the model. In this post we'll talk you through how you can build a good annotation interface in JS and discuss some of the surprising c... (more…)
Read more »
The browser's main thread is incredibly overworked. By using web workers to shift code off the main thread, you can significantly improve your app's reliability and user experience. (more…)
Read more »
Social Login buttons like the ubiquitous Login with Facebook/Google/Twitter/... button is convenient for users as they don't have to go through a lengthy registration process and create yet another username/password. And without a proper password manager ... (more…)
Read more »
I've got to do several things before my new book, Modern Front-End Development with Ruby on Rails and Puppies , is finished. It's currently ...
Read more »