New blog domain: kula.blog

It's still work in progress but new posts will be published on  https://kula.blog/ Thanks to 11ty base blog RSS is working from the start so it should be easy to add to your reader if you still use any :) If now then I hope you can sign up to the newsletter where I'll be publishing new posts and interesting articles to it from time to time. Please use  kula.blog  from now on.

Declarative HTML and JavaScript with

Angular is a templating and declarative library written in JavaScript.
It makes html templating language with eg. data binding with user inputs.

Project page: http://angularjs.org/#/
Overview: http://docs.angularjs.org/#!guide.overview

I am not sure what to think about it, data binding is interesting but {{var}} in html output from server doesn't look interesting. I am not sure what with users browsers without JavaScript.

Comments

Popular posts from this blog

How to use NPM packages from private repositories on bitbucket

How to simulate slow connection (developer proxy in Node.js)