SumoBot Jr. with Nerves and the Pi Zero
Recently, I've had the pleasure of completing a small project with Nerves, an Elixir platform for developing embedded software. The project I'd been looking for a »
Recently, I've had the pleasure of completing a small project with Nerves, an Elixir platform for developing embedded software. The project I'd been looking for a »
In this series of posts, we've been working through implementing a poker application using Elixir. So far, the focus has been on the backend - we've »
In our previous posts, we implemented a pair of processes to manage the state of a hand of poker. We did our best to handle expected »
So far, we've written code to rank poker hands and manage the state of a game of poker. In the previous post, however, we took a »
In the previous post, we started building a poker application with Elixir. We created a data type to model a deck of cards, and built a »