Let’s get on board: how to make a one-button USB keyboard

Writing code for websites is all good and well but sometimes you want to do something more, well, tactile. How about a nice ominous red button that you can push and make your PC launch your missiles, self-destruct your secret base, or distract the cat? Buttons are usually connected through the USB port. Most people…
Angular components: How to talk to your children and listen to what they have to say – Part 1

Angular is an open-source, front-end framework for building applications. The web apps produced with it are very modular in design and lean heavily on reusability. It has been around for a while now (in software terms that is), and is steadily gaining new versions and functionality. All the example code in the blog shows basic…