2023-04-25 ::
Jon
#Go
#Redis
#PubSub
Hi. It’s been a while. This post is covering go-redis, which is a popular Redis client for Go.
2023-03-20 ::
Jon
#Go
#HTTP
Hi there. In this post, I’m going to go over a couple snippets of minimal HTTP servers that I use from time to time when I’m tinkering with Go.
2023-01-16 ::
Jon
#Snippets
#Go
#JWT
Hello again. To start off the new year, I’m going to do a “Snippets” post focused on using JWTs in Go.
2022-12-30 ::
Jon
#Reddit
#Go
#HTTP
Howdy! The subject of this post is going to be a quick run through of how to authenticate your Go web application for interacting with the Reddit API.
2022-12-11 ::
Jon
#Snippets
#Go
Hi Folks, it’s been a while and I remembered some handy snippets I’d used for Go synchronization a while back and figured it would be a good blog post subject.
2022-11-18 ::
Jon
#Snippets
#Go
Greetings! Coming from a Python background, I don’t have the Go strings API memorized; I frequently find myself repeating the same search/copy/paste for common operations.
2022-11-09 ::
Jon
#Go
#Adapter Pattern
#HTTP
This is the third in my series of posts showcasing how to use the “adapter pattern” in Go.
2022-11-07 ::
Jon
#Go
#Adapter Pattern
#HTTP
This is the second in my series of posts showcasing how to use the “adapter pattern” in Go.
2022-10-27 ::
Jon
#Go
#Adapter Pattern
#HTTP
In the next couple posts I’m going to show how to use the “adapter pattern” in Go.