UK and Ireland Programming Competition 2023
C# Intermediate Series – Preparation
C# Intermediate Series – Preparation builds on the beginner’s series. However, a few areas of using the different IDEs need covering. This is important because the series begins with meth…
C# Beginners – Loops
C# Beginners – Loops; covers the basics of writing loops in C#. Looping is a fundamental part of almost every program. This tutorial assumes you are familiar with Lists, Arrays and selection. I…
C# Beginners – Lists And Arrays
C# Beginners – Lists And Arrays; Covers the basics of using lists and arrays in C#. This tutorial is part of a series. Before attempting this tutorial, you should have chosen an IDE and be comf…
C# Beginners – Try/Catch/Finally
C# Beginners – Try/Catch/Finally; covers using a try/catch block to avoid program crashes in C#. This tutorial follows on from if/else and switch statements. Before attempting this tutorial, yo…
Kattis Algorithmic Athletics 2023
Python Intermediate Series – Subroutines
python logo
Introduction
Python Intermediate Series – Subroutines; picks up where my Python Beginners Series left off. I assume that you are familiar with your IDE and that you are comf…
C# Beginners – Switch Statement
C# Logo
Introduction
C# Beginners – Switch Statement; covers using switch statements to make decisions in C#. The tutorial builds on using if-else selection. Before attempting this tutoria…
C# Beginners – If Else Selection
C# Logo
Introduction
C# Beginners – If Else Selection; is a tutorial on using ‘if’, ‘else if’ and ‘else’ to perform selections in C#. This is the first …
Where I’m at.
Hello all; it’s been a while. My last blog post was August 2022. Let’s get an update.
Graduation.
I graduated from the University of Hull on the 21st of July 2022. I attained a 2-1 …
C# Beginners – User Input
C# Logo
Introduction – C# Beginners – User Input
C# Beginners Input & Selection; is a guide to taking input from the user using the Console. Next, it will cover casting between s…
C# Beginners – Using Vs-Code
Visaul Studio Code
C# Logo
Introduction
C# Beginners – Using Vs-Code is a guide to setting up and using Visual Studio Code for C# development on Windows and Linux. I hope to add Ma…
C# Beginners Variables & Types
C# Logo
Introduction – C# Beginners Variables & Types
C# Beginners Variables & Types; this post looks at what a variable is and some of the data types available. This is the first …
Fedora - a review after a year of use
tldr I quite like it.
Some background information
As mentioned in my about section, I've been daily driving Linux since August 2021 but have been using it as part of side projects for years before …