Hello and welcome, the year is coming to a close and to really make us aware of what we have accomplished so far, let’s take a look back at what we covered in the last quarter.

The Review

Over the past three months, with determination and perseverance, we successfully completed the series of posts on the Basics of my primary programming language, C++. There, we went even deeper into program flow, using loops to extend our ability to control the code. This allows us to make a specific section of code run a desired number of times.

With functions, we created reusable code blocks designed for encapsulated tasks. This is a very powerful capability.

In addition, we became more concerned with computer system memory management and, using pointers and references, we optimized our code to that end. This made it even more important to understand the scope of variables.

In the last post of the series, we summarized all that we learned and ventured a little outlook on more advanced topics, like Object-Oriented Programming, Clean Code, Design Patterns or Advanced C++.

Responding agilely to change

So the year ends and the question arises, what happens next? One thing I can say in advance: There will be changes. This blog is created with Wordpress and with this framework I am unfortunately anything but satisfied. That’s where an alternative needs to be evaluated and then moved. Let’s see what comes out of it.

A fundamental characteristic of travel is unpredictability. You can take a path, but where you end up is often decided along the way. Let’s just take it as it comes, relax and see what comes next.

I wish you maximum success!