Simple Scraping Tutorial in Rails

For this tutorial, we are going to build a site with Ruby on Rails that can scrape a particular webpage for some specific information. More specifically, this tutorial will walk you through how to come up with a scraper for the titles and links on Reddit’s front page. You can...
Read More

How to Learn Web Development

I’ve been running into problems trying to teach people how to do web development. A lot of people lack the iterative mindset that is so crucial for a developer/designer. People are always in a rush to get things done and it often holds them back. Here is a short tutorial...
Read More

Entrepreneurs Should Not do Mobile App Development

A lot of people want to go into mobile development because they want to make money. But that’s not the right way to look at it. You should be thinking about where you can get up to speed the fastest such that you can offer something valuable to the wider...
Read More

Code Snippets: Part 3

Now that b4YouGo has been launched, it’s time for my next project. As a result of this new endeavour, I’ll be learning much more about developing on Meteor. 1. Setting up an accounts system An accounts system can be complicated, but it needn’t be. By installing the following packages, I...
Read More

Code Snippets: Part 2

It’s that time again. I’ve learned a lot more since the last time I posted code-snippets. A lot of these were small issues where the solution was not immediately obvious and took a non-insiginificant amount of time for me to find it. Amongst them, I’ve also included a few references...
Read More