Have you ever been curious about how code is tested? Or maybe why there are constantly bugs in your apps? Or even why your apps are constantly being updated but there is no visual change? This all falls under the realm of Software Testing.
Computer Architecture
To learn and understand any aspect of computer science, you first need to understand how computers work. Understanding the architecture of a computer will help you achieve this. Computer architecture is a set of rules that describe the organisation and implementation of a computer. Before we dive into what this means, we first need to... Continue Reading →
Processes
What is a process? What is a program? How do they work? This post will seek to answer these questions.