Using keyboard shortcuts reduces the time spent performing actions while using our computer. This guide to using keyboard shortcuts for programmers will highlight the advantages in using them to increase our efficiency. As programmers, we tend to require use of multiple software tools and applications to perform our tasks. Your […]
Continue reading5 Ways to help you practice coding
Like most things, practice makes perfect. And no differently, if you want to improve your coding skills the best thing to do is practice coding more. But what are the various ways you can practice coding? As a developer, you should continuously make a conscious effort to practice coding to […]
Continue readingGit SSH keys simplified and how to setup on GitHub
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? When asking yourself ‘what programming language […]
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