How to Install and Dual Boot Linux and Mac OS
Link: How to Install and Dual Boot Linux and Mac OS: "If you're ready to try Linux on your Mac, this guide to dual-booting Ubuntu and macOS takes you through the process step by step."
How to Process Passwords as a Software Developer - DEV Community
Link: How to Process Passwords as a Software Developer - DEV Community: "Very useful tips and techniques on handling of passwords."
How to Remotely Troubleshoot Your Relative’s Computer
Link: How to Remotely Troubleshoot Your Relative’s Computer: "How to Remotely Troubleshoot Your Relative’s Computer If you’re the designated ‘tech person’ in your family or friend group, here’s how to…"
How to Schedule Cron Jobs in Ruby With the Whenever Gem
Link: How to Schedule Cron Jobs in Ruby With the Whenever Gem: "Useful gem to have in your toolbox."
How to Use Git Merge [the Correct Way]
Link: How to Use Git Merge [the Correct Way]: "Whenever you try to do a three-way merge there is a chance for conflicts to happen. This article explains how to deal with them and how merging actually works."
How to Use remote: true to Make Ajax Calls in Rails
Link: How to Use remote: true to Make Ajax Calls in Rails: "The Rails documentation for remote: true is great at explaining how to add the helper to your views. It does not, however, fully explain…"
How to Write Fast Code in Ruby on Rails – Shopify Engineering
Link: How to Write Fast Code in Ruby on Rails – Shopify Engineering: "These people have one of the largest rails apps. They know what they are talking about!"
How to avoid making your microservices too small: An interview with Darby Frey
Link: How to avoid making your microservices too small: An interview with Darby Frey: "The title says it all. Seems like the bane of service architecture is the scope"
How to be more productive on GitHub – freeCodeCamp.org
Link: How to be more productive on GitHub – freeCodeCamp.org: "Some real power user tips for github"
How to configure RSpec in Ruby on Rails
Link: How to configure RSpec in Ruby on Rails: "I’m not personally an rspec fan, but lots of people are"