Welcome to my site where you will find resources to help you learn how to program
Computer Science is not just about learning to code, it is primarily learning about how to solve problems, everything a Computer Scientist does, whether it is hardware or software, is aimed at solving a problem. A great example of that is the Internet, a network that was developed to help share computing power. It has now become the world's biggest network, all because a Computer Scientist wanted to solve a problem
In this unit we learn how to create games using JavaScript and HTML5
In this unit we learn the basics of programming in Java. We learn about variables, selection, iteration, built-in and custom-made functions and arrays
In this unit we learn about Object Oriented Programming using Java. We learn about objects, classes and how to create them.