What Are Badges When someone enters your repo the first thing they will notice is your ReadMe. Badges give instant details about the health and status of your project. It's also a sign (at least for me) that project owners are giving that extra att...
Setup CloudBuild is great. They're currently offering 120 minutes free each day of build time + their built in images allow us to quickly setup a pipeline to meet our CI/CD needs. In this particular article we are setting up a Node project to be pub...
Objective How we can we leverage pseudo random number generators to our benefit. Setup Perhaps you want to generate one of these lovely tiles Or generate the following string bAjFcOcLbMnBfKaHgIeNmGcDpEaJhChPmAaFfObLmMeBiKpHbIlNpGbDkEhJkCgPhAhFiOaLh...
Objective To ensure the validity of our state by rejecting actions that would lead to an invalid state thru the use of acceptors. Setup We have a made up card game where the cards are either in a players hand or a pile. The only action that exist in...