
Human JavaScript
by Henrik Joreteg
Publisher: HumanJavaScript.com 2014
Description:
This is a book about a specific set of JavaScript tools, patterns, and approaches that we feel are optimized for people. These approaches enable our team to quickly build and deliver high-quality JavaScript applications for humans ...
Download or read it online for free here:
Read online
(online html)
Similar books
Exploring ES2016 and ES2017by Axel Rauschmayer
This book is about ECMAScript 2016 and ECMAScript 2017, new versions of JavaScript. The 2016 and 2017 iterations bring worthwhile improvements: Async functions, Shared memory and atomics, as well as improvements to core Array and String classes.
(6299 views)
The Road to learn Reactby Robin Wieruch - GitHub
The Road to learn React teaches you the fundamentals of React. You will build a real world application along the way in plain React without complicated tooling. Everything from project setup to deployment on a server will be explained.
(10606 views)
Eloquent JavaScript: An opinionated guide to programmingby Marijn Haverbeke - No Starch Press
This ebook provides a comprehensive introduction to the JavaScript programming language. It contains plenty of example programs, and an environment to try them out and play with them. The book is aimed at the beginning programmer.
(21367 views)
WebGL Insightsby Patrick Cozzi - CRC Press
WebGL is a JavaScript API for rendering interactive 3D and 2D graphics without the use of plug-ins. This book presents real-world techniques for WebGL developers by assembling contributions from experienced WebGL engine and application developers.
(6810 views)