Science is a way of thinking ― Carl Sagan If you are involved in any type of science (life science, social science, physical science, formal science) more then likely you are doing some type of math. If it's just basic arithmetic in sociology or advance … [Read more...] about How to setup MathJax with a CMS(WordPress, Ghost) plus sweet syntax highlighting
Programming
How I built my web app in less than 4 hours
You have the daunting task to create a web application that will inspire and motivate a new generation of developers. Where to start? The application will need to be super easy to use and be able to serve a large set of data to a user(images, videos, files). Don't … [Read more...] about How I built my web app in less than 4 hours
MEAN.IO Tutorial, PART 6 Moving over to production
This tutorial is now outdated. If you want to stay up to date with the MEAN Stack you will want to check out this Complete Guide instead. Moving over a MEAN application to production For this setup, I am using the following stack to serve my application to … [Read more...] about MEAN.IO Tutorial, PART 6 Moving over to production
MEAN.IO Tutorial, PART 5 Integrating Ghost with MEAN
This tutorial is now outdated. If you want to stay up to date with the MEAN Stack you will want to check out this Complete Guide instead. How to integrate open source projects with MEAN. We are told not to reinvent the wheel, and sometimes that is the right … [Read more...] about MEAN.IO Tutorial, PART 5 Integrating Ghost with MEAN
MEAN.IO Tutorial, building a GOAL’S application from scratch. PART 4
This tutorial is now outdated. If you want to stay up to date with the MEAN Stack you will want to check out this Complete Guide instead. Writing our first lines of code in MEAN.IO We will be completing some of the system requirements and really take our … [Read more...] about MEAN.IO Tutorial, building a GOAL’S application from scratch. PART 4
MEAN.IO Tutorial, building a GOAL’S application from scratch. PART 3
This tutorial is now outdated. If you want to stay up to date with the MEAN Stack you will want to check out this Complete Guide instead. Refactoring code from the MEAN boiler plate We are going to be needing to clean up the project before we can start adding … [Read more...] about MEAN.IO Tutorial, building a GOAL’S application from scratch. PART 3
MEAN.IO Tutorial, building a GOAL’S application from scratch. PART 2
This tutorial is now outdated. If you want to stay up to date with the MEAN Stack you will want to check out this Complete Guide instead. What the heck are we building? It's always a good practice to reflect on what you are building before you ever build … [Read more...] about MEAN.IO Tutorial, building a GOAL’S application from scratch. PART 2
MEAN.IO Tutorial, building a GOAL’S application from scratch. PART 1
The Application For 2015 I am really motivated to take massive actions to get closer to my goals in different aspects of my life, sadly enough the current applications that are in the market are more geared towards individual tracking of goals. I believe if you … [Read more...] about MEAN.IO Tutorial, building a GOAL’S application from scratch. PART 1
Forking Mean.io
Why MEAN.IO will fail in the long run? If any of you have try to setup your own Angular, Mongo, Express, Node programming stack you know the pains of setting up everything correctly to find out that it's not the "right" way to do things. If you have not used … [Read more...] about Forking Mean.io
Ionic can’t run android platform ‘ANDROID_HOME is not set and “android” command not in your PATH’
The problem I recently built an app using the ionic framework, using one of my Linux machines and it worked fairly straight forward. But recently I decided to upgrade to a mac pro and let's just say things get a bit more complicated to make IONIC work. My console … [Read more...] about Ionic can’t run android platform ‘ANDROID_HOME is not set and “android” command not in your PATH’