JOAO Web developer | Creator Welcome to my blog.
I write articles on code and ideas I have.

Wanted: Motivation

Throughout my life I've met many people who were interested in learning how to code, but were somewhat lost and didn't know where to begin, and that made them lose motivation and forfeit their goal of picking up their first programming language. Understand why this happens and how to fight back.

Creating libraries as you go

Every time you are coding something new, you're creating resources that can be re-usable in the future. Instead of copying and pasting all those code bits between your projects, you can create libraries of your own code that will considerably decrease the development time.

That's all, folks!