Skip to content

Articles from Woody Rousseau

It’s alive! Get your Ionic app to update automatically (Part 2)

March 22, 2016Woody Rousseau4 min read

In part 1 of this tutorial, we learned how you can get your Ionic app to self-update, to deploy new code whenever needed, instead of having to wait up to two weeks for Apple to review your new versions. Deploy channels As with web applications, you may want to first deploy features on a test…

Continue reading →

It’s alive! Get your Ionic app to update automatically (Part 1)

February 22, 2016Woody Rousseau3 min read

If you love hybrid mobile development, it’s probably because you are also really fond of web development. One of the reasons is likely that you’re always certain that users are getting the latest version you deployed. Hybrid mobile development sure is moving fast, but this was made possible only a…

Continue reading →

Finding vulnerabilities for your dependencies with snyk

October 29, 2015Woody Rousseau1 min read

Trusting your dependencies a bit too much? I just attended a great keynote at Velocity 2015 in Amsterdam, by Guy Podjarny (@guypod) and Assaf Hefetz, founders of Snyk.io, a tool in beta which was just unveiled. The keynote highlighted how most developers are blindly trusting third-party open-source…

Continue reading →

Handling basic route authorization in AngularJS

August 16, 2015Woody Rousseau4 min read

Supercharging AngularUI Router with basic route authorization features AngularUI Router is undoubtedly the routing framework to use when working on any Angular application that requires the slightest routing features. It allows organizing your different (and possibly nested!) views into a state…

Continue reading →