Below are some of my thoughts:

Advent of Code 2021

The Advent of Code 2019 has my thoughts about the daily exercises which I’m currently attempting to solve with both Go and Python 3.
Read more →

The Visitor Pattern

The visitor design pattern explains how to separate operations of an object from the object and then it gives a simple example using Go.
Read more →

The Best of my Decade

In this article, I reflect on some of the best things and moments that I had in the decade 2010-2019. It’s been a wonderful 10 years full of ups and downs and in as much as I would like to have a balanced view of both, I choose to stick with the positive things that happened to me and that I can remember.
Read more →

Advent of Code 2019

The Advent of Code 2019 has my thoughts about the daily exercises which I’m currently attempting to solve with both Go and Python 3.
Read more →

HTTP/3 and it’s underlying protocol QUIC

HTTP/3 and it’s underlying protocol QUIC talks about the new HTTP/3 layer and the underlying protocol QUIC. It’s from the very nice read by Daniel Haxx called HTTP/3 Explained – which you should read as it details the processes, how it works and what the future holds for HTPP/3 and QUIC.
Read more →