Labs

Repo
Have you ever found yourself stuck in a cycle of passive learning, endlessly consuming books and videos without making tangible progress? I’ve been there too. This project is my answer to that common pitfall.

Overview

This repository serves as my personal “lab” for learning. It’s a curated collection of:

  • Projects: applications built from tutorials
  • Scripts: small, focused code snippets to test ideas

Current Repo

Currently, the repository contains the following repos:
Depo Tutorial: the demo application Agile Web Development with Rails 6 which I used to teach myself Ruby and Ruby on Rails.

Arm Assembly: the code from Programming with 64-Bit ARM Assembly Language that I used to teach myself the basics of Assembly.

Go Language: a collection of different command line utilities built from Powerful Command-Line Applications in Go that I used to learn the Go language.