Skip to content

Gary Woodfine

Gary is Technical Director at threenine.co.uk, an independent software vendor specialising in IoT, Field Service and associated managed services, enabling customers to be efficient, productive, secure and scale-able.

How to install Laravel on Ubuntu

Detailed instructions on how to install laravel 5.6 on ubuntu 18.04 , with additional instructions of how to get up and running with Homestead on ubuntu.

How to install Laravel 5.6 on Ubuntu 16.04

How to instructions to install Laravel 5.6 on a Ubuntu 16.04 Desktop in order to quickly start developing PHP Web Applications using Laravel. These instructions do not include having to install any virtual machine managers in order to run Laravel 5.6 on your ubuntu development workstation.

Introduction to Python

Python is an open-source , general-purpose, multi-paradigm, high level and interpreted programming language that provides programmers the ability to use various styles of programming to create complex or simple programs. In this post we discuss why it is a beneficial language to learn

Docker for developers

Install Docker on ubuntu for developers

How to install Instructions for docker community edition on a ubuntu desktop computers. Step by step instructions to ensure you properly install docker ready for software development machines using Ubuntu

What is Docker

A brief and easy to understand discussion of Docker providing an overview of some of the basic concepts and benefits.

What is Git

Git is a popular version control system to help software developers maintain a version history of their code

dotnet core

How to create nuget package .net core

Tutorial on how to create a NuGet package using the .NET Core CLI, and then publish their NuGet package to the nuget.org site, including how to set up a CI/CD pipeline

dotnet core

Manage Project and Package References with .net CLI

Learning how to use the .net Core CLI is helpful when learning to manage and edit .net core based applications across different operating systems. In this article we take a look at how easy it is to Manage and Edit project and package references making use of the .net CLI