go
Serverless framework: a small example
Use case I’ve been willing to give the serverless framework a try for a while, and recently I came up with a small side project that was a potential good fit for it. I am a Monzo user, and I use their card to pay for things like my weekday lunches around the office or […]
Setting and deleting cookies in Go
In this post we’ll learn how to set and delete cookies as part of your Go HTTP Handlers. We’ll also learn one way to test our handlers using HTTP recorders.