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.

JavaScript - Performance and Style.

MDN Holiday Calendar: http://thewebrocks.com/calendar/
Read every of 24 articles before Holidays! Very nice idea to get used to read something new every day!

Edit: I realized that last post was from another calendar!
Performance Calendar: http://calendar.perfplanet.com/2011/

Efficient JavaScript: http://dev.opera.com/articles/view/efficient-javascript/
Just like in title, big bunch of good practices and advises how to make JavaScript fast.

Idiomatic JavaScript: https://github.com/rwldrn/idiomatic.js
How to write beautiful JavaScript with suggestion about writing with others. Really recommended reading.

Annotated ECMAScript 5.1: http://es5.github.com/
Based on ECMAScript Language specification but with hyperlinks and annotations. This should be more friendly than original PDF.

Local Storage read performance: http://calendar.perfplanet.com/2011/localstorage-read-performance/
Local storage is much slower than what I would expect.

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)