Install
Please confirm you are human
This browser or connection looks automated. Press and continuously hold the control for 3 seconds to enable Google-hosted web results and, when separately allowed, AI-assisted answers.
A successful check enables 100 search requests. Interactive access does not authorize scraping, systematic collection, or reuse of search output.
News
Self-Hosting Taught Me That Deployment Is an Engineering Problem
15+ hour, 27+ min ago (457+ words) I used to think of deployment as the final step after development. Working with my own VPS changed that perspective. When you deploy your own application, you become responsible for much more than the application code. You have to think…...
Self-Host Bitwarden’s Official Server: 13 Steps [2026]
2+ day, 11+ hour ago (1391+ words) Confirm each of these before starting. Skipping the DNS or firewall steps is the single most common reason a first install fails partway through. Start with a clean Linux VM or dedicated server. A small cloud instance (2 vCPU, 4 GB RAM,…...
CloudFront podía exponer nuestra API REST en EKS. El problema era usarlo como API Gateway
3+ day, 15+ hour ago (340+ words) AWS Community Builders · Arquitectura de referencia anonimizada · Septiembre de 2026 Durante el... Tagged with architecture, aws, kubernetes, microservices....
Stop typing localhost ports: custom local domains with HAProxy and mkcert
3+ day, 16+ hour ago (662+ words) Homebrew keeps the proxy binary, config, and service in one place: The hosts file maps hostnames to IP addresses. It has no concept of ports, so 127.0.0.1:46176 is invalid there. Add the mapping: Run that once. Running it again appends a…...
A Practical Release Inventory for OpenVPN Deployments
3+ day, 20+ hour ago (435+ words) When a new VPN release appears, the first useful question is: which component in our deployment does this release actually describe? Here is a small documentation method for turning those announcements into a reviewable deployment decision. It is a proposed…...
What Silently Breaks When You Migrate from Ingress NGINX to HAProxy
4+ day, 17+ hour ago (392+ words) Everything below was tested on a single-node cluster: Traffic path: Cloudflare (proxied) → HAProxy on the host → ingress controller → pod. This is the chain I run in production, so it is the one I tested. Many teams run something close to…...
A Backup You Have Never Restored Is a Wish
5+ day, 22+ hour ago (305+ words) So the backup sits there, growing, quietly reassuring, It is not a safety net. The day you need it is the worst possible day to discover that the job has been failing since March. That the archive is encrypted with…...
AutoHttps: a zero-dependency automatic HTTPS library for ASP.NET Core / Kestrel
6+ day, 15+ hour ago (235+ words) Hi. I maintain a library called AutoHttps. It gets a real TLS certificate for your ASP.NET Core app from Let's Encrypt (or any ACME certificate authority) and renews it automatically. You add the package, set three values, and Kestrel…...
Consuming AWS MSK from Azure Databricks over mTLS
1+ week, 2+ hour ago (1084+ words) Most guides for connecting Spark to Amazon MSK assume the two live in the same cloud and authenticate with IAM. That covers a lot of cases. It does not cover the one that keeps showing up in large enterprises: the…...
From fabric to cloud native: Cisco Nexus One for the modern private cloud
1+ week, 3+ day ago (374+ words) Cisco Blogs Data Center Ask a network architect what their data center will run in three years, and you’ll get an honest answer: they don’t fully know. Virtual machines, certainly. Kubernetes, absolutely. Bare metal will remain essential. AI will add…...