
Building a Dual-Mode AWS Lambda with Python and Terraform
Step-by-step example
Here we have a Python Lambda example of SQS Message Processor + REST API with API Key Protection + Terraform script to deploy it for serverless execution.
Step-by-step example
Here we have a Python Lambda example of SQS Message Processor + REST API with API Key Protection + Terraform script to deploy it for serverless execution.
What is Proxmox?
Proxmox Virtual Environment (Proxmox VE) is an open-source, type-1 hypervisor and datacenter orchestration platform built on Debian.
Tried both Kubuntu and KDE Neon, Kubuntu is more stable.
For KDE Plasma fans, two Linux distributions frequently come up in discussion: Kubuntu and KDE Neon. They may appear similar - both ship with KDE Plasma as the default desktop, both are based on Ubuntu, and both are friendly to newcomers.
Notes on configuring static IP in Linux
This guide will walk you through the process of changing the static IP address on an Ubuntu Server.
Little list of applications for GPU load monitoring
GPU load monitoring applications: nvidia-smi vs nvtop vs nvitop vs KDE plasma systemmonitor.
Installing little k3s kubernetes on homelab cluster
Here’s a step-by-step walkthrough of installation of a 3-node K3s cluster on bare-metal servers (1 master + 2 workers).
Very short overview of kubernetes variants
Comparing self-hosting Kubernetes distributions for hosting on bare-metal or home servers, focusing on ease of installation, performance, system requirements, and feature sets.
Nice tool for platform engineering on AWS
The AWS Cloud Development Kit (AWS CDK) is a framework that enables you to define and provision cloud infrastructure using familiar programming languages like TypeScript, Python, Java and Go.
Choosing the best Kubernetes flavour for our homelab
I’m comparing self-hosted Kubernetes variants that suit the Ubuntu-based homelab with 3 nodes (16GB RAM, 4 cores each), focusing on ease of setup and maintenance, support for persistent volumes and LoadBalancers.
A bit about on common GitHub Actions and their structure.
GitHub Actions is an automation and CI/CD platform within GitHub, used to build, test, and deploy your code based on events like pushes, pull requests, or on a schedule.
Step by step instruction for VirtualBox shared folders set up
To configure VirtualBox shared folders in Linux Guest OS, follow these steps:
Comparison of software engineering tools and languages
The Pragmatic Engineer letter published a couple days ago survey statistics of the popularity of programming languages, IDEs, AI tools and other data for mid-2025.
The list of all terraform commands
Here is a comprehensive Terraform cheatsheet with essential commands, configuration elements, resource management, modules, variables, state handling, and best practices.
BTW, docker-compose is different from docker compose...
Here’s a Docker Compose cheatsheet with annotated examples to help you master Compose files and commands quickly.
Some notes on GitOps
GitOps is a modern approach to managing infrastructure and applications deployments using Git as the single source of truth. It leverages Git’s version control capabilities to automate and streamline the process of deploying and managing applications and infrastructure, particularly in cloud-native environments.