March 2021
web development
Build and Publish a Presentation with RevealJS and GithubIf you've ever given a presentation at a conference, meetup, or even a lunch and learn for your colleagues at work, you probably needed some…
ReadSolving a Python Interview Question in RubyA few months ago, I came across a tweet posing a technical interview question for a data science position using Python: Let's set aside for…
ReadAutomate Tabs & Commands in iTerm2Do you find yourself opening many iTerm tabs every day to do the same daily routine such as opening editors, running a build, starting up…
ReadDebug Github ActionsA few weeks ago I was setting up CI (continuous integration) for a Rails project that uses Sidekiq, Redis, and Postgres. Pretty…
ReadTDD by ExampleIf you've been coding for any length of time, you've probably heard that you should test your code, and by that I mean writing automated…
Read