Javascript

Book review: Single Page …

Book cover

I decided to read this book because I wanted to learn about the architecture and implementation of a Single Page Application (SPA). And it turned out to be a good choice.

What I particularly liked about the book is that it begins from scratch and shows how to implement a SPA without relying on …

Book review: Pragmatic …


This was my first JavaScript book and I consider it a good overview covering the pros and cons of the language. The author gives good advice regarding which features of pure JavaScript are fine to use and for which features a framework should be preferred to avoid browser …