Creating Page Files for Spectron Tests
Now that we’ve got Spectron working, let’s add some more to it to help with our testing. One way of doing end-to-end testing is to have a separate file that […]
End-to-end Testing Electron Apps with Spectron
You’ve built a really awesome Electron application, but you want to include a few automated tests to make sure a regression doesn’t occur? Spectron is here to help! Spectron is Electron’s […]
Why can’t I use the “dynamic” C# keyword in Xamarin.iOS?
Occasionally I see this question pop up in various forms; usually an app developer has written some fairly clever code that relies on the dynamic keyword in C#. Their code […]
Using XAML in F# Xamarin Forms – A Screencast
Now that we’ve seen the awesome new stuff in Xamarin Studio for F# let’s go a bit further and actually use some of those improvements to our advantage. However, instead […]
F# Improvements in Xamarin Studio
With the (almost) stable release of Xamarin Studio 6 comes a ton of great new improvements. I absolutely love the new dark theme! However, some huge improvements were made to […]
The Future of Angular2, and More Updates From NG-Conf 2016
Some highlights of day two of ng-conf 2016: Day two started with a focus on the future of Angular2. No, they didn’t announce Angular3, but they did focus on the […]
Highlights From Angular’s NG-Conf 2016
I just finished up the first day of ng-conf 2016 and as usual, it has been a great informative conference. Thanks to the organizers, sponsors, and Angular team members for […]
Using Redux to Manage Angular2 Application State
In this post, I want to focus on managing application state. In the example application, I tried to create an application that had a reasonably complex user interface (“complex” is […]
Yes, I Used jQuery in My Angular2 Application
An astute observer has probably noticed that I’m using jQuery in my Angular2 example application. “The horror! Revoke his Angular2 license now!!” I’m in no way saying this is a […]