Net/HTTP: A Brief IntroductionThere are many HTTP clients that can be utilized in your Ruby applications such as Faraday, rest-client, httparty and Typhoeus. Many of…May 2, 2021May 2, 2021
Kubernetes CheatSheetWhen learning a new language, DSL or technology in general, keeping track of all the new commands can be a pain. Recently I’ve been…Apr 3, 2021Apr 3, 2021
Upgrading from WSL1 to WSL2 in Ubuntu and DockerRecently when attempting to deploy a Rails app using Docker and Kubernetes, I came upon an error early on, telling me that Docker is…Mar 28, 2021Mar 28, 2021
Recursion in Ruby: An IntroductionRecursive functions, simply put, are functions that call themselves. Fibonacci numbers, for instance, are a sequence of numbers in which…Mar 21, 2021Mar 21, 2021
Sending Emails with ActionMailer in Ruby on Rails 6: Part 1Sending emails in Rails is quite simple and intuitive thanks to ActionMailer. In this 2 part tutorial, we will cover how to send emails in…Mar 13, 20211Mar 13, 20211