? Better README: Add contributors more easily

All Contributors bot will add every single contributor to a tidy grid on your README file with just one comment

It’s hard to give credit to everyone on each project. It’s even harder maintaining the Readme up to date with each new team member addition.

Continue reading ? Better README: Add contributors more easily

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.