DEV Community

Adrian
Adrian

Posted on

2

Youtube: Recreational coding channel

Hi all,

I want to present you my recreational coding youtube channel.
It contains videos about JavaScript w/p5.js in an online coding environment.

Until now I uploaded an almost complete javascript course and some coding projects.

(link at the bottom)

For instance, these are the lessons in the coding course:

1/24: Introduction to coding
2/24: Drawing shapes on canvas using p5.js in codeguppy
3/24: Named colors | Draw with code project
4/24: RGB colors
5/24: Exploring built-in assets | Greeting card with code
6/24: Variables, Expressions and Operators
7/24: For loops
8/24: Nested for loops
9/24: Conditional statements and boolean variables
10/24: Functions and scope of variables | Pi day projects
11/24: Animations on the canvas | Fun projects
12/24: Keyboard and Mouse | Mini game projects
13/24: Arrays in JavaScript | Practical examples
14/24: Strings in JavaScript | Caesar cipher
15/24: Objects in JavaScript
16/24: Make games with sprites
17/24: Makes games with custom sprites
18/24: Music in abc notation
19/24: while loops | Bubble sort
20/24: Functions as data | Arrow functions
21/24: Functions inside objects
22/24: JavaScript Closures
23/24: JavaScript Classes. Basics
24/24: JavaScript Classes. OOP Inheritance

🎥 You can find all the lessons in this YouTube playlist:

https://www.youtube.com/playlist?list=PLZld0zbNGbZRfjut6JI7ZLx8ZbTDa5zn-

In addition, I also uploaded a few coding projects using same language and coding environment. These are fun projects.

🎥 You can find the projects in this other YouTube playlist:

https://www.youtube.com/playlist?list=PLZld0zbNGbZSLmJhOam5QRKn7xGHgK0c0

I hope you like it. Make sure to explore the channel to discover other videos that you may like.

Sentry blog image

How to reduce TTFB

In the past few years in the web dev world, we’ve seen a significant push towards rendering our websites on the server. Doing so is better for SEO and performs better on low-powered devices, but one thing we had to sacrifice is TTFB.

In this article, we’ll see how we can identify what makes our TTFB high so we can fix it.

Read more

Top comments (0)

Billboard image

The Next Generation Developer Platform

Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay