Skillshare – Coding Self Generating Art with Javascript and P5js

Skillshare – Coding Self Generating Art with Javascript and P5js-XCODE
English | Size: 306.39 MB
Category: Tutorial


In this course, you will code some awesome self-generating art using Javascript and the P5js library. Don’t worry: you won’t have to set up anything. It’ll be a super easy process!

Sitepoint.com – Learn JavaScript Syntax and Programming Principles

Sitepoint.com – Learn JavaScript Syntax and Programming Principles-iNKiSO
English | Size: 409.34 MB
Category: Tutorial


From the browser to the server, JavaScript is one of the most versatile and popular languages powering the modern web In this course M. David Green will teach you the fundamentals of programming using JavaScript, covering everything that you need to have a solid foundation in the language, including the proper use of variables, operators, and statements. The fun doesn’t stop there you’ll also be using JavaScript functions to define objects, pass values, and deal with issues of scope With so much learning, you’ll be coding like a true developer in no time

FrontendMasters – David Khourshid – State Machines in JavaScript with XState

FrontendMasters – David Khourshid – State Machines in JavaScript with XState
English | Size: 1.15 GB
Category: Developer


By modeling the state in your application with state machines and statecharts, you will spend less time debugging edge cases and more time modeling complex application logic in a visually clear and robust way. In this course, you’ll learn the fundamentals of state machines and statecharts, from building your own without any libraries in pure JavaScript, up to using XState to take advantage of a wide variety of other features.

Egghead.io – Algorithms In Javascript

Egghead.io – Algorithms In Javascript-APoLLo
English | Size: 242.56 MB
Category: Tutorial


Algorithms are functions that are used to solve a class of problems. Really any piece of code can be a algorithm! There are common algorithm implementations that have proven to accomplish tasks faster than others. However, speed is not measured in seconds but in terms of growth (Big O notation).

Sitepoint.com – Write Clean Pure Code by Following Functional JavaScript Principles

Sitepoint.com – Write Clean Pure Code by Following Functional JavaScript Principles-iNKiSO
English | Size: 228.38 MB
Category: Tutorial


Functional techniques are very useful for clarity, conciseness and maintainable coding practices. In this course, you will learn some of the functional programming techniques supported in JavaScript and how to apply them to make your own code easier to read and less repetitive. Afterwards you’ll be able to tell the difference between functional and imperative code, and add recursion to your development tool belt