⛰️ My first experience on creating a YouTube channel

Creating your own YouTube channel might be just a few clicks away if you dare to take the first step. So I took mine and here are the results.

Inspired by Florin Pop’s recent completion of every single Freecodecamp’s Certification in one month ?, I’ve decided to give it a go and try to replicate the same model by building my own channel and tackle the same Courses.

Continue reading ⛰️ My first experience on creating a YouTube channel

Finished FCC ES6 course

Now this was more challenging than the basic JavaScript course (as it should be!). I’ve dealt with this features in the past using Angular and React Native, but since I’ve learned directly from them, I didn’t know that they were part of the ES6.

via GIPHY

JavaScript finally have classes! or something similar. Finally I can ditch the whole ‘prototype’ functions in favour of something more in line with OOP.

Next is Regular Expressions. Normally when I need them I’ll just search for one that suites me. It will be good to learn how to read and create expressions without running to the nearest stack overflow post.

I’ve also got back to Android Training, this time reviewing the whole Android Jetpack, Androidx, MVVM Architecture and a whole range of new keywords to understand. I’ll be doing demos and refactoring old code in my GitHub page to practice more.