Simon writes CodePen blog on for-loops

Simon has authored a comprehensive post about For-Loops (in JavaScript ES5 and ES6) in the CodePen blog, nice for anyone learning about loops syntax: https://codepen.io/simontiger/post/for-loops Simon’s update: I now also … Continue reading Simon writes CodePen blog on for-loops

Simon’s Fibonacci function and Fibonacci counter in p5.js

Simon came up with this Fibonacci function while taking a walk downtown: f(0) = 0 f(1) = 1 f(n) = f(n-1)+f(n-2) When we got home, he used the function to … Continue reading Simon’s Fibonacci function and Fibonacci counter in p5.js

Live Stream #4 on December 14. Living Code > Vectors.

Simon debuted with his own coding course last week! The course is called “Living Code” and Simon has already planned all its sessions for the year ahead. He is going … Continue reading Live Stream #4 on December 14. Living Code > Vectors.

Simon develops his own programming course ‘Living Code’

Simon has come with an idea of teaching a course as part of his live streams (every two weeks on Thursdays at 17 hrs CET) and developed a website with … Continue reading Simon develops his own programming course ‘Living Code’

Live Stream 30 November. Speechjs and Citius Invaders.

Below are the archived versions of Simon’s live streams today. The second part (starting with a genetic algorithm game in Processing/ p5.js) was an emotional roller-coaster, with the OBS software … Continue reading Live Stream 30 November. Speechjs and Citius Invaders.

Simon edits videos

Simon has done his first video editing work this week, changing his archived live streams from 16 November into two shorter tutorials. Since the YouTube video editor has been deprecated, … Continue reading Simon edits videos

Bookmarklet

Entering a new domain! Making specifically this bookmarklet (delete bookmarklet) was Simon’s idea. He learned to make bookmarklets today during Daniel Shiffman’s live session on basic bookmarklets and Chrome extensions. The … Continue reading Bookmarklet

Simon made his own speech library: Speechjs

Simon has just finished working on his first library,  a #speechlibrary Speechjs. You can find Simon’s library on GitHub: https://github.com/simon-tiger/speechjs Simon also added a reference page at: https://github.com/simon-tiger/speechjs/wiki/Reference You can … Continue reading Simon made his own speech library: Speechjs