Blogs

Some things I've written about

Posts

  • User impersonation with AWS Cognito

    November 1st, 2024

    AWS Cognito doesn't like the idea of being able to impersonate users, which makes it really hard from a customer support perspective to hope into a user's account (or service accounts). Here I've written a straightforward guide on how to achieve user impersonation using custom AWS Lambdas written in Golang.

    • AWS
    • Golang
  • Creating a search engine with MongoDB and OpenAI

    Coming Soon

    There are endless posts online about how to create a basic blogging site with a nice search feature, but in the world of AI we can do so much better. I decided I'd see how hard it would be to create a blog API with a vector search function, using Golang, OpenAI and MongoDB Atlas.

    • OpenAI
    • Golang