In the end of this video series you should be able to develop your own applications for Windows, Linux and Mac. Moreover you should have understood the concept of programming and the necessary knowledge to continue your journey.
One viewer has published his own brain trainer on GitHub and asked for some response. In this video, I will give a short demonstration of this project and leave some comments.
Have you ever wondered how to develop your own retro style pong game? Well, let’s find it out. In this video we will create our own pong game. Therefor you will learn how to develop a retro style U...
The debugger is a fundamental and really important tool. In this video we will use it to find problems and to better understand the behaviour of our application. In the end of this video series you...
Finally we are using our theory knowledge from the last video. In this video we will create a VAT calculator. Therefor we need to develop a small application with some functionalities and to create...
Again some theory, but this knowledge is extremely important and needed in the every day life of a software developer. We will talk about procedures and functions, the positive effects of using the...
Perhaps you have noticed that using a calculator could decrease your mental calculation skills. But don’t be scared, because we will develop a math trainer that could solve this problem. The goal o...
In this video we will use modulo and integer division to create a professional solution for our timer application. Therefor I would like to start with a short presentation with a focus on the inter...
The if statement is one of the most important constructs of programming. At the beginning of this video I want to give a short overview of this statement and we will use this knowledge to complete ...
In this video we will develop another milestone. To be more specific: our first timer. This application can be used to measure seconds and is known from devices like smartphones. Moreover we will t...
This video demonstrates the use of our variable knowledge from the last video. We will create our first small calculator, which can be used for calculating with integers. In the end of this video s...
This video continues the learning programming series. We will talk about variables and data types. The theory of this video is fundamental for programming and will be used in future videos. In the ...
In this video I will continue the video series about learning programming with Lazarus (Free Pascal). We will create our first application featuring a fancy button and a nice label. Moreover we wil...