Git allows you to manage and track changes to your source files. Git is often used in group projects, where a remote git repository such as one hosted on Github, acts as the central point for each team member to submit changes to the source code and view other team […]
Continue readingWhat programming language should I learn first? 3 key factors to consider
You’re new to the world of programming and want to learn how to code. Where do you start? Of course some common questions will be, what programming language should I learn? How can I make an informed decision when selecting a first programming language? Rather than basing your decision of […]
Continue reading5 Mindsets to avoid when you start coding
Are you a total newbie and want to learn how to code? Or are you already in the process of learning? Let me tell you a ‘secret’ of the best way to go about it. The best way to improve your ability to code is to simply code more. That […]
Continue readingWhat is git? An easy introduction
Git can seem a bit intimidating for someone who knows nothing about it. But knowing git is essential for anyone who codes. It’s worth spending some time learning about the basics, even if you’re new to coding. Actually, I would say the earlier you learn git the better! Having a […]
Continue reading