9.5K followers
I'm a JavaScript developer with more than 10 years of experience. I'm here to teach you useful skills, so you can succeed in your work & private projects.
Many projects I have worked on seemed simple at first glance. Nonetheless, there is always something to be done, and there is no end in sight....
Often, when you start working on a project, you will find yourself struggling with the most basic task: getting it up and running on your machine....
Maintaining code is more complicated than writing it. Before you make any changes, you need to understand what is there already, how it was supposed...
In programming, a lot of the challenge is related to organizing data in a structure that makes sense and which helps to solve the problems and...
Using the right names is an essential part of writing maintainable code. For a computer, any name will work just fine—they either match or not. For...
A few weeks ago, I showed the basic ideas and terminology of web APIs. In this article, I will demonstrate how to apply this knowledge, and try an API...