Installing and Configuring Git Globally on Linux and macOS

Git is a widely-used Version Control System (VCS) in many modern development environments to track and handle file changes in your software projects. This guide will cover the installation and configuration of Git for a typical macOS-based development environment.

Setting Up and Testing Rails Exception Notification

The Exception Notification gem is a great addition to any existing app for notifying you with an email for every error that occurs. This guide will cover the installation and set-up of the gem in a Rails application.