Developer, Designer, IT Enthusiast, Maker, Husband
5 Things I Wish I Knew When I Was a Junior Dev
Some notes for Junior developers on things I wish I knew when I was starting my dev career.
How I am growing my technical skillset in 2022
My plan for growing my skillset in 2022 my 5th year of professional Software Development.
How to update Ghost with Docker
A guide on how to update your docker ghost instance
Ignore SSL validity with HttpClient
How to ignore SSL validity with http client (can be usefeul for working with self signed certificates)
Improving JavaScript performance by ditching the Date object
How I improved my apps performance by implementing a simplified date structure
Using C# Web Assembly without using Blazor
An overview on how to use Web Assembly with C# and avoiding building a Blazor application.
Web Workers
A brief look at Web Workers and how to use them.
What are Semaphores?
Looking at what a semaphore is and why you might want to use it.
What is Recursion?
Looking at what recursion is and why you might want to use it.