Skip to content

Cloud

Notes on cloud infrastructure and platform engineering — Kubernetes on GKE/GCP, Terraform CI/CD pipelines, FastAPI services, running local LLMs, and encrypted-email protocols.

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…

Building llama.cpp for MacBook M4

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…

The Next Generation of Encrypted Email

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…

Deploying K8S application in GKE to GCP Endpoint. Part 4.

Building the CI/CD pipeline based on Terraform to deploy application in GKE cluster. In previous Part 3…

FastAPI simple REST application in GKE with Terraform CI/CD. Part 3.

Building simple REST API application of Python using our Terraform GKE infra. In previous Part 2…

Ingress controller in k8s cluster on GCP by Terraform. Part 2.

Incoming traffic ingress management in GKE by Terraform and CI/CD pipeline. In the first Part 1…

Creating k8s cluster on GCP by Terraform. 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…

Replacing Cert-Manager in Kubernetes

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…

Writing basic HTTP Server on Golang using Servion Framework

The first basic http server on servion framework in golang Today, we will try to build the first server application on servion…

Dependency Injection in Golang with Glue

How to do dependency injection in Golang with Glue Framework Today we would talk about dependency injection in building software applications. What…

Last updated:

Deep Learning · Algorithms · Engineering