Comparision of LLM models for coding and planing
Today, I would like to compare several LLM models how they build plans to write the code. Having some open source projects in internet, I would like…
Notes on cloud infrastructure and platform engineering — Kubernetes on GKE/GCP, Terraform CI/CD pipelines, FastAPI services, running local LLMs, and encrypted-email protocols.
Today, I would like to compare several LLM models how they build plans to write the code. Having some open source projects in internet, I would like…
Running local models on hardware in MacOs I have got a new MacbookPro on M4 chip with 24Gb memory. And the first thing that I would like to do on it…
Introducing Mailnite’s DNS-based Public Key Discovery Email is Broken — Here’s How We Can Fix It It’s no secret that email, as we use it today, is…
Building the CI/CD pipeline based on Terraform to deploy application in GKE cluster. In previous Part 3…
Building simple REST API application of Python using our Terraform GKE infra. In previous Part 2…
Incoming traffic ingress management in GKE by Terraform and CI/CD pipeline. In the first Part 1…
Using Terraform to create and maintain the GKE Kubernetes Cluster. All cloud providers are interested to lock you in to their services and maximize…
How to replace the cert-manager in Kubernetes or update it. Long time ago I installed cert-manager in Kubernetes using old approach described in this…
The first basic http server on servion framework in golang Today, we will try to build the first server application on servion…
How to do dependency injection in Golang with Glue Framework Today we would talk about dependency injection in building software applications. What…