Learning to code in javascript


2023, Apr 15 edited
tags: coding  p5js javascript 


I wanted to share one ressource for learning coding with javascript: Coding train Youtube channel and companion website, in each video or livestream, Daniel Shiffman presents a coding experiment, like the implementation of a game or an algorithm in a creative way, mostly using the Processing language (a visual arts language based on Java) and P5js library (an interpretation of Processing for javascript). More recently, the videos present also some concepts from the Machine Learning domain with some tutorials using ML5.js library.

A really good ressource to get smoothly into coding, as Daniel Shiffman guides the viewer through the sometimes difficult coding process, explaining the concepts, defining the jargon, and always giving hints of how to re-use the resulting code in more creative ways.

Below one of the videos that made me discover this channel, a coding challenge against the clock:



Another of his videos, inspired me to make a p5js sketch, for a Year clock that you can check here
The fuel of coding inspiration:music, travel, photography and whatever drives creativity to code.

You might also like