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.

Eloquent JavaScript

Interactive JavaScript book.

Free JavaScript book: http://eloquentjavascript.net/

This is exactly what I was looking for a long time!
What makes it unique is HTML (interactive) format: it contains code examples that are executable in course page.

http://eloquentjavascript.net/contents.html

http://eloquentjavascript.net/chapter1.html -- direct link to first chapter.

There is printable version on Amazon, and "code sandbox for the paper book" that looks really awesome: http://eloquentjavascript.net/paper.html

This post is not review, but I think that it will be really hard not to read it in near future ;)

And for today I think about Git tutorial from yesterday.

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)