Diagrams with Mermaid

I have been wanting to produce a diagram of the architecture of my side project for some time, but I have put it off as never sure what the correct tools is for this job. Mermaid is a tool that lets you create diagrams from code and text. I first came across this tool about a year ago for use in a project. I had...

Scottish Summit 2022

On the 10th and 11th June 2022 Scottish Summit 2022 happened and I was there. It was an awesome event and I will attempt to summarise what happened. Thursday 9th On Thursday 9th I travelled down on the train full of excitement about the event. Once I got to the hotel, I was immediately greeted by James Cook , I was...

Scratch

My 6 year old boy has been playing with Scratch, so here is a quick introduction to what we have learnt about it. Scratch is a website that allows you to “code” by combining blocks together. This is how the scratch website describes its self Scratch is the world’s largest coding community for children and a coding...

Temporal Trek Podcast

Earlier this year I was a guest on the Temporal Trek Podcast. Your Inquiry is recognised. Here is this weeks episode of The Temporal Trek. “Dead Stop” part 2 of the unofficial Battle Damage two parter. Special Guest @funkysi1701 who was paid with three containers of warp plasma. Bargain!https://t.co/up4zAKOpZy...

AWS Cloud Practitioner

So today I sat the AWS Cloud Practitioner Certification Exam and passed! This is my second certification exam I have sat after the Azure Fundamentals one I sat last year. This time was different than the Azure one. Colleagues at work encouraged me to look into doing this particular exam and my employer is going to...

Updating SQL Server with Docker

This morning I was listening to a podcast where the new features coming out for SQL Server 2022 were being discussed. This starting me thinking about what would be involved in upgrading. Upgrading production environments is complex and there are licensing considerations to take into account. However for non production...

dotnet is 20 years old

Today Microsoft celebrated 20 years since the first version of dotnet was released with a special live stream event. A lot has happened in the 20 years of dotnet (or .Net). It is my understanding that .Net was created to rival Java. When the .Net Framework was first created it was a windows only thing, but today...

Why do I have a website?

Is it to share my ideas? Is it to learn new technologies and techniques? Is it to create a following? Is it to educate others? Is it to build some kind of service? Is it some combination of all of these. History Back when the web was young and I was first learning HTML. I hand crafted web pages, adding photos I had...

Using GitHub Actions

I’ve been running my website on Azure Static Web Apps for a while and it is pretty cool. When you create a Static Web App on Azure you get asked for the github repo of your source code and even the branch to use. Once you have selected this, you get asked for the type of code to deploy, mine is Blazor Web Assembly but...

Lets have a look at what my goals were for 2021. I had eight of them, lets look at them one by one. Azure certification. In May of this year I sat and passed the Azure Fundamentals exam. I am calling this goal as achieved. Mentoring. I didn’t do anything about working with others or mentoring, so not sure I...