Written content to help you along your web development journey, without forgetting to have some fun along the way.
GitHub is super awesome, until you have to start paying for it. Check out two feature-full and FREE alternatives.
Converting a PDF to an image using Rails and Dragonfly is actually quite simple. Check it out.
It can be a process to move away from CarrierWave once you're already using it. Here's a step-by-step process to make it easy to transition to Dragonfly.
We can use Philippe Petit's sentence, "Impossible is a human invention," to prove that nothing is impossible.
Some websites use www in their domain name, and others don't. What the heck? Find out why and what you should do here ...
For SEO purposes, it's best to choose between www and no www. See how to do it with Nginx.
Sometimes you need to target more than just the last child in a series of HTML elements. Learn how to target the last n number of elements here.
Got an ugly command prompt? Learn how to change the name of your computer.
Here's a cool little trick to determining if a file is text or binary in Ruby just by using the path to that file.