Home to golang code, from exercises to personal projects
-
Application to log a track exercises/workouts. Built as a CRUD demo. Golang body interacting with a MySQL DB. Currently have functions to add exercises and workouts. I've hardcoded some values to test insertion and retrieval. Will likely work on a building a GUI next
-
Hangman game that randomly selects a movie from IMDB’s top 250 list for the user to guess
-
Personal project to create a command line game of Tic Tac Toe from scratch. Started this after starting the chess project and realising even the simplist of chess games would be a larger scope than I imagined. Plan to use this as a stepping stone to learn some concepts and return to the chess project as I learn
-
Solutions to exercism exercises (usernam: @danpom)
-
Solutions to the end of section exercises in Todd McLeod's Udemy course "Learn How To Code: Google's Go (golang) Programming Language". The course calls these "ninja levels"
-
These are tutorials I have followed to broaden my understanding of Golang and familiarise myself with key concepts
-
Solutions to leetcode exercises. Not many of these completed so far as I decided to progress with exercism instead
-
Personal project to create the game of chess from scratch. Hoping to eventually create some bots that at the very least make legal moves