Skip to content

Free Code Tutorials

I originally started this blog back in 2014, as a way to help me learn about various Digital Marketing and other non-software development related activities that I was interested in. I wrote about this reasons in Whats the big idea behind garywoodfine.com ?

Over the years, I have written a number of articles and posts which have gradually emerged as a loosely collated collection of code tutorials and explorations that I have shared.

C# tutorials

dotnet
What is Middleware in Dotnet

An introduction and exploration into understanding & implementing Middleware components into Dotnet …

dotnet
How to create a WebSocket server in dotnet

A quick walkthrough guide on how to implement WebSocket end points in dotnet

How to publish Code Coverage summary reports Github actions

Learn how to generate code coverage summary reports and view them on your GitHub actions

dotnet
How to use Azure Blob Storage

A walk-through guide exploring how to utilize another commonly required aspect for enterprise softw…

dotnet
How to use Azure Key Vault to manage secrets

A detailed walk-through guide on how to use of Azure Key Vault in your dotnet REST API projects to …

JavaScript Tutorials

Nuxt3
How to add RSS feed to nuxt 3

configure your Nuxt3 application to have an RSS feed to l enable the syndication of your content to …

Nuxt3
How to add Fathom Analytics to Nuxt 3

A detailed walk-through guide on how to implement Fantom Analytics on your Nuxt 3 app

Nuxt3
How to use Layouts in Nuxt 3

In Nuxt 3, layouts are a way to define a common structure for the pages of your application, In this…

How to build a professional developer profile blog

A detailed walk-through of the process of creating a new blog using Nuxt 3 and hosting it on Netlify…

Nuxt3
How to use the Nuxt 3 Content Module

Detailed walk-through guide on how to install and start using the Nuxt 3 Content module.

Raspberry Pi

How to Configure headless Raspberry Pi for SSH

How to guide to configure your headless Raspberry PI with Raspbian Buster Lite for ssh access.

How to create Raspbian SD card Ubuntu

Instructions on how to burn SD card to create a Raspberry PI SDc ard

How to install NGINX on raspberry pi

How to guide to install Nginx on raspberry pi to enable serving static web pages on your local netwo…

How to enable remote Desktop on Raspberry Pi

A walk-through guide on how to configure your PI to enable you to access it making Remote Desktop Pr…

How to install Node.JS on Raspberry Pi

installing NodeJS, an open-source, cross-platform JavaScript run-time environment that enables execu…