Entries by Brooke Rutherford

Git Flow like a Pro!

Git Flow is a new tool I’ve been using that’s been an amazing time saver for me, so I wanted to share it with you here. It’s an open-source GitHub project that some developer has kindly made for the developer community. The purpose of it is to make working with Git projects a lot more […]

AngularJS with Gulp Tutorial

In this video I’m going to show you how to make a Hello World app using AngularJS using Gulp to deploy and test locally. There are loads of tutorials explaining how to make a basic Hello World app but I find most of them don’t focus on the file structure or folders of the app […]

How to use Angular CLI and get Angular2 set up in SECONDS Tutorial

I’ve been teaching myself Angular2 and how to use the next version of the Angular framework. I think this software is going to be really popular in the foreseeable future and that most apps, whether mobile or desktop, will be hybrid apps rather than native. It’s just so much more efficient to build software suited […]

Android Development for Beginners: 6 Steps to Building Your First App

Learning any new technology can be a challenging and frustrating task. When I first started learning Android development, I spent a lot of time reading the official documentation provided by Google, and following various tutorials over and over again, trying to memorize all the syntax. After a while, I realised that this was a complete […]