This blog has a tagline Tech and Financial Independence, but so far I have only posted tech and programming-related articles. Over the next months this blog will focus on the Financial Independence part of the equation.
What is Financial Independence?
Financial independence (referred to as FI in the community) is the state in which you no longer need to work for money. That is, your current assets (money, investments, businesses, etc) are enough to sustain your cost of living until the end of your life.
Ruby gems are a way of adding functionality to programs written in Ruby, including the popular web application framework Ruby on Rails. Gems are also a way for people to share their code to the world and contribute to open source.
Deploying your application to the web is not a one-time thing. There will be changes to the application code, new assets to include, database updates, and so on. Applying these changes to your web server includes a list of commands that we need to do every time we need to deploy.