Technology
Reactivity and Reactive Programming
Nearly all modern browser UI frameworks boast Reactivity as a core feature. What is Reactivity all about? Is it useful or applicable outside of frontend development? what is the hype all about anyways?
read articleThe Finite State Machine
The Finite State Machine is a model of computation that is important in the study of the theory of computation, and has various practical applications.
read articleMessaging in Distributed Systems (Pub-Sub, Message Queues, etc)
Exploring the messaging design pattern in distributed systems at a high level. What benefits could it provide to a distributed system, and what are the disadvantages and limitations?
read articleSecuring SSH With Passwordless Public Key Authentication
SSH public key authentication adds a ton of security, convenience, and scalability compared to traditional password authentication. Let's see how easy it is to setup, and whether you should use it or not.
read articleWhat is the Fediverse, and Frequently Asked Questions
The Fediverse is an interesting take on the world of social networks, but is surrounded by a degree of jargon and mystery. Let's answer some of the commonly asked questions about it!
read article