Skip to content

[JavaScript Free Resources] This repository collects 116 of free resources for JavaScript. 🏋️ Flex your web development muscles in our JavaScript Gymnasium repository! Offering a wide range of free JavaScript resources and an online playground, this is your training center for mastering the langu...

Notifications You must be signed in to change notification settings

getvmio/free-javascript-resources

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 

Repository files navigation

JavaScript Free Resources

🏋️ Flex your web development muscles in our JavaScript Gymnasium repository! Offering a wide range of free JavaScript resources and an online playground, this is your training center for mastering the language that powers the interactive web. From basics to advanced concepts, level up your JS skills here!

Resources

Index Name Category Description
1 Web Development Tutorials Technical Tutorials Comprehensive web development tutorials covering core technologies like HTML, CSS, JavaScript, and popular frameworks such as React and Vue.js. Includes back-end development, databases, version control, testing, and deployment practices.
2 React Tutorials Technical Tutorials Comprehensive React tutorials covering components, state management, hooks, and integrating React with other tools for building interactive web applications.
3 JavaScript Tutorials Technical Tutorials Learn client-side scripting, DOM manipulation, and create interactive web applications with JavaScript. Recommended for beginners and intermediate web developers.
4 Scripting Languages University Courses Learn rapid prototyping, web programming, data processing, and application extension using popular scripting languages like Perl, PHP, JavaScript, and VisualBasic.
5 Build a DNS Server in Node.js Technical Tutorials Comprehensive guide to building a DNS server using Node.js, covering DNS protocols, server architecture, and network communication in a practical and hands-on manner.
6 How to create a real-world Node CLI app with Node Technical Tutorials Learn how to build a practical Node.js CLI app that provides weather information, with a focus on understanding the underlying concepts and keeping dependencies slim.
7 Building A Simple Single Sign On(SSO) Server And Solution From Scratch In Node.js. Technical Tutorials Learn how to build a secure and efficient single sign-on (SSO) solution from scratch using Node.js. Explore authentication and security measures for web applications.
8 Build a static site generator in 40 lines with Node.js Technical Tutorials Learn how to build a simple yet powerful static site generator from scratch using Node.js. Ideal for web developers who want to create a customized solution for their projects.
9 JavaScript Algorithms and Data Structures Technical Tutorials Comprehensive guide to JavaScript algorithms and data structures for software developers and programmers. Improve your problem-solving skills.
10 Learn JavaScript Promises by Building a Promise from Scratch Technical Tutorials Step-by-step tutorial to fully understand JavaScript Promises by building a Promise from scratch. Ideal for beginners to intermediate developers.
11 JavaScript template engine in just 20 lines Technical Tutorials Learn to build a concise JavaScript template engine in just 20 lines of code. Ideal for front-end developers and JavaScript enthusiasts interested in creating dynamic web content.
12 How to implement regular expressions in functional javascript using derivatives Technical Tutorials Comprehensive guide to implementing regular expressions in functional JavaScript using derivatives, with practical examples and in-depth explanations.
13 Build a Regex Engine in Less than 40 Lines of Code Technical Tutorials Implement a rudimentary regex engine in less than 40 lines of code. Learn the core syntax, functionality, and underlying logic of regular expressions.
14 How to implement a programming language in JavaScript Technical Tutorials Learn how to implement a programming language from scratch using JavaScript. Dive into language design, parsing, interpretation, and optimization techniques.
15 Build a Little Lisp Interpreter Technical Tutorials Learn the fundamentals of Lisp programming and how to build a simple Lisp interpreter in just 116 lines of JavaScript code.
16 The Super Tiny Interpreter Technical Tutorials Build a super tiny interpreter for programming languages and learn about closures. A hands-on approach to understanding the inner workings of a programming language interpreter.
17 The Super Tiny Compiler Technical Tutorials Dive into programming languages, compilers, and build a super tiny compiler from scratch with this comprehensive guide.
18 Build a simple 2D physics engine for JavaScript games Technical Tutorials Learn to build a basic 2D physics engine from scratch for your JavaScript games. Covers collision detection, response, and game development fundamentals.
19 Build Git Technical Tutorials Dive deep into Git concepts like Repository, Commit, Commit Chaining, and Branch through JavaScript implementation. Gain a stronger understanding of this powerful version control system.
20 Think like a programmer: How to build Snake using only JavaScript, HTML & CSS Technical Tutorials Learn programming concepts by building your own Snake game using JavaScript, HTML, and CSS. Gain confidence to explore more programming ideas.
21 Building a Custom React Renderer Technical Tutorials Comprehensive guide to creating custom React renderers, focusing on frontend development and React framework. Covers the process of building a custom renderer from scratch.
22 Build Your Own React Technical Tutorials Comprehensive guide to building a custom React implementation, covering virtual DOM, component creation, and state management. Suitable for beginner and experienced React developers.
23 Building a frontend framework, from scratch, with components (templating, state, VDOM) Technical Tutorials Learn how to build a frontend framework from scratch, focusing on key concepts like components, templating, state management, and virtual DOM (VDOM).
24 How to write your own Virtual DOM Technical Tutorials A comprehensive guide on creating a custom Virtual DOM implementation for web development using JavaScript.
25 Build Your Own AngularJS Technical Tutorials Gain a deeper understanding of AngularJS by building your own framework. Explore core concepts, digest cycle, and best practices for robust web applications.
26 Build Your own Simplified AngularJS in 200 Lines of JavaScript Technical Tutorials Learn to build a simplified version of AngularJS using 200 lines of JavaScript. Gain a deeper understanding of the AngularJS framework and web development principles.
27 Redux: Implementing Store from Scratch Technical Tutorials Learn how to build a Redux store from scratch, without relying on the pre-built Redux library. Gain a deeper understanding of state management in React applications.
28 Gooact: React in 160 lines of JavaScript Technical Tutorials Gain a deeper understanding of React's inner workings and learn how to build a lightweight, React-like library from scratch in just 160 lines of JavaScript.
29 Building React From Scratch Technical Tutorials Learn to build React from the ground up, gaining a deep understanding of its core principles and inner workings. Develop a functional example application and become a more proficient React developer.
30 Create a Discord Bot Technical Tutorials Learn how to create a Discord bot from scratch using JavaScript and the Discord.js library. Explore features like reactions, embeds, and databases.
31 Writing a Blockchain in Node.js Technical Tutorials Learn how to create a simple cryptocurrency blockchain using JavaScript and Node.js. Explore blockchain fundamentals, including blocks, hashing, and consensus protocols.
32 Learn & Build a JavaScript Blockchain Technical Tutorials Learn how to build a JavaScript blockchain from scratch, exploring the fundamentals of blockchain technology and cryptocurrency.
33 Build your own Blockchain in JavaScript Technical Tutorials Build your own blockchain from scratch using JavaScript. Learn the fundamentals of blockchain technology and create your own cryptocurrency application.
34 Computer Graphics from scratch Technical Tutorials Comprehensive guide to understanding computer graphics fundamentals, including 3D rendering and mathematical principles. Build fully functional renderers without relying on existing APIs.
35 Build your own 3D renderer Technical Tutorials Comprehensive guide to building your own 3D renderer for computer graphics enthusiasts. Learn fundamentals, implement from scratch, and experiment with projects.
36 Web Programming Video Courses Explore the fundamentals of web programming and development with interactive modules and practical exercises. Suitable for beginners and experienced learners alike.
37 React Fundamentals Video Courses Comprehensive guide to learning React fundamentals for beginners, covering JavaScript, web development, and building interactive web applications.
38 Introduction To Professional Web Development In JavaScript Video Courses Comprehensive course covering basic programming concepts to advanced web development techniques in JavaScript. Ideal for aspiring web developers to build professional-quality web applications.
39 Vue JS 3 Tutorial for Beginners Video Courses Comprehensive Vue.js 3 tutorial for beginners. Learn the fundamentals of this popular JavaScript framework for building user interfaces. Hands-on projects, step-by-step guidance from an experienced instructor.
40 TypeScript Fast Crash Course Video Courses Comprehensive TypeScript crash course covering language fundamentals, suitable for both beginners and experienced developers. Taught by industry experts.
41 Introduction to TypeScript Video Courses Dive into the world of TypeScript with this comprehensive beginner's guide, covering setup, core concepts, and real-world applications for building large web applications.
42 React JS Video Courses Learn the fundamentals of React and build real-world applications with this beginner-friendly tutorial by Mosh Hamedani.
43 Learn React for Free Video Courses Master the fundamentals of modern React with 140+ interactive coding challenges and 8 fun projects. Perfect for React beginners looking to build a strong foundation.
44 Full Modern React Tutorial Video Courses Comprehensive React course covering the latest version of React, including hands-on projects, taught by an experienced instructor. Suitable for beginners and experienced developers.
45 Node.js Tutorial for Beginners: Learn Node in 1 Hour Video Courses Comprehensive Node.js tutorial for beginners, covering the fundamentals of this popular JavaScript runtime in just 1 hour. Ideal for those new to Node.js.
46 Node.js Introductory Course for Absolute Beginners Video Courses Comprehensive introductory course for absolute beginners, covering the fundamentals of Node.js and web development. Kickstart your NodeJS journey with animations, quizzes, and activities.
47 A Beginner's Guide to Node.js Video Courses Dive into the world of Node.js with this introductory course designed for beginners in programming and web development. Presented by DSC VIT and Md Hishaam Akhtar.
48 AngularJS Tutorial for Beginners Video Courses Comprehensive AngularJS tutorial for beginners, covering HTML, CSS, JavaScript, and building real-world single-page applications. Taught by an experienced instructor.
49 Angular for Beginners Video Courses Comprehensive introduction to the Angular framework, covering essential features like Components, Pipes, Services, and Core directives. Ideal for developers new to Angular.
50 Angular Fast Crash Course Video Courses Comprehensive guide to learning Angular for web development. Covers essential concepts and hands-on exercises to build dynamic applications.
51 Programming Foundations with JavaScript, HTML & CSS Video Courses Comprehensive guide to web development using JavaScript, HTML, and CSS. Covers programming fundamentals and practical techniques for beginners and experienced developers.
52 Learn to Program in JavaScript: Beginner to Pro Video Courses Comprehensive JavaScript course covering fundamental concepts from beginner to pro level. Ideal for web developers with prior experience in statically typed languages.
53 Learn JavaScript Video Courses Master JavaScript fundamentals by solving 140+ interactive coding challenges. Build a game, browser extension, and mobile app in this beginner-friendly course.
54 JavaScript Tutorial for Beginners Video Courses Comprehensive JavaScript tutorial for beginners, covering essential concepts and providing a solid foundation for further learning and development.
55 JavaScript Mini Course 2020 Video Courses Comprehensive JavaScript Mini Course 2020 by Kalob Taulien. Covers essential JavaScript concepts for beginners, preparing you for more advanced programming languages.
56 JavaScript Fundamentals Video Courses Learn the basics of JavaScript programming, web development, and front-end scripting with hands-on examples and practical exercises.
57 JavaScript Essentials Video Courses Comprehensive guide to learning JavaScript for web development and programming. Covers essential concepts, features, and best practices.
58 Introduction to ES6+ Video Courses Learn modern JavaScript through 23 screencasts and start using the latest ES6+ features in your projects today.
59 Code Your First Arcade Game Video Courses Learn to create your first arcade-style game in JavaScript on Canvas, including game mechanics, collision detection, and AI.
60 Build a Quiz App with HTML, CSS, and JavaScript Video Courses Learn to build a quiz app using HTML, CSS, and JavaScript, including ES6 features, Fetch API, Local Storage, Flexbox, Animations, and more.
61 Angular 2+ Notes for Professionals Technical Tutorials Comprehensive guide to Angular 2+ development, covering topics from getting started to advanced concepts. Practical examples and insights from StackOverflow.
62 Angular 2 Style Guide Technical Tutorials Comprehensive Angular 2 style guide covering syntax, conventions, and application structure. Endorsed by the Angular team, this guide offers valuable insights for consistent and maintainable Angular 2 projects.
63 The Vue.js Handbook Technical Tutorials Comprehensive guide to Vue.js with a focus on frontend development and JavaScript frameworks. Practical insights and in-depth tutorials by experienced developer Flavio Copes.
64 Learning Vue.js Technical Tutorials Comprehensive course covering basic to advanced Vue.js topics, including components, computed properties, and custom directives. Compiled from reliable StackOverflow Documentation.
65 The React Beginners Handbook Technical Tutorials Comprehensive guide to learning React for beginners, covering fundamentals of React, JavaScript, and frontend development.
66 Comprehensive Redux Tutorial Technical Tutorials Learn Redux, a popular state management library for frontend development. Covers key concepts, implementation, and best practices for effective web application development.
67 React JS Notes for Professionals Technical Tutorials Comprehensive guide for frontend developers interested in learning ReactJS, featuring insights and tips compiled from StackOverflow Documentation.
68 React Enlightenment Technical Tutorials Dive into React.js with this comprehensive guide, covering the essentials of building user interfaces with this popular JavaScript library.
69 30 days of React: An introduction to React in 30 bite-size morsels Technical Tutorials Learn React from the ground up in 30 bite-sized lessons. Build a solid understanding of React's core concepts and principles. Applicable for beginners and experienced developers.
70 The Node.js Handbook Technical Tutorials Comprehensive guide to Node.js and web development, covering JavaScript programming, server-side development, and Node.js fundamentals.
71 Shell scripting with Node.js Technical Tutorials Learn how to use Node.js for powerful shell scripting, including package management, cross-platform scripts, and more.
72 Node.js Notes for Professionals Technical Tutorials Comprehensive resource for learning Node.js, covering web development, file system I/O, modules, event emitters, and more. Practical insights and code examples for developers.
73 Node.js Design Patterns Technical Tutorials Comprehensive guide to implementing design patterns in Node.js, providing practical insight into scalable and efficient code design for Node.js applications.
74 Mastering Node Technical Tutorials Mastering Node is a comprehensive guide to Node.js development, covering advanced topics and best practices for building scalable and efficient web applications.
75 How To Code in Node.js - eBook Technical Tutorials Learn the basics of coding in Node.js, a popular open-source runtime environment for executing JavaScript outside of the browser. Discover how to leverage Node's asynchronous capabilities to create powerful, scalable applications.
76 Unit Testing Best Practices in AngularJS Technical Tutorials Learn the best practices for unit testing in AngularJS, a popular JavaScript framework for building robust web applications. Discover techniques to write effective unit tests and adopt a test-driven development approach.
77 Understanding JavaScript OOP Technical Tutorials Dive into the powerful prototypical inheritance model of JavaScript. Gain a deeper understanding of object creation, property definition, and the advantages of the dynamic prototypical approach.
78 Understanding ECMAScript 6 Technical Tutorials Comprehensive overview of the new features and functionalities introduced in ECMAScript 6 (ES6). Explore modern JavaScript programming and best practices.
79 Mastering JavaScript Technical Tutorials Dive into advanced JavaScript concepts and best practices for building exceptional web applications. Suitable for beginners and experienced developers alike.
80 The Problem with Native JavaScript APIs Technical Tutorials Explore the challenges and solutions related to using native JavaScript APIs for web development. Gain insights on effectively leveraging native JavaScript APIs in your projects.
81 The Modern JavaScript Tutorial Technical Tutorials Comprehensive resource for learning JavaScript, web development, and programming. Covers modern features, tools, and best practices.
82 The JavaScript Beginners Handbook Technical Tutorials Dive into JavaScript programming with the comprehensive Beginners Handbook. Suitable for newbies, it covers the fundamentals and includes hands-on exercises.
83 Standard ECMA-262 ECMAScript 2016 Language Specification Technical Tutorials Learn the latest version of the ECMAScript programming language, the foundation for JavaScript. Comprehensive understanding of language features and capabilities.
84 Software Design by Example: A Tool-Based Introduction with JavaScript Technical Tutorials Explore practical software design techniques using JavaScript with this essential resource for developers and engineering students.
85 Robust Client-Side JavaScript Technical Tutorials Comprehensive guide to writing robust and reliable client-side JavaScript code, covering best practices, error handling, and performance optimization.
86 Practical Modern JavaScript Technical Tutorials Dive into ES6 and the future of JavaScript with this comprehensive guide to modern JavaScript development, covering real-world use cases and best practices.
87 Mozilla Developer Networks JavaScript Guide Technical Tutorials Comprehensive guide to programming in JavaScript, covering web development and essential programming concepts. Ideal for beginners and experienced developers.
88 Let's Learn ES6 Technical Tutorials Comprehensive guide to learning ES6, focusing on JavaScript programming and modern web development. Master new features and become a more skilled JavaScript developer.
89 Learning JavaScript Design Patterns Technical Tutorials Comprehensive guide to essential design patterns for JavaScript and React, covering creational, structural, and behavioral patterns, as well as modern performance and rendering techniques.
90 Comprehensive JavaScript Wikibook Technical Tutorials A comprehensive guide to JavaScript programming, covering syntax, functions, DOM manipulation, and event handling. Practical examples and tutorials for beginners and intermediate developers.
91 JavaScript the Right Way Technical Tutorials Comprehensive guide to JavaScript, covering best practices, modern techniques, and important concepts for web development. Suitable for beginners and experienced developers.
92 JavaScript Succinctly Technical Tutorials JavaScript Succinctly is a comprehensive guide to JavaScript programming, covering key concepts, best practices, and practical examples for web development.
93 Advanced JavaScript Mastery Technical Tutorials Dive deep into the intricacies of JavaScript with "JavaScript Spessore" by Reginald Braithwaite, a must-read for developers seeking to elevate their JavaScript skills.
94 JavaScript Notes for Professionals Technical Tutorials Comprehensive JavaScript reference book covering a wide range of topics, from basic syntax to advanced concepts like Promises and Design Patterns. Valuable resource for both beginners and experienced developers.
95 JavaScript Interview Technical Tutorials Gain insights into JavaScript programming, web development, and coding interviews with this comprehensive e-book. Covers advanced concepts, best practices, and practical tips for excelling in JavaScript and coding interviews.
96 The JavaScript Handbook Technical Tutorials The JavaScript Handbook by Flavio Copes is a comprehensive guide to JavaScript programming, suitable for both beginners and experienced developers.
97 JavaScript for Impatient Programmers (ES2022 edition) Technical Tutorials Comprehensive guide to JavaScript programming, focusing on the latest ES2022 features. Ideal for programmers who want to learn JavaScript quickly and efficiently.
98 JavaScript for Data Science Technical Tutorials Comprehensive guide to using JavaScript for data science, covering data visualization, web development, and programming for data analysis.
99 JavaScript for Cats Technical Tutorials Dive into the world of JavaScript with JavaScript for Cats, a cat-themed course that teaches programming concepts through interactive examples and hands-on learning.
100 JavaScript ES6 and beyond Technical Tutorials Comprehensive guide to modern JavaScript features and techniques, suitable for developers of all levels.
101 JavaScript Challenges Book Technical Tutorials Dive deep into JavaScript with this challenging book filled with practical exercises and exercises to improve your programming skills.
102 JavaScript Bible Technical Tutorials The JavaScript Bible by Danny Goodman is a must-have resource for web developers, covering essential concepts, techniques, and best practices for JavaScript programming.
103 Functional-Light JavaScript Technical Tutorials Dive into the principles of functional programming and how to apply them in JavaScript development with Functional-Light JavaScript, a comprehensive guide by Kyle Simpson.
104 Exploring ES6 Technical Tutorials Comprehensive guide to the latest ES6 language features and their applications in JavaScript programming. Suitable for beginners and experienced developers.
105 Designing Scalable JavaScript Applications Technical Tutorials Comprehensive guide to building high-performance, scalable web applications using JavaScript. Covers architecture, performance optimization, and best practices.
106 Clean Code JavaScript Technical Tutorials Comprehensive guide to writing readable, reusable, and refactorable JavaScript code. Covers best practices for variables, functions, objects, classes, testing, and more.
107 Building Front-End Web Apps with Plain JavaScript Technical Tutorials Learn how to build front-end web applications with plain JavaScript, without using any frameworks or libraries. Covers fundamental object-oriented programming concepts.
108 HTML5 Shoot em Up in an Afternoon Technical Tutorials Create a complete shoot 'em up game in a single afternoon using HTML5 and JavaScript. Learn essential game development topics like sprites, game loop, player actions, and object groups.
109 HTML5 Canvas Notes for Professionals Technical Tutorials Comprehensive guide covering HTML5 Canvas topics including text, polygons, images, paths, animation, and more. Compiled from Stack Overflow Documentation.
110 Comprehensive Guide to Learning GraphQL Technical Tutorials Learn GraphQL, a powerful query language for APIs, from a reliable and community-driven source. Covers essential concepts and practical examples to build efficient, flexible, and scalable APIs.
111 Hands-On Data Visualization Technical Tutorials Comprehensive guide to data visualization techniques and best practices. Learn to design interactive charts and customized maps for your website using free and easy-to-learn tools.
112 Blockchain, Solidity, and Full Stack Web3 Development with JavaScript University Courses Comprehensive course on Blockchain, Solidity, and Full Stack Web3 Development with JavaScript. Learn the latest web3 technologies and build practical applications.
113 Data Visualization University Courses Explore data visualization techniques, web development, and improve your skills in understanding, critiquing, and developing effective visualizations.
114 CS 75: Building Dynamic Websites University Courses Explore the fundamentals of building dynamic websites with Harvard University's CS 75 course. Learn web development techniques and create engaging online experiences.
115 Web Technologies University Courses Comprehensive course on web technologies, including HTML, CSS, JavaScript, and web development frameworks, taught by renowned expert Prof. Dr. Christoph Meinel.
116 CS50's Web Programming with Python & JavaScript University Courses Dive deeper into web app design and implementation with Python, JavaScript, and SQL using Django, React, and Bootstrap. Gain hands-on experience in building and deploying web applications.

More

About

[JavaScript Free Resources] This repository collects 116 of free resources for JavaScript. 🏋️ Flex your web development muscles in our JavaScript Gymnasium repository! Offering a wide range of free JavaScript resources and an online playground, this is your training center for mastering the langu...

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages