12 March 2020 · 11 min read
In this article we finish the project started in Part 6, by writing a script to call a REST service and populate items in our UI.
12 March 2020 · 11 min read
In this article we finish the project started in Part 6, by writing a script to call a REST service and populate items in our UI.
11 March 2020 · 12 min read
In this article we take on a slightly more complex project, by creating a scrolling list of items using Unity UI.
[Unity UI - Introduction for the business developer Series - Part 5] Unity UI 101
10 March 2020 · 13 min read
In this article we take a first look at Unity UI and interact with a basic button control.
[Unity - Introduction for the business developer Series - Part 4] Logging and debugging with Android
9 March 2020 · 15 min read
In this article we look at how we can attach the debugger and use logging - basic tools for any developer.
[Unity - Introduction for the business developer Series - Part 3] A prototype mobile app
8 March 2020 · 15 min read
In this article we work through the steps needed to make a super-simple application and deploy it to a mobile device.
[Unity - Introduction for the business developer Series - Part 2] Scripting
7 March 2020 · 13 min read
In this article we learn about some coding concepts that are applicable to Unity.
[Unity - Introduction for the business developer Series - Part 1] Getting started
6 March 2020 · 15 min read
In this article we explore how a business developer could make a start using Unity, look at the Editor and overview some of the common words that you'll encounter..
Next! Previous! Using the C# Remainder operator with Arrays
27 November 2019 · 4 min read
Paging backwards and forwards? This short article shows how to use an often overlooked C# operator when moving an index around a List.
How to work with branches using Git (part 6 of Series)
17 April 2019 · 10 min read
In this article, we'll create and work with a separate branch in Git and show you how to merge back and forth. This is part 6 of a series of beginner-level articles covering version-control, Git & GitHub.
Implementing the Open/Closed Principle in C#
25 March 2019 · 15 min read
In this article, we'll explore how you can write your code in an object-oriented manner that satisfies the Open/Closed principle.
25 February 2019 · 11 min read
Guide showing you how methods can be chained in C#.
Introducing the Git workflow (part 5 of Series)
25 January 2019 · 10 min read
In this article for absolute beginners, we'll introduce you to some of the basics of saving changes to your work and saving it to the repository. This is part 5 of a series of beginner-level articles covering version-control, Git & GitHub.
How to install Git and clone a GitHub repository (part 4 of Series)
24 January 2019 · 3 min read
In this article, we'll install Git and 'clone' your first repository to your computer. This is part 4 of a series of beginner-level articles covering version-control, Git & GitHub.
How to create a new repository using Github (Part 3 of Series)
23 January 2019 · 3 min read
In this article, we'll create a new repository using GitHub. This is part 3 of a series of beginner-level articles covering version-control, Git & GitHub.
Let's learn some basic Git concepts (Part 2 of Series)
22 January 2019 · 7 min read
In this article, we'll talk about some of the basic concepts and buzzwords related to Git. This is part 2 of a series of beginner-level articles covering version-control, Git & GitHub.
Beginners' overview of version-control, Git and GitHub (Part 1 of Series)
21 January 2019 · 8 min read
In this article, we'll introduce you to version-control, Git and GitHub. This is part 1 of a series of beginner-level articles.
How to run (debug) a .Net Core project
15 January 2019 · 9 min read
Beginners guide to how you can run/debug a project, using Visual Studio, Visual Studio Code and the .Net Core Command Line Interface.