π The Coding Train: Coding Challenge #93: Double Pendulum
YouTube
Coding Challenge 93: Double Pendulum
In this coding challenge, I create a double pendulum simulation in Processing. Code: https://thecodingtrain.com/challenges/93-double-pendulum
πΉοΈ p5.js Web Editor Sketch: https://editor.p5js.org/codingtrain/sketches/jaH7XdzMK
π₯ Previous video: https://yβ¦
πΉοΈ p5.js Web Editor Sketch: https://editor.p5js.org/codingtrain/sketches/jaH7XdzMK
π₯ Previous video: https://yβ¦
π The Coding Train: CircleCI Part 4: Matrix Library Testing and Continuous Integration
YouTube
CircleCI Part 4: Matrix Library Testing and Continuous Integration
In this video, I add unit testing and continuous integration to the Matrix class of the "toy" neural network library I'm developing. π Sponsored by CircleCI:...
π The Coding Train: 1.9: Resolving Merge Conflicts - Git and GitHub for Poets
YouTube
1.9: Resolving Merge Conflicts - Git and GitHub for Poets
In this video, I look at how to resolve a "merge conflict" using the GitHub interface.
π Toy-Neural-Network-JS: https://github.com/CodingTrain/Toy-Neural-Network-JS
π₯ CircleCI: Unit Testing and Continuous Integration: https://www.youtube.com/playlist?list=PLRqwXβ¦
π Toy-Neural-Network-JS: https://github.com/CodingTrain/Toy-Neural-Network-JS
π₯ CircleCI: Unit Testing and Continuous Integration: https://www.youtube.com/playlist?list=PLRqwXβ¦
π The Coding Train: 16.5: Higher Order Functions in JavaScript - Topics of JavaScript/ES6
YouTube
16.5: Higher Order Functions in JavaScript - Topics of JavaScript/ES6
In this video, I discuss "higher order functions" in JavaScript.
π₯ Next Video: https://youtu.be/EnYlhbpzhU4
π₯ Topics of JavaScript/ES6: https://www.youtube.com/playlist?list=PLRqwX-V7Uu6YgpA3Oht-7B4NBQwFVe3pr
π₯ ES6 Arrow Function: https://youtu.be/mrYMzpbFz18β¦
π₯ Next Video: https://youtu.be/EnYlhbpzhU4
π₯ Topics of JavaScript/ES6: https://www.youtube.com/playlist?list=PLRqwX-V7Uu6YgpA3Oht-7B4NBQwFVe3pr
π₯ ES6 Arrow Function: https://youtu.be/mrYMzpbFz18β¦
π The Coding Train: 16.6: Array Functions: map() and fill() - Topics of JavaScript/ES6
YouTube
16.6: Array Functions: map() and fill() - Topics of JavaScript/ES6
In this video, I discuss two array functions in JavaScript: map() and fill().
π₯ Next Video: https://youtu.be/-LFjnY1PEDA
π MDN's Array Documentation: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array
π₯ Prototypes inβ¦
π₯ Next Video: https://youtu.be/-LFjnY1PEDA
π MDN's Array Documentation: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array
π₯ Prototypes inβ¦
π The Coding Train: 16.7: Array Functions: reduce() - Topics of JavaScript/ES6
YouTube
16.7: Array Functions: reduce() - Topics of JavaScript/ES6
In this video, I cover the JavaScript array function reduce().
π₯ Next Video: https://youtu.be/qmnH5MT_luk
π MDN's Array Documentation: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array
π The Coding Train website: hβ¦
π₯ Next Video: https://youtu.be/qmnH5MT_luk
π MDN's Array Documentation: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array
π The Coding Train website: hβ¦
π The Coding Train: 16.10: Particle System with JS Array Functions - Topics of JavaScript/ES6
YouTube
16.10: Particle System with JS Array Functions - Topics of JavaScript/ES6
In this video, I demonstrate higher order array functions in the context of my simple particle system coding challenge.
π₯ Simple Particle System: https://youtu.be/UcdigVaIYAk
π₯ for...of video: https://youtu.be/Y8sMnRQYr3c
π The Coding Train website: β¦
π₯ Simple Particle System: https://youtu.be/UcdigVaIYAk
π₯ for...of video: https://youtu.be/Y8sMnRQYr3c
π The Coding Train website: β¦
π The Coding Train: 16.9: Array Functions: sort() - Topics of JavaScript/ES6
YouTube
16.9: Array Functions: sort() - Topics of JavaScript/ES6
In this video, I discuss the JavaScript array function: sort().
π₯ Next Video: https://youtu.be/m9bRVQ_-DXY
π MDN's Array Documentation: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array
π The Coding Train website:β¦
π₯ Next Video: https://youtu.be/m9bRVQ_-DXY
π MDN's Array Documentation: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array
π The Coding Train website:β¦
π The Coding Train: 16.8: Array Functions: filter() - Topics of JavaScript/ES6
YouTube
16.8: Array Functions: filter() - Topics of JavaScript/ES6
This video covers the JavaScript Array higher order function filter().
π₯ Next Video: https://youtu.be/MWD-iKzR2c8
π MDN's Array Documentation: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array
π₯ The Modulo Operatorβ¦
π₯ Next Video: https://youtu.be/MWD-iKzR2c8
π MDN's Array Documentation: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array
π₯ The Modulo Operatorβ¦
π The Coding Train: Coding Challenge #94.2: 2048 - Part 2
YouTube
Coding Challenge #94: 2048 - Part 2
In this multi-part coding challenge, I code the sliding puzzle game 2048 in JavaScript using canvas and p5.js. Code: https://thecodingtrain.com/challenges/94-2048
πΉοΈ p5.js Web Editor Sketch: https://editor.p5js.org/codingtrain/sketches/aeIk9JZ-U
Other Partsβ¦
πΉοΈ p5.js Web Editor Sketch: https://editor.p5js.org/codingtrain/sketches/aeIk9JZ-U
Other Partsβ¦
π The Coding Train: Coding Challenge #94.1: 2048 - Part 1
YouTube
Coding Challenge #94: 2048 - Part 1
In this multi-part coding challenge, I code the sliding puzzle game 2048 in JavaScript using canvas and p5.js. Code: https://thecodingtrain.com/challenges/94-2048
πΉοΈ p5.js Web Editor Sketch: https://editor.p5js.org/codingtrain/sketches/aeIk9JZ-U
Other Partsβ¦
πΉοΈ p5.js Web Editor Sketch: https://editor.p5js.org/codingtrain/sketches/aeIk9JZ-U
Other Partsβ¦
π The Coding Train: Coding Challenge #94.3: 2048 - Part 3
YouTube
Coding Challenge #94: 2048 - Part 3
In this multi-part coding challenge, I code the sliding puzzle game 2048 in JavaScript using canvas and p5.js. Code: https://thecodingtrain.com/challenges/94-2048
πΉοΈ p5.js Web Editor Sketch: https://editor.p5js.org/codingtrain/sketches/aeIk9JZ-U
Other Partsβ¦
πΉοΈ p5.js Web Editor Sketch: https://editor.p5js.org/codingtrain/sketches/aeIk9JZ-U
Other Partsβ¦
π The Coding Train: Coding Challenge #94.4: 2048 - Part 4
YouTube
Coding Challenge #94: 2048 - Part 4
In this multi-part coding challenge, I code the sliding puzzle game 2048 in JavaScript using canvas and p5.js. Code: https://thecodingtrain.com/challenges/94-2048
πΉοΈ p5.js Web Editor Sketch: https://editor.p5js.org/codingtrain/sketches/aeIk9JZ-U
Other Partsβ¦
πΉοΈ p5.js Web Editor Sketch: https://editor.p5js.org/codingtrain/sketches/aeIk9JZ-U
Other Partsβ¦
π The Coding Train: 5.1: Doodle Classifier: Introduction - Intelligence and Learning
YouTube
5.1: Doodle Classifier: Introduction - Intelligence and Learning
In this series, I build a "doodle classifier" using the Google QuickDraw dataset and my JavaScript neural network library. π Toy-Neural-Network-JS: https://g...
π The Coding Train: 5.1: Doodle Classifier: Introduction - Intelligence and Learning
YouTube
5.1: Doodle Classifier: Introduction - Intelligence and Learning
In this series, I build a "doodle classifier" using the Google "Quick, Draw!" dataset and my JavaScript neural network library.
π₯ Next Video: https://youtu.be/gX7U6WA7Ffk
π Toy-Neural-Network-JS: https://github.com/CodingTrain/Toy-Neural-Network-JS
π Deeplearn.js:β¦
π₯ Next Video: https://youtu.be/gX7U6WA7Ffk
π Toy-Neural-Network-JS: https://github.com/CodingTrain/Toy-Neural-Network-JS
π Deeplearn.js:β¦
π The Coding Train: 5.2: Doodle Classifier: Prepping Data in Processing - Intelligence and Learning
YouTube
5.2: Doodle Classifier: Prepping Data in Processing - Intelligence and Learning
In this "doodle classifier" video, I cover how to parse the Google Quick Draw dataset with Processing and prepare it for use with the JavaScript neural network library.
π₯ Next Video: https://youtu.be/wMe6qcpD8jI
π Toy-Neural-Network-JS: https://github.β¦
π₯ Next Video: https://youtu.be/wMe6qcpD8jI
π Toy-Neural-Network-JS: https://github.β¦
π The Coding Train: 5.3: Doodle Classifier: Prepping Data in p5.js - Intelligence and Learning
YouTube
5.3: Doodle Classifier: Prepping Data in p5.js - Intelligence and Learning
In part 3 of the "doodle classifier" series, I use the Google Quick Draw data prepared in Processing and import it into a p5.js JavaScript sketch.
π₯ Next Video: https://youtu.be/UxLm2HxJmMw
π Toy-Neural-Network-JS: https://github.com/CodingTrain/Toy-Neuralβ¦
π₯ Next Video: https://youtu.be/UxLm2HxJmMw
π Toy-Neural-Network-JS: https://github.com/CodingTrain/Toy-Neuralβ¦