Hello, long time I don’t write, I have been really busy!
Here are some things I want to share:
- I tried a new (for me) javascript framework: AngularJS
I have used Backbone.js and Knockout, you can check my post about them here. I gotta say this one is pretty good. The code is organized and you have some cool options like the directives. The only tricky part I found is the authenticating process. The problem is that AngularJS is intended for one page apps, but it can be solved. Here is how.
You should try it !
- If you like Python and programming, do Design of Computer Programs course in Udacity! Here is the link. It is taught by Peter Norvig and it is pretty interesting.
See ya!