Vim Guide
Guide for becoming a fully qualified Vim Ninja.
Guide for becoming a fully qualified Vim Ninja.
How to find orphaned records and missing associations via the Rails console in Rails 6
How to filter Jekyll posts based on a specific category, tag, or any other array or in the front matter (also works with substrings).
Building re-usable and configurable components for Jekyll sites using Nokogiri and Liquid block plugins.
How to set specific Jekyll posts to private so they only get published on local or private servers.
Guide for converting space indented files into tabs and vice versa when using vim. Includes a description of vim's indent related commands and options such as noexpandtab and tabstop.
What is the difference between Ruby's Nil, Empty, Blank, and Present? Features a concise description of each method with examples, a compare table, and some questions for testing your knowledge.