Rob

Rob @robc79

About: Long time programmer, wargamer, and painter of miniature things.

Location:
England
Joined:
Sep 17, 2024

Rob
articles - 9 total

Setting up Windows for Lua development

Lua is a delightfully simple language to program in. However setting up Windows to do Lua development...

Learn More 0 0Jun 2

How to structure a solution in .NET

This article aims to show you how I organise a .NET solution. It walks through the creation of a...

Learn More 3 0Sep 30 '24

Fizz-Buzz

The programmer's Stairway to Heaven, there is no escaping Fizz Buzz. Cropping up in interviews...

Learn More 0 0Sep 17 '24

Zero, one, or many?

Cardinality is an issue that comes up frequently in software design. How many of each thing should...

Learn More 0 0Sep 17 '24

Beginners guide to Python

For Hugo. Choose your own doors to open. What is this article? Think of this article as a...

Learn More 0 0Sep 17 '24

Dependency injection explained

Dependency injection (or DI as it is often abbreviated), is the act of passing the things a class...

Learn More 0 0Sep 17 '24

Programming Hangman in Python

For those that don't know, Hangman is a word guessing game traditionally played with pen and paper. A...

Learn More 0 0Sep 17 '24

Building a cache in Python

Caching. Useful stuff. If you're not familiar with it, it's a way to keep data around in memory (or...

Learn More 0 0Sep 17 '24

Rock, paper, scissors, fight!

Rock, paper, scissors is a great game. Simple to grasp, yet surprisingly complex in terms of...

Learn More 0 0Sep 17 '24