Skip to content
Logo Theodo

Articles from Woody Rousseau

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

Woody 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…

Continue reading →

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

Woody Rousseau4 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…

Continue reading →

Finding vulnerabilities for your dependencies with snyk

Woody Rousseau2 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…

Continue reading →

Handling basic route authorization in AngularJS

Woody Rousseau5 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 →