Learn to code with Scratch
Get familiar with coding concepts and build games using scratch.

Written by Simon Temmerman , Co-founder of dScribe data and teacher @Syntra. You should connect with him on LinkedIn.
Learn to code with ScratchGet familiar with coding concepts and build games using scratch.
Working with GITGet familiar with GIT and how it can help you boost your workflow.
Vanilla JavascriptGet familiar with the basics of web development. HTML, CSS and JS.
Understanding the Javascript EcosystemGet an overview of the different tools used to support your development efforts.
Build a web app without frameworksIn this section we will add some more tools to your toolbelt to build applications without any framework or build tools (React, Svelte, Webpack, ...)
Build APIs with Node.JSUse Node.JS to build APIs that web apps can consume. Learn about different kinds of databases that can be used to stored your applications data.
TypeScript FundamentalsLearn everything you need to know in order to confidently and successfully use TypeScript to build a modern JavaScript app.
Big O & AlgorithmsGet familiar with Big O and learn how to apply it to different kind of algorithms