Cloud Computing

IaaS vs. PaaS vs. Saas

This is a post about the difference between Infrastructure-as-a-Service, Platform-as-a-Service, and Software-as-a-Service, as well as examples for all of them.

Read
Networking

UDP vs. TCP

This is a post about the difference between UDP and TCP and use cases for them both.

Read
Rails

Deployment Issues with Rails 6

This is a post complications that may arise while deploying to Heroku with Rails 6 & Ruby 2.6.0 as well as how to fix them.

Read
GraphQL

Add Query Variables from Props to <Query>

This is a post on how to make a query take variables passed as props from a parent component in a React/Apollo/GraphQL front end applications.

Read