Skip to content

Codecast: Create a RubyGem 30: Add Code Climate to Gem

This is the 30th video in the NerdDice create a RubyGem series. In this video, Mike signs up for the open source version of Code Climate and configures it for the NerdDice repo. This video covers: 00:00:12 Sign up for Code Climate open source, authorize and add NerdDice repo 00:02:00 Click around and explore the … Continued

Codecast: Create a RubyGem 29: Add Build Badge to README

This is the 29th video in the NerdDice create a RubyGem series. In this video, Mike adds a build badge to the NerdDice README and associates it with the success of the main.yml GitHub Actions job. This video covers: 00:00:12 Copy badge markdown to README 00:01:10 Replace placeholders with attributes from the repo 00:03:08 Push … Continued

Codecast: Install Sublime Text 3 on Ubuntu

In this setup and configuration video, Mike installs Sublime Text 3 on Ubuntu. Note: Sublime Text 4 was released in May 2021, so the Linux repos will no longer work to install Sublime Text 3. Mike makes this mistake, uninstalls, and downgrades in the video. 00:00:10 Introduction 00:01:08 Attempt to Install Sublime 3, accidentally install … Continued

Codecast: Install Salesforce DX on Ubuntu 20.04

In this video, Mike installs and sets up Salesforce DX tools on Ubuntu 20.04. These include: The Salesforce Command Line Interface (CLI) Lightning Web Components (LWC) Local Development Server Apex Language Services This video covers: 00:00:10 Install the Salesforce CLI 00:01:45 Verify SFDX CLI installation 00:02:00 Install Salesforce Extension Pack 00:03:11 Set Up Lightning Web … Continued

Codecast: Install Visual Studio Code on Ubuntu 20.04

In this setup and configuration video, Mike installs Visual Studio Code on Ubuntu using the Snap Store. This video covers: 0:00:10 – Intro 0:00:42 – Get install command from Docs 0:00:53 – Install using terminal 0:02:11 – Launch Visual Studio Code and examine existing extensions, if applicable 0:02:58 – Install a new extension. Add the … Continued

Codecast: Install Rails 6, PostgreSQL 13, MariaDB 10.5

In this codecast, Mike installs Rails 6.1, PostgreSQL 13 and MariaDB 10.5 on Ubuntu 20-04. See the previous videos in the setup and configuration series for installing Rails dependencies: Ruby Node Yarn 0:00:10 – Install Rails 0:03:52 – Install PostgreSQL 13 Add the PPA Add the GPG key Update the sources Install PostgreSQL Verify running … Continued

Codecast: Install NVM and Yarn in Ubuntu 20.04

In this setup and configuration codecast, Mike installs NVM and Yarn version 1.22 on Ubuntu 20-04. This video covers: 0:01:00 – Review Yarn on the website and choose Yarn classic 0:02:11 – Attempt to install Yarn with NPM as a global package and encounter EACCES error and troubleshoot with the NPM docs 0:03:33 – Install … Continued