Skip to the content
Jason Fleetwood-Boldt
  • About Jason
  • Courses
    • Digital Marketing & SEO Toolkit
    • Hot Glue Tutorial
    • Deployment Zone ☁
  • DESIGN
    • Great Modern Web Design Examples
    • List of Search Engines
  • MORE
    • Rails 7: Do I need ImportMap-rails?
    • Rails 7: Up & Running with JSBundling
1

Happy New Year from Helios!

January 12, 2022January 12, 2022

Ruby Essential Testing Tools

Here is the "test tooling" that you need to be a successful Ruby developer. [subpages] Rspec Factory Bot SimpleCov Reverse_coverage Reverse coverage is a tool...

Jason
May 23, 2022May 23, 2022
Read More

Use Git Clean Remove Changes and New Directories

Doesn't actually clean yet, just tells you what would be cleaned: git clean -n For real, delete any files not committed to your repository git...

Jason
May 9, 2022May 19, 2022
Read More

Shell Scripting – set -euo pipefail Failsafe

Shell scripts don't actually fail automatically. If one line returns a non-zero (failure) exit code, that code simply falls through to the next line, but...

Jason
April 14, 2022April 14, 2022
Read More

Show the current git branch on the shell prompt

5) Show the current git branch on the shell prompt Add this to your ~/.bash_profile script parse_git_branch() { git branch 2> /dev/null | sed -e...

Jason
April 14, 2022April 14, 2022
Read More

Git autocomplete on the shell prompt

4) Git autocomplete on the shell prompt Go here, right-click and choose “Save As…”, save this file to your home directory as ~/.git-completion.bash(Remember, that ~...

Jason
April 14, 2022April 14, 2022
Read More

Set the default EDITOR for you Shell

3) Set the default EDITOR for you Shell Sometimes you are on the shell prompt and your shell prompt needs you to edit a document,...

Jason
April 14, 2022April 14, 2022
Read More

Node Version Manager

2) Node Version Manager For sanity sake, you'll want to install a tool call Node Version Manager (or nvm) that will let you switch between...

Jason
April 14, 2022April 14, 2022
Read More

RVM vs RBENV

1) Choose between Ruby Version Manager or RBENV You'll want to install either of two tools: Ruby Version Manager, known as RVM, or its alternative...

Jason
April 14, 2022April 14, 2022
Read More

curl

curl is the fasted command-line tool to see how a URI (uniform resource identifier) responds. You simply pass curl the URL you want to send...

Jason
April 14, 2022April 14, 2022
Read More

Tab-tab — Auto-suggest

#11) Tab-tab — Auto-suggest BONUS! Bash comes with a special bonus: Tab-tab. That's when you hit tab twice, your shell prompt will show you a list...

Jason
April 14, 2022April 14, 2022
Read More

Posts navigation

1 2 … 15 Next

Hot Glue: Rapid Prototype Toolkit for Turbo Rails

Recent Post

Big Tech Won’t Save Us

Hot Glue v0.4.7

Hello Stimulus JS

When Rails Ejected Node and the History of Compiled JS in Rails

Sitemaps on an External S3 Bucket using an Asset Subdomain for 2022

Programming

Marketing Tools

Tech Industry

Notes From Meetups

  • About Jason
  • Courses
    • Digital Marketing & SEO Toolkit
    • Hot Glue Tutorial
    • Deployment Zone ☁
  • DESIGN
    • Great Modern Web Design Examples
    • List of Search Engines
  • MORE
    • Rails 7: Do I need ImportMap-rails?
    • Rails 7: Up & Running with JSBundling
  • JFB’s Open Source Gems
  • Hot Glue: A Scaffold Companion for Turbo-Rails and Hotwire
  • Nonschema Migrations
  • Universal Track Manager
Copyright © 2022 Jason Fleetwood-Boldt. © Jason Fleetwood-Boldt All rights reserved.
Theme: ExtendedNews By Themeinwp. Powered by WordPress.
This website uses cookies to improve your experience. Cookie settings
ACCEPT
(See full Privacy Policy.)
Privacy & Cookies Policy

Privacy Overview

This website uses cookies to improve your experience while you navigate through the website. Out of these cookies, the cookies that are categorized as necessary are stored on your browser as they are essential for the working of basic functionalities of the website. We also use third-party cookies that help us analyze and understand how you use this website. These cookies will be stored in your browser only with your consent. You also have the option to opt-out of these cookies. But opting out of some of these cookies may have an effect on your browsing experience.
Necessary
Always Enabled
Necessary cookies are absolutely essential for the website to function properly. This category only includes cookies that ensures basic functionalities and security features of the website. These cookies do not store any personal information.
Non-necessary
Any cookies that may not be particularly necessary for the website to function and is used specifically to collect user personal data via analytics, ads, other embedded contents are termed as non-necessary cookies. It is mandatory to procure user consent prior to running these cookies on your website.
SAVE & ACCEPT