My CLI gem is called groupreads. It uses the Goodreads API. It gets the users list of groups, all of the currently read books in those groups and compares them against the users to read and read lists. It then outputs a list of books to add to their to-read …
read moreQuick and Clean Guide to Ruby Gem Layout
This morning, I've been working on my Gem, and I ran into the problem of understanding the layout that bundle recommends. Previously I was setting up my code so that all of my classes were in separate files (right), but were in not within the overall module (wrong).
So, how …
read moreBuilding An Unbeatable Tic Tac Toe AI
The first major challenge that I faced with the coding boot camp was building an unbeatable Tic-Tac-Toe AI. I have managed to create an algorithm to solve this problem, with only one move being hard coded.
The overarching logic of my program is this the move method, found below.
read moredef …
Why I Decided to Learn Programming
To set the scene, I'm not entirely new to programming. I have been a hobbyist programmer since high school. I first started after going to a holiday camp, learning some basic. I have no memory of the language itself, but I made a game where you had to navigate through …
read more
« Page 2 / 2