JavaScript
JavaScript is a lightweight, interpreted, object-oriented language with first-class functions, most known as the scripting language for Web pages, but used in many non-browser environments as well such as Node.js or Apache CouchDB. It is a prototype-based, multi-paradigm scripting language that is dynamic, and supports object-oriented, imperative, and functional programming styles.
Site: https://developer.mozilla.org/en/docs/Web/JavaScript
JavaScript
JavaScript is a lightweight, interpreted, object-oriented language with first-class functions, most known as the scripting language for Web pages, but used in many non-browser environments as well such as Node.js or Apache CouchDB. It is a prototype-based, multi-paradigm scripting language that is dynamic, and supports object-oriented, imperative, and functional programming styles.
Site: https://developer.mozilla.org/en/docs/Web/JavaScript
Book list
-
Ionic 4 Succinctly
Ionic 4 takes the original Ionic toolkit from a mobile-centric framework based on Angular to a powerful, web-based UI design system and app-development toolset that is JavaScript-framework agnostic. The increased performance of Ionic 4 components makes the framework ideal for developing progressive web apps (PWAs), which are in high demand and popularity these days. With Ionic 4 Succinctly, Ed Freitas will focus on progressive web apps and show you how you can use Ionic 4 to build one, using Vue as the JavaScript framework.Ionic 4 takes the original Ionic toolkit from a mobile-centric framework based on Angular to a powerful, web-based UI design system and app-development toolset that is JavaScript-framework agnostic. The increased performance of Ionic 4 components makes the framework ideal for developing progressive web apps (PWAs), which are in high demand and popularity these days. With Ionic 4 Succinctly, Ed Freitas will focus on progressive web apps and show you how you can use Ionic 4 to build one, using Vue as the JavaScript framework.
Author: Ed Freitas
Pages: 101 | Year: 2020 | Language: EN
Added: 2021-10-15 -
JavaScript RegExp
Scripting and automation tasks often need to extract particular portions of text from input data or modify them from one format to another. This book will help you learn JavaScript Regular Expressions, a mini-programming language for all sorts of text processing needs.
Author: Sundeep Agarwal
Pages: 80 | Year: 2020 | Language: EN
Added: 2020-09-18 -
You Don't Know JS Yet: Get Started (2nd Edition)
Get Started, the first book in the new edition series, is where to start your journey of knowing JS more deeply. This book surveys the language in multiple layers of detail, laying out a roadmap with the other books as guides for your learning and growth. For any developer hoping to move from early JS experience to a deeper level, here is your first step to get started.
Author: Kyle Simpson
Pages: 145 | Year: 2020 | Language: EN
Added: 2020-10-01 -
You Don't Know JS Yet: Scope & Closures (2nd Edition)
Scope & Closures examines all aspects of lexical scope, then builds on these principles to leverage the power of closure, and finally digs into the module pattern for better program structure.
Author: Kyle Simpson
Pages: 281 | Year: 2020 | Language: EN
Added: 2020-10-01 -
Electron Succinctly
Developing web apps can be made more difficult by the fact that they do not easily or natively run in desktop environments. This can make a variety of development skills useless, reducing the amount of expertise even the best developers can bring to a project and increasing the workload for producing cross-platform apps. But with the Electron framework, web apps can be brought seamlessly to desktop environments, opening up new avenues for developers. In Electron Succinctly, author Ed Freitas serves as a guide to getting started with Electron.
Author: Ed Freitas
Pages: 131 | Year: 2019 | Language: EN
Added: 2021-10-15 -
Neural Networks with JavaScript Succinctly
James McCaffrey leads you through the fundamental concepts of neural networks, including their architecture, input-output, tanh and softmax activation, back-propagation, error and accuracy, normalization and encoding, and model interpretation. Although most concepts are relatively simple, there are many of them, and they interact with each other in unobvious ways, which is a major challenge of neural networks. But you can learn all important neural network concepts by running and examining the code in Neural Networks with JavaScript Succinctly, with complete example programs for the three major types of neural network problems.
Author: James McCaffrey
Pages: 163 | Year: 2019 | Language: EN
Added: 2021-10-15 -
Building Browser Extension
Get Started with Cross Browser WebExtension Development using Javascript API's.
Author: Viswaprasath
Pages: 74 | Year: 2018 | Language: EN
Added: 2020-09-18 -
The JavaScript Handbook
JavaScript is one of the most popular programming languages in the world, and now widely used also outside of the browser. The rise of Node.js in the last few years unlocked backend development, once the domain of Java, Ruby, Python, PHP, and more traditional server-side languages. Learn all about it!
Author: Flavio Copes
Pages: 171 | Year: 2018 | Language: EN
Added: 2019-02-03 -
JavaScript Notes for Professionals book
The JavaScript Notes for Professionals book is compiled from Stack Overflow Documentation, the content is written by the beautiful people at Stack Overflow. Text content is released under Creative Commons BY-SA.
Author: GoalKicker
Pages: 480 | Year: 2018 | Language: EN
Added: 2019-01-25 -
JavaScript Awesome Tips
This is a cookbook with a collection of useful tips and tricks to apply in JavaScript/Node.js, each tip shows a problem and some magical solutions in pratical codes.
Author: Caio R Pereira
Pages: 50 | Year: 2018 | Language: BR
Added: 2018-06-26 -
JavaScript, ¡Inspírate!
A simple and fun programming book that shows us how to program in JavaScript, from pseudocode to AJAX requests.
Author: Ulises Gascón
Pages: 149 | Year: 2017 | Language: ES
Added: 2017-02-04 -
Leaflet.js Succinctly
This introduction to Leaflet.js will teach key concepts of the software and critical techniques in order to help you develop web-ready interactive maps. Mark Lewin's Leaflet.js Succinctly is the first step on the road to producing the best interactive maps you possibly can.
Author: Mark Lewin
Pages: 106 | Year: 2016 | Language: EN
Added: 2021-10-15 -
Clean Code concepts adapted for Javascript
Software engineering principles, from Robert C. Martin's book Clean Code, adapted for JavaScript. This is not a style guide. It's a guide to producing readable, reusable, and refactorable software in JavaScript.
Author: Ryan McDermott
Pages: 11 | Year: 2016 | Language: EN
Added: 2017-01-30 -
Exploring ES6
An in-depth book on ECMAScript 6, for JavaScript programmers.
Author: Axel Rauschmayer
Pages: 620 | Year: 2016 | Language: EN
Added: 2016-11-15 -
ECMAScript 6 Succinctly
ECMAScript 6 (ES6), also known as ECMAScript 2015, brings new functionality and features to the table that developers have been wanting for a long time. The wait is over, and with help from ECMAScript 6 Succinctly by Matthew Duffield.
Author: Matthew Duffield
Pages: 106 | Year: 2016 | Language: EN
Added: 2016-11-10 -
D3 Tips and Tricks
Interactive Data Visualization in a Web Browser.
Author: Malcolm Maclean
Pages: 591 | Year: 2015 | Language: EN
Added: 2015-02-14 -
Mostly Adequate Guide to Functional Programming
Learn the functional programming paradigm using the world's most popular functional programming language: JavaScript.
Author: Frisby
Pages: 62 | Year: 2015 | Language: EN
Added: 2016-11-15 -
Thinking in JavaScript
Get started with JavaScript and learn one of the most important languages in web development today. With helpful tips and code examples, discover how you can create websites with impressive and dynamic functionality. Explore JavaScript’s in-built features and find out how to customize them in this accessible and free guide.
Author: Aravind Shenoy
Pages: 31 | Year: 2014 | Language: EN
Added: 2018-02-16 -
Speaking JavaScript: An In-Depth Guide for Programmers
Speaking JavaScript helps you approach the language with four standalone sections. First, a quick-start guide teaches you just enough of the language to help you be productive right away. More experienced JavaScript programmers will find a complete and easy-to-read reference that covers each language feature in depth.
Author: Dr. Axel Rauschmayer
Pages: 460 | Year: 2014 | Language: EN
Added: 2016-11-18 -
jQuery Succinctly
jQuery Succinctly was written to express, in short-order, the concepts essential to intermediate and advanced jQuery development.
Author: Cody Lindley
Pages: 101 | Year: 2014 | Language: EN
Added: 2015-02-16 -
HTML 5 Shoot 'em Up in an Afternoon
Learn the basics of Game Programming with this free Phaser tutorial.
Author: Bryan Bibat
Pages: 95 | Year: 2014 | Language: EN
Added: 2015-02-14 -
Learn Javascript
This book will teach you the basics of programming and Javascript.
Author: Gitbook
Pages: 37 | Year: 2014 | Language: EN
Added: 2015-02-14 -
Human JavaScript
This is a book about a specific set of 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.
Author: Henrik Joreteg
Pages: 16 | Year: 2014 | Language: EN
Added: 2015-02-02 -
Understanding ECMAScript 6
This book is intended as a guide for those who are already familiar with JavaScript and ECMAScript 5. While a deep understanding of the language isn’t necessary to use this book, it is helpful in understanding the differences between ECMAScript 5 and 6.
Author: Nicholas C. Zakas
Pages: 1 | Year: 2014 | Language: EN
Added: 2015-02-02 -
Learning JavaScript Design Patterns
In this book we will explore applying both classical and modern design patterns to the JavaScript programming language.
Author: Addy Osmani
Pages: 254 | Year: 2014 | Language: EN
Added: 2015-02-02 -
JavaScript Succinctly
If you are a designer or developer who has only used JavaScript under the mantle of libraries (such as jQuery, Prototype, etc.), it is my hope that the material in this book will transform you from a JavaScript library user into a JavaScript developer.
Author: Cody Lindley
Pages: 143 | Year: 2014 | Language: EN
Added: 2015-02-04 -
Writing Modular JavaScript With AMD, CommonJS & ES Harmony
In this article, we're going to look at three formats for writing modular JavaScript: AMD, CommonJS and proposals for the next version of JavaScript, Harmony.
Author: Addy Osmani
Pages: 1 | Year: 2013 | Language: EN
Added: 2015-02-02 -
Patterns For Large-Scale JavaScript Application architecture
In this book we're going to discuss an effective set of patterns for large-scale JavaScript application architecture.
Author: Addy Osmani
Pages: 1 | Year: 2012 | Language: EN
Added: 2015-02-02