Benjamin Shawki
Potters.Tools

Tech Blog

Technical articles and insights on web development, TypeScript, API design, and software engineering best practices.

Building a Scalable VPS Management System with Proxmox

Technical deep dive into engineering a comprehensive API and management layer for Proxmox Virtual Environment, implementing infrastructure automation and cross-team communication for the Hemiron project.

InfrastructureProxmoxVirtualizationAPI DevelopmentDevOpsIaCSystem Architecture

Engineering Zero-Downtime Deployments: The Hemiron Rollback System

A comparative analysis of Traefik and Nginx performance for instant rollback functionality in blue-green deployments, with empirical results showing Nginx achieving up to 77% faster rollback times.

DevOpsReverse ProxyBlue-Green DeploymentNginxTraefikZero-DowntimeDockerGitLab CI/CD

Building Type-Safe APIs with Schema Validation

Learn how to create type-safe API interactions using TypeScript and schema validation libraries like Zod and Valibot.

TypeScriptAPI DesignSchema ValidationZodValibotDesign Patterns