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 file that we can place in the Root of our solution or project files.
With introduction of MsBuild we can now manage all these Package Version numbers more in a single file that we can place in the Root of our solution or project files.
A walk-through guide detailing the steps you can follow to configure your Blazor wasm project to use Tailwind CSS.
A walkthrough guide on how to create a simple Balzor application and deploy it to netlify using GitHub Actions and Cake Build Script
configure your Nuxt3 application to have an RSS feed to l enable the syndication of your content to various platforms.
An introduction and exploration into understanding & implementing Middleware components into Dotnet Web based applications
A quick walkthrough guide on how to implement WebSocket end points in dotnet
Learn how to generate code coverage summary reports and view them on your GitHub actions
Fathom Analytics; the GDPR-friendly alternative to Google Analytics. I discuss why I use it myself, the key features it offers, and the advantages of it using it.
A detailed walk-through guide on how to implement Fantom Analytics on your Nuxt 3 app
A walk-through guide exploring how to utilize another commonly required aspect for enterprise software application and the ability to store documents, images and various other data files, using Azure Blob Storage.
A detailed walk-through guide on how to use of Azure Key Vault in your dotnet REST API projects to store and use secrets
Vertical slicing is defined as narrowing a work item down to a narrow focus i.e. breaking functionality down into small pieces.
In Nuxt 3, layouts are a way to define a common structure for the pages of your application, In this detailed walk-through guide we explore how to create, define and use layouts in Nuxt 3
A detailed walk-through of the process of creating a new blog using Nuxt 3 and hosting it on Netlify.
Detailed walk-through guide on how to install and start using the Nuxt 3 Content module.
In this post we are going to build on that foundation and start to create and deploy our Kubernetes node to which we will eventually deploy our microservices too making use of Digital Ocean
We take a look at developing a Nuxt Plugin to enable Google Analytics functionality within our Nuxt Apps
adding modules and gradually introduce more of the key features of Nuxt 3 that will help you to build more complex apps and features.
A walk-through on How to add and use user secrets to manage application specific secrets using the dotnet cli
how to make use of the HttpClientFactory to implement the Typed Client pattern in dotnet.