Tech

Creating an API and a Controller
2023-03-03
Featured Image
Preparing a development cluster
2023-03-02
Featured Image
Create a Kubernetes cluster and a Cloud SQL instance in Google Cloud Platform.
2023-03-01
Featured Image
Golang provides a fantastic way of writing functions called Functional Options. This is a design pattern that allows callers to pass a set of options to a function, each represented by a function. Super flexible, and easy to use.
2023-02-25
Featured Image
503 Backend Fetch Failed - if you ever used Varnish, most probably you will be familiar with this error message. It can be a headache to determine what causes these issues. In the following guide, I will give you some tools which will help to determine and eliminate these error messages.
2021-10-01
Featured Image
Bitbucket Pipelines memory management can be a headache in complex cases. And its documentation is confusing. So let's figure out through examples how it works.
2021-09-17
Featured Image