Guides

Since I may have more than one website with some of my guides, I decided to link all of them here for easier access (and also, for the sake of crawlers to easily find them.) Some of the Guides are hosted on Heroku for free so they may take up to 30 seconds to wake up when you initially try to access them...

1. Ember CLI Tutorial 
This tutorial contains 12 steps that cover all the way from setting up a VirtualBox with Ubuntu to deploying it live on Heroku, while also including having a neat badge system that you can see on my personal website. If that is not enough, I also give you the very basics of an Ember CLI Project and some awesome addons when you have the app live on Heroku. When it comes to the EmberCli part of the tutorial, it focuses on creating a one web page portfolio of sorts that can be highly customizable, but you can also use the guide to quickstart a blank EmberCLI App with all the bells and whistles including code coverage, so that after the guide is done you can focus on customizing the app to your needs. The only thing that this guide does not cover is adapters and dealing with Ember-data. However, if you want to know more about it, then check out the Ember-CLI-rails guide.


Topics covered: VirtualBox, Git, Github, Ember CLI, Ember.js, Heroku, Testing, and Code Coverage.

2. SASS Tutorial
This SASS tutorial is focused on teaching CSS3 newbies and experts the wonders of SASS and how awesome it can be! The most important features are quickly presented with code samples while also giving more resources for the user to explore on its own.
Topics covered: SASS


3. Ember-Cli-Rails Ubuntu 14.04 & 16.04 Deployment
This server deployment and maintenance were initially created for Ubuntu Server 14.04, but it is now deprecated in favor of the better developed Ubuntu 16.04 guide. This guide can also be used for standalone Rails projects with a few editions to the deployment scripts.
Topics covered: Ubuntu ServerEmber-cli-Rails