Monday, July 9, 2018

Programming - Advanced Level Lesson 3 - App Programming

When we are dealing with app programming in this third lesson on programming, we are doing so because apps have taken on a whole new meaning for users nowadays. In the old days users of a certain program were in front of their computers. Nowadays, people are running programs on either their smartphones or tablets.

Sunday, July 8, 2018

Programming - Advanced Level Lesson 2 - Internet Programming

In this lesson on Internet Programming we will be looking at numerous aspects of internet functionality. At the core of the internet we have HTML - HyperText Markup Language - but we also have programming languages that extend functionality beyond static pages into real active pages. Namely we will look at PHP, JavaScript, ASP (Active Server Pages) and the type of thinking behind this type of programming.

Saturday, July 7, 2018

Programming - Advanced Level Lesson 1 - Documentation & The Value of Good Source Code

Good documentation increases the value of your programming. It allows other people to dive into your source code, and that is highly valuable both when key people are hit by disease, when someone leaves the company - and also if you ever want to sell your system to another company once you lose interest in furthering a specific project. It will allow others to continue without having to dissect what each procedure does. It is a highly powerful tool often overlooked by many technical nerds.