by Lukas Ruebbelke | May 16, 2016 | Angular 2, Electron, Programming
Intro I recently had the opportunity to conduct an Electron workshop at ng-conf 2016 and I wanted to share my slides and project, as well as a few screencasts (since I could not help myself). For the uninitiated, Electron is a runtime that allows you to package your...
by Lukas Ruebbelke | Feb 3, 2016 | Angular 2, JavaScript, Programming, redux
The Evolution of Angular State Management State management within Angular started out as a single celled organism if you will in the form of a single controller managing all the state for the application. If this is a single page application, one controller makes...
by Lukas Ruebbelke | Jan 5, 2016 | Angular 2, Programming
The Website This lesson is the follow-up post to Get Started with Angular 2 by Building a Simple Website where we walked through building out a simple website in Angular 2. In this lesson, we are going to expand on the idea of composition through components by...
by Lukas Ruebbelke | Dec 23, 2015 | Angular 2
The Website Angular 2 has finally hit beta which was the mental milestone for me to start writing Angular 2 content. Hooray! To kick things off, I wanted to port a project that I covered in my Building a Website with AngularJS Pt 2 – Now With State! post to Angular 2....
by Lukas Ruebbelke | Dec 12, 2015 | Angular 2, AngularJS, Events, Firebase, Programming, Tips and Tricks
Hackathon Resources I love programming. We can all identify with the deep, intrinsic sense of satisfaction that we get when we create something awesome. The amplifier to that feeling is when we create something awesome with awesome people. This is why I love...
by Lukas Ruebbelke | Oct 30, 2015 | Angular 2, JavaScript, Programming, Tips and Tricks
Intro Angular 2 is a significant departure from Angular 1.X in terms of style and syntax. I have to admit that it felt like the first day of school the first time I sat down to try my hand at Angular 2. Eventually, I began to notice a pattern emerge when creating...