Storing encrypted data in Postgres with Go
Turning Go structs into encrypted data using symmetric encryption
May 31, 20257 min read33
Search for a command to run...
Articles tagged with #golang
Turning Go structs into encrypted data using symmetric encryption
In this article we will see how to implement a micro-service to calculate administrative fees. We will use the concept of cash out fees for a fictional mobile money service operator, using Go armed with only the standard library for the HTTP server a...
TLDR; I developed an AWS Lambda Function URL which can be used for performing basic Named Entity Recognition i.e. detecting names of people and places from text from any website. It requires a URL and an JQuery-like selector which specifies which par...
