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;
Articles Toby has written
-
What does --no-owner mean in Postgres?
You have read a guide to doing Postgres exports or imports and seen --no-owner, this is what it means -
What does --no-acl mean in Postgres?
You have read a guide to doing Postgres exports or imports and seen --no-acl, this is what it means -
Restart the CodeDeploy agent after changing IAM profiles
The CodeDeploy Agent needs to restart to see new IAM profiles -
How to add HTML into an iframe
Using srcdoc to add inline HTML into an iframe -
Common issues I've encountered when scraping
Common issues I've found when scraping content, and how to mitigate them -
Setting rel attributes in Markdown
Markdown can't do everything, including rel attributes. Use HTML for these links instead. -
Replacing Sidekiq with GoodJob
We recently moved a client to GoodJob, and would do it again! -
Where is everything? - Keeping track of project details
Quickly find where everything lives for a project with a little proactive documenting -
Tips For Effectively Managing Part Time Software Developers
Tips that will help you to build a productive software development team and manage it effectively -
Use to_sql without slashes
Do you hate slashes in your to_sql output? Then this post is for you!