When I just started learning to code I was very obsessed and spent far too much time watching software development videos. I was determined to become the Best Python Developer In The World (don't do this)…
At my job I code alone. I have always coded alone. Until now. Now I code with friends. Now I code with family. I will never code alone again. - An Ode to Open Source This year I met a wonderful group…
Introduction This document serves as a way for this project's maintainers to document their process of getting their repository ready for the 2020 Hacktoberfest alongside the Virtual Coffee Hacktoberfest…
Creating Delayed Random Generator Commands in Elm In this brief article, we look at using Tasks, Generators and Msg constructors in Elm to similate the effect of a computer opponent in a game, "thinking"…
Solving exercism.io's Word Count problem using Elm-Parser October 24th 2020 Kirk Shillingford Tl;dr This is a short write up on how I used the elm-parser library to solve a coding challenge on exercism.io.…