Welcome to the 3rd installment of our software development series for mockers. In this article, we'll introduce you to some basic technologies and tools.
The first thing you should do before reading this article, if you don't know and haven't read it before, is to read the Basics of Using Git. If you're still reading, I'll assume you've read the relevant article and continue. 🙂 What is GitHub/GitLab? GitHub and GitLab are cloud-based services that host the Git version control system. They are also services where you can store the codes and software projects you have written. With GitHub […]