Tech Stack Toby uses most often
Right now Toby is most interested in the following languages;
- Ruby
- Ruby on Rails
- JavaScript
- CSS
He has a firm grounding in HTML, PHP, MySQL, PostgreSQL, Git, Jekyll, and more. He can turn his hand to most things.
Toby on Social Media
If you want to chat or connect on social media, here are the best options;
Toby's latest articles
Getting the most out of your agency
Here are some tips based on years of working with, for, and as an agency on how to get the most out of any work you do.
Select multiple lines in VS Code
How to select multiple lines to edit at once within VS Code
Move a line up or down with VS Code
A quick tip on moving lines up or down a file using your keyboard in VS Code
Some Mac Tips
Some settings or tips I've learned over the years to make using your Mac an even nicer experience
Purging DNS entries
I had no idea you can ask some public DNS caches to purge your domain to help speed things along
Moving from AWS to Render
How we moved a Rails application from AWS to Render, from code updates to DNS changes
Decoupling Git and my Jekyll work
Reworking how I use Git with Jekyll to allow me to write more freely.
Updating payment method email addresses in Stripe
You can't update the email address associated with a payment method in Stripe via their dashboard, you need to use the Stripe CLI
Irreversible Rails Migrations
What are irreversible migrations and how might we use them to our advantage?
The best way to test model scopes in Rails
Learn about Rails scopes and how to best test them with both Rspec and Minitest