Programming

How to learn to code without a technical background

⤳ Do you want to learn to code and wondering where to start? I’ve been there. Learning to code can be overwhelming at the beginning – specially when you don’t have a technical background. But what if I told you could fix that knowledge gap? There’s one ...

⌛ 23 min read

Version control

⤳ Version control means recording the changes made to a file over time. Version control enables programmers to see the evolution of files over time and roll back to a certain point in time if needed. It ensures nothing gets lost, and there’s always a way ...

⌛ 2 min read

A quick introduction to debugging

⤳ Debugging is the process of examining a computer program to find and fix the issues (a.k.a bugs 🪲) that cause the program to deliver unexpected results. Debugging can be done in two ways: The first approach is to place temporary print statements at specific locations ...

⌛ 3 min read

How to learn any programming language in a short time

⤳ Learning a programming language is an excellent thing to do these days, but do you know what’s even better than that? Learning how to learn a programming language. If you understand the concepts programming languages share, you’ll be able to pick up any programming language ...

⌛ 9 min read

Your master sword: a programming language

⤳ A programming language is a specialized language used to give instructions to a computer to execute. These instructions can be simple mathematical operations to elaborate algorithms. What is an algorithm? A set of instructions to solve a problem or perform a computation is called an ...

⌛ 10 min read