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 this Directory.Packages.props file all about?

With introduction of MsBuild we can now manage all these Package Version numbers more in a single fi…

dotnet
How to add Tailwind CSS to Blazor website

A walk-through guide detailing the steps you can follow to configure your Blazor wasm project to use…

dotnet
How to deploy a Blazor site to Netlify

A walkthrough guide on how to create a simple Balzor application and deploy it to netlify using GitH…

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

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…