louisjr.dev

Developer, Designer, IT Enthusiast, Maker, Husband

5 Things I Wish I Knew When I Was a Junior Dev

2020-08-20

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

2022-02-10

My plan for growing my skillset in 2022 my 5th year of professional Software Development.

How to update Ghost with Docker

2022-07-06

A guide on how to update your docker ghost instance

Ignore SSL validity with HttpClient

2021-09-02

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

2024-05-02

How I improved my apps performance by implementing a simplified date structure

Using C# Web Assembly without using Blazor

2022-07-15

An overview on how to use Web Assembly with C# and avoiding building a Blazor application.

Web Workers

2022-12-12

A brief look at Web Workers and how to use them.

What are Semaphores?

2021-05-29

Looking at what a semaphore is and why you might want to use it.

What is Recursion?

2021-01-21

Looking at what recursion is and why you might want to use it.

Sitemap