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 …
C# Beginners – Start Coding
C# Logo
Introduction
C# Beginners – Start Coding; this post will guide you through your first steps in creating a working C# program. The post assumes that you have the Dot Net SDK install…
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 …
C# Beginners – Visual Studio
Visual Studio
C# Beginners – Visual Studio; is the gold standard in IDEs for C# development under Microsoft Windows. It comes with a community licence for people not using it commercially. Vi…
C# Beginners – Using Rider
JetBrains Rider
Introduction – C# Beginners – Using Rider
C# Beginners – Using Rider: Rider is a full-fledged IDE from JetBrains. It is aimed at professional users. There is a…
C# Beginners – IDE Choice
Visual Studio
Visaul Studio Code
JetBrains Rider
Introduction – C# Beginners – IDE Choice
C# Beginners – IDE Choice; C# Does not have a built-in or default IDE. Howe…
Global Game Jam 2023
On switching to nginx properly
Recently, I switched from Nginx Proxy Manager - the Docker container - to bare Nginx. Or more specifically the open source webserver and reverse proxy - there are many other products available. Ther…