Dan Gillis
Dan Gillis
Instead of setting secrets (encryption key, db username/password) through environment variables in GCP. Figure out how to integrate with GCP's Secrets Manager and Cloud Run. I believe it's pretty straightforward,...
Need real handler tests
Tests are pretty useless with this data. Need to make test data better. Database setup is also necessary.
Right now, tests that hit the db are mocked. Need to add true tests that hit the db. It will be a significant effort to enable this due to the...
Add gRPC to the project and change structure to handle accordingly.
Currently fabricating a TraceID using [xid](https://github.com/rs/xid) - need to get the TraceID from whichever Telemetry library I go with
I spent some time with opencensus, opentrace and opentelemetry and decided to come back to this space later. I firmly believe in observability and plan to implement something, but feel...
Dig more into go-cloud health checkers and understand how they work. Right now, app is starting when db is down and there's no alerts, etc.
Hello! I'm not sure if this is the correct place to open this issue, but I recently updated [my repo](https://github.com/gilcrest/diygoapi) to the latest version of go (1.21). As per [their...