Skip to content

dev

What is Serverless Computing

Learn and discover how the serverless programming model provides a simpler, more cost-effective way of developing and operating applications in the cloud

What is cURL

An introductory tutorial on how to install the handy command line tool name cURL and when and where to use it

dotnet core

Making API calls with HttpClientFactory in Console applications

Technical Director at threenine.co.uk
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.
Gary Woodfine
Latest posts by Gary Woodfine (see all)

.Net Core console applications are by far the most popular applications most developers will routinely develop in order to implement some kind of automation-based task.… Read More »Making API calls with HttpClientFactory in Console applications

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 Git

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

dotnet

Why, When and How to use Redis in ASP.net MVC Core

Technical Director at threenine.co.uk
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.
Gary Woodfine
Latest posts by Gary Woodfine (see all)

In a previous post, Redis InMemory Cache in ASP.net MVC Core, I discussed the various forms of cache storage applications may use, introduced Redis and… Read More »Why, When and How to use Redis in ASP.net MVC Core

dotnet

C# Tuples

Exploring the Tuples the New C# 7 language feature learning both the Advantages and limitations of this great language enhancement.

What are Microservices

The microservice architecture enables the rapid, frequent and reliable delivery of large, complex applications. It also enables an organization to evolve its technology stack.

How to Install Node Version Manager on Ubuntu Linux

Technical Director at threenine.co.uk
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.
Gary Woodfine
Latest posts by Gary Woodfine (see all)

Typically developers will no doubt need to support software that has been developed using old outdated versions of a software framework or libraries within that… Read More »How to Install Node Version Manager on Ubuntu Linux

Enable SSH on ubuntu

Secure Shell (SSH) is an extremely useful tool when administering a number Linux servers. If SSH is not enable on your ubuntu server this guide will assist you in configuring SSH.