creating rails models, controllers, and other classes for basic event sourcing pattern
overview of basic event sourcing system for ruby on rails
saying hello from quarantine and fresh from a covid layoff
a quick look at the history and implementation of in-game command line consoles in video games
improving rspec rails tests with the let and context methods
an introduction to common syntax and testing strategy for using rspec in rails
exploring the situational pros and cons of ruby's tap method
moving rails controller logic to service objects
help needed to understand the async limitations of rails actioncontroller::live module while attempting to stream data from another rails server
a quick intro to ruby sortedset
a quick intro to using rails partial views using the scryfall api for art from magic the gathering
a quick intro to ruby sets: different object lookup methods and benchmarking their efficiency
a quick intro to ruby sets: creating sets, adding objects, and removing objects
sharing a python CLI for mass-renaming files
expanding has_many functionality on rails models to add filtering for a graphql api
a tutorial for creating a simple graphql api in rails
a tutorial for creating a simple graphql api in rails
overview and community invitation to help open-source my vanilla js game engine project
using the fs module and csv-parser npm package to parse csv files in node
a quick review of javascript’s Array.protoype.sort() method using json
looking at retrieving json with node-fetch package, https module, and request package
using process.argv to access command-line arguments in node.js
a short intro to basic mocha, chai, and sinon testing tools
tips for react-rails projects for flatiron school students
highlighting takeaways from a vanilla js and css game engine project
a look into the array data structure and efficiency, based on my experience learning about arrays from ruby
just some reflections on the learning process and stresses of coding, through the lens of a former Montessori teacher
exploring and discussing my first exposure to fuzzy logic, fuzzy string matching, and edit distance via my attempts at flexible user input in ruby