Integration Go and Python via gRPC for OpenAI Moderation

I made a demo with a simple chat server that has integration with OpenAI moderation API.

Making Container Images Faster and Smaller: Practical Tips

In this post, I collected some tips and hints how to make quicker and/or smaller builds during container image building.

Is Go Error Handling Really Bloated?

Is Go error handling with a lot of err and nil really bloated or just practical?

Example for Cobra and Viper for Go

This article shows an example how to use Cobra and Vipera packages for a Go project.