Since 2018 I’ve been gradually building momentum, and projects. Starting from knowing absolutely nothing about programming, i’ve included a couple of Gems that I’ve built in this section.

Projects completed through self-directed study:

Hangman Gem

A simple commandline game

link to GitHub repo

turn1

Skills learned/used:

Additional screenshots:


Mastermind

link to GitHub repo

turn 1

Some words about the program


Declarative Tic Tac Toe

link to GitHub repo

turn1

After learning about declarative programming I wanted to try to apply this method to an entire project, from start to finish. A majority of this project was built using TDD and/or declarative programming concepts as best as they can be understood at an early exposure to the concept.