Top 12 free JavaScript resources for advanced users 

Top 12 free JavaScript resources for advanced users 

A showcase of the best 12 free ebooks about Javascript for advanced users

by Janeth Kent Date: 26-06-2023 javascript free ebooks script tutorial advanced users guides nodejs

If you have a strong knowledge in programming and want to improve your JavaScript skills or you want a good reference book then this list is for you.

We've put together a list of 12 of our favorite JavaScript free book to help save you time and energy along the way. If you know of other great resources, feel free to share them in the comments.

1. HTML CANVAS DEEP DIVE

By Josh Marinacci

For those who allready know JavaScript basics and wants to learn HTML Canvas.

Canvas is a 2D drawing API recently added to HTML and supported by most browsers (even Internet Explorer 9 beta). Canvas allows you to draw anything you want directly in the web browser without the use of plugins like Flash or Java. With its deceptively simple API, Canvas can revolutionize how we build web applications for all devices, not just desktops.[...]

2. MASTERING NODEJS

By TJ Holowaychuk

Node is an exciting new platform developed by Ryan Dahl, allowing JavaScript developers to create extremely high performance servers by leveraging Google's V8 JavaScript engine, and asynchronous I/O. In Mastering Node we will discover how to write high concurrency web servers, utilizing the CommonJS module system, node's core libraries, third party modules, high level web development and more.

READ

3. JAVASCRIPT GARDEN

By Ivo Wetzel

JavaScript Garden is a growing collection of documentation about the most quirky parts of the JavaScript programming language. It gives advice to avoid common mistakes and subtle bugs, as well as performance issues and bad practices, that non-expert JavaScript programmers may encounter on their endeavours into the depths of the language.

JavaScript Garden does not aim to teach you JavaScript. Former knowledge of the language is strongly recommended in order to understand the topics covered in this guide. In order to learn the basics of the language, please head over to the excellent guide on the Mozilla Developer Network.

READ

4. BUILDING A JAVASCRIPT FRAMEWORK

By Alex Young

This book is a guide to building a JavaScript framework. It'll teach you how to build a framework and draw
on real-world code from projects like jQuery
Along the way we'll explore some fundamental parts of modern JavaScript:
• Browser capability detection
• Clean, reusable API design
• Benchmarking and performance
• Writing minifier-friendly JavaScript
• Using GitHub!

READ

5. MIXU'S NODE BOOK

By Mikito Takada

A comprehensive and interesting NodeJS overview covering many aspects in details.

READ

6. THE LITTLE MONGODB BOOK

By Karl Seguin

Discover NoSQL with MongoDB and commons Javascript usage patterns.

The Little MongoDB Book book is licensed under the Attribution-NonCommercial 3.0 Unported license. You should not
have paid for this book. You are basically free to copy, distribute, modify or display the book. However, always ask attribute the book to Karl Seguin and do not use it for commercial purposes.

READ

7. UP AND RUNNING WITH NODE.JS

By Tom Hughes-Croucher

EDIT : Open Feedback Publishing System (OFPS) is now retired
This book introduces you to Node, the new web development framework written in JavaScript. You'll learn hands-on how Node makes life easier for experienced JavaScript developers: not only can you work on the front end and back end in the same language, you'll also have more flexibility in choosing how to divide application logic between client and server.

Written by a core contributor to the framework, Node: Up and Running shows you how Node scales up to support large numbers of simultaneous connections across multiple servers, and scales down to let you create quick one-off applications with minimal infrastructure. Built on the V8 JavaScript engine that runs Google Chrome, Node is already winning the hearts and minds of many companies, including Google and Yahoo! This book shows you why.

  • Understand Node's event-loop architecture, non-blocking I/O, and event-driven programming
  • Discover how Node supports a variety of database and data storage tools
  • Learn best practices for writing easy-to-maintain code for Node
  • Get concrete examples of how to use the various Node APIs in practice
  • Take advantage of the book’s complete API reference

READ

8. JS IN TEN MINUTES

By Spencer Tipping

This guide is for anyone who knows some Javascript but would like a quick intro to its features.

READ

9. SINGLE PAGE APPS IN DEPTH

By Mikito Takada

Learn the best practices for implementing single page web apps.

READ

10. STREAM HANDBOOK

By James Halliday (substack)

EDIT : The resource is now retired

A free short e-book that teaches you how to write node programs with streams, by James Halliday a famous NodeJS supporter that published numerous awesome NodeJS modules. This document covers the basics of how to write node.js programs with streams.

READ

11. WRITING MODULAR JAVASCRIPT WITH AMD, COMMONJS & ES HARMONY

By Addy Osmani

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.

READ

12. DOM ENLIGHTENMENT

By Cody Lindley

Exploring the relationship between JavaScript and the modern HTML DOM.

This book is not an exhaustive reference on DOM scripting or JavaScript. It may, however, be the most exhaustive book written about DOM scripting without the use of a library/framework.

For the purpose of this book (i.e. grokking the concepts), the author is going to sidestep the browser API mess and dying browser discrepancies in an effort to expose the modern DOM.

READ

 
by Janeth Kent Date: 26-06-2023 javascript free ebooks script tutorial advanced users guides nodejs hits : 16848  
 
Janeth Kent

Janeth Kent

Licenciada en Bellas Artes y programadora por pasión. Cuando tengo un rato retoco fotos, edito vídeos y diseño cosas. El resto del tiempo escribo en MA-NO WEB DESIGN AND DEVELOPMENT.

 
 
 

Related Posts

How to upload files to the server using JavaScript

In this tutorial we are going to see how you can upload files to a server using Node.js using JavaScript, which is very common. For example, you might want to…

How to combine multiple objects in JavaScript

In JavaScript you can merge multiple objects in a variety of ways. The most commonly used methods are the spread operator ... and the Object.assign() function.   How to copy objects with…

The Payment Request API: Revolutionizing Online Payments (Part 2)

In the first part of this series, we explored the fundamentals of the Payment Request API and how it simplifies the payment experience. Now, let's delve deeper into advanced features…

The Payment Request API: Revolutionizing Online Payments (Part 1)

The Payment Request API has emerged as the new standard for online payments, transforming the way transactions are conducted on the internet. In this two-part series, we will delve into…

Let's create a Color Picker from scratch with HTML5 Canvas, Javascript and CSS3

HTML5 Canvas is a technology that allows developers to generate real-time graphics and animations using JavaScript. It provides a blank canvas on which graphical elements, such as lines, shapes, images…

How do you stop JavaScript execution for a while: sleep()

A sleep()function is a function that allows you to stop the execution of code for a certain amount of time. Using a function similar to this can be interesting for…

Mastering array sorting in JavaScript: a guide to the sort() function

In this article, I will explain the usage and potential of the sort() function in JavaScript.   What does the sort() function do?   The sort() function allows you to sort the elements of…

Hidden Gmail codes to find a lost e-mail

If you have a lot of emails in Gmail, there are a few codes that will help you find what you need faster and more accurately than if you do…

How to download an email in PDF format in Gmail for Android

You will see how easy it is to save an email you have received or sent yourself from Gmail in PDF format, all with your Android smartphone. Here's how it's…

Infinite scrolling with native JavaScript using the Fetch API

I have long wanted to talk about how infinite scroll functionality can be implemented in a list of items that might be on any Web page. Infinite scroll is a technique…

Sorting elements with SortableJS and storing them in localStorage

SortableJS is a JavaScript extension that you will be able to use in your developments to offer your users the possibility to drag and drop elements in order to change…

What is a JWT token and how does it work?

JWT tokens are a standard used to create application access tokens, enabling user authentication in web applications. Specifically, it follows the RFC 7519 standard. What is a JWT token A JWT token…

Clicky