Travel, Code, and Engineering
Are you running a Ruby on Rails web app? If you are, you're probably going to run into memory problems sooner or later. In that case, you're going to want to know how to pinpoint your...
This is a PSA about Spring and Ruby on Rails. Don't know what Spring is? Jump to the bottom of this article.
Amazon identifies every product for sale with a ten-digit alphanumeric code called an ASIN (Amazon Standard Identification Number). Whenever you visit a product page on Amazon, these number is...
If you use public WiFi, you need a VPN. You can pay to use a commercial solution, or you can set one up in your own home for free. The problem with using public WiFi is that any data you send to an...
Sometimes you need to add some special functions to your Ruby on Rails app, and you want these functions to be available everywhere in your application. In cases like these, you can put your code...