Blogular

During the last past year, I trained a lot of people on AngularJS in my company. Lately, I was thinking that our repository was old and not really good looking. Then, I had an idea, what if I wanted to train people outside of my company, like in university for example. So with this idea I decided to create a new set of exercises to learn how to develop a web application using AngularJS....

February 10, 2016 · 2 min · 355 words · Sylvain Cau

EmberJS

Last week, I gave a talk about EmberJS. As a long time user of AngularJS 1.x some people were expecting a comparaison between these two frameworks. My point was more about what is Ember, what is the good and the bad with this framework. I was hoping to give to people the envy of trying it. And after the talk some of them told me that they will try. I am currently working on a simple hands-on training on EmberJS....

February 9, 2016 · 1 min · 107 words · Sylvain Cau

ngMockStorage

Hi guys, I just released a first version of a new library for AngularJS. The idea is to have a mock in your AngularJS application, but not deployed on the back side. With this kind of mock you are able to deploy an offline sandbox version of your website. The library decorates the $http service and uses the localStorage or sessionStorage to store your data. You will find the library there : github / npm...

December 21, 2015 · 2 min · 297 words · Sylvain Cau