- The Pyramid of Learning to Code
- Git Good
- Unix Basics Fast ⌨️
- The File System, The Working Directory, and pwd
- cd (Change Directory)
- ls (List)
- Set the default EDITOR for you Shell
- man (Manual Page)
- ps (Process List)
- which (Show if and where a command lives in your path)
- kill and kill -9 (Stop and Terminate)
- Ctl-Z (Background a Unix process)
- Ctl-C (Stop a unix process)
- fg (Foreground)
- curl (Call URLs over HTTP, FTP, etc)
- Tab (Auto-complete)
- Tab-tab (Auto-suggest)
- Readline Shortcuts Cheatsheet
- Ruby Manager: RVM, rbenv, or Asdf
- Node Manager: NVM, nenv, or asdf
- Get NVM To Switch Between Node Versions when switching Directories (Zsh)
- Modern Javascript Fundamentals (2023) 💻
- TypeScript Crash Course •WIP•
- React Building Blocks 🧱
- React Native Wrapper 🍬
- Stepping Up Rails 🛤
- Matz is Nice and So We Are Nice
- Identity Crisis
- Uninitialized Constant OBJECT (while in a Rake task)
- Rails Magic Autoload (Zeitwork)
- Avoiding Fat Models by Preferring Composition Over Inheritance
- Learning Postman
- Advanced Rails Debugging
- Ruby Debugging Basics
- Cache or Bust
- A Word About Flash Messages
- OpenStruct Secret Tool
- Antipattern: Fire & Forget
- Who is N+1?
- Learning ActiveRecord
- Rails Migrations Tips & Tricks
- ActiveRecord Chainable Scopes
- Ensure with Explicit Return
- Enumerated Types in Rails and Postgres (Rails 6 only)
- The Magic of Enums in Rails
- Ruby 2 Keyword Arguments
- Upgrading to Rails 3, 3.1, and 3.2
- Upgrading to Rails 4.0, 4.1, and 4.2
- Upgrading to Rails 5.0
- Upgrading to Rails 5.1 + 5.2
- Upgrading to Rails 6.0
- Upgrading to Rails 6.1
- Adding jQuery to a Rail 6 App using Webpacker
- Why Don’t My Assets Reload Correctly in Rails 6 or 7 (Sprockets, Webpacker, JS Bundling, & Shakapacker)
- Rspec, SimpleCov, Capybara & FactoryBot Setup (for Ruby Testing)
- Capybara
- Using Rails with SSL on Localhost
- Working with Mobile Phones
- Rails Quick Scripts
- Rails 7 Crash Course
- Rails 7: Options for Bootstrap, Turbo, Stimulus, and React and How to Load Javascript in Rails 7
- Rails 7: JSBundling with ESBuild, Stimulus, Turbo, Bootstrap, CircleCI Up & Running
- Rails 7: ImportMap-Rails with Bootstrap, Stimulus, Turbo (Long Tutorial)
- Rails 7: ImportMap-Rails with Bootstrap, Stimulus, Turbo (Quick Setup)
- Rails 7: Stimulus JS Basics
- Rails 7: Turbo Your Rails •WIP•
- React ❤️ Rails
- Deployment Zone ☁
- Javascript Got Your Back 🪤
- Styled High: CSS Animation Tricks 😇
- TDD For Everyone 🧬
- Modern Chrome $ Jquery Replacement
- PHP Debugging Crash Course
- Swift Types
- Shell Scripting