#beginners
Read more stories on Hashnode
Articles with this tag
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...
When applying for a job, it’s good to have a demo project to present as an example of your work. In this article, I’ll show you what to focus on while...