Install
A constructive and inclusive social network for software developers. With you every step of your journey.
- 10,531articles · 30d
- 1+ hour agolatest article
- Aug 14, 2026earliest in window
- 97%with images
- 293avg words
- software 9,764
- coding 9,550
- development 9,516
- engineering 9,495
- community 9,475
- inclusive 9,437
- ai 8,009
- webdev 5,766
- programming 5,161
- productivity 3,511
- python 2,975
- technology 2,884
- artificial intelligence 2,835
- security 2,737
- devops 2,736
- llm 2,305
- architecture 2,263
- agents 2,167
- tutorial 2,112
- javascript 1,937
- Software Dev. 9,734
- Science & Technology 9,605
- Computers & Electronics 7,440
- Business & Industrial 811
- Internet & Telecom 775
- Economy, Business & Finance 384
- Finance 334
- Arts, Culture, Entertainment & Media 246
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
Engineering Build Notes #3: When 200Gi Was More Storage Than the Nodes Needed
1+ hour, 47+ min ago (1254+ words) How measuring Kubernetes node storage usage led to a simpler capacity decision in an Amazon EKS cluster. In Engineering Build Notes #1, I investigated what initially looked like an opportunity to reduce worker-node capacity. The nodes appeared to have more capacity…...
EC2 Instance Unreachable via SSM Session Manager
4+ hour, 8+ min ago (595+ words) This runbook resolves the situation where an EC2 instance is running and visible in the console but either does not appear in the Systems Manager Fleet Manager inventory, or returns a connection error when you attempt to start a Session Manager…...
I recorded my Kubernetes AI agent failing, on purpose
7+ hour, 3+ min ago (457+ words) Most demos of AI-for-infrastructure tools show a clean run. I think that is exactly backwards, and I want to explain why by walking through the thirty seconds of my own demo that a normal product video would have cut. A…...
Set a Pause to Over-Engineering: Why AWS Lambda MicroVMs Will Serve Indie Developers in 2026
8+ hour, 22+ min ago (373+ words) 1.True State Retention Without Complicated Databases Earlier, if you wanted your backend code to retain a simple piece of information from a past user action, you had to store that data in an external database, such as Amazon DynamoDB. For…...
How I Built an Agentless Self-Hosting Orchestrator with 100+ Tested Stacks & 100% Local AI
11+ hour, 48+ min ago (417+ words) For anyone passionate about digital sovereignty and homelabbing, setting up a private home server on a Single Board Computer (like a Raspberry Pi 5, Orange Pi) or a Proxmox home lab is one of the most rewarding engineering projects. However, anyone…...
Bypassing the BIOS: Fixing Minikube’s "VT-X/AMD-v Enabled is Mandatory" Error Without a VM
16+ hour, 32+ min ago (24+ words) I was interested in touching the surface of Kubernetes ecosystem of some sort, so I decided to touch... Tagged with cloudnative, programming, opensource, tutorial....
Wrapping a Monolith in Docker Isn't Containerization
19+ hour, 2+ min ago (330+ words) Neither wins universally, most production systems run containers on top of VMs, getting both layers. But the density/speed numbers explain why containers, not VMs, are the default unit for anything you want to scale or ship fast. The first…...
Daily Dose of DevOps — Terraform remote state explained
19+ hour, 50+ min ago (594+ words) Terraform Remote State: A Consistency Boundary for Infrastructure Control Terraform state is not a cache that can be casually regenerated. It is the controller’s mapping between declarative addresses and real provider objects, including dependency metadata and sensitive attributes. Remote state…...
Nginx TLS Hardening: Manual Directives vs Delegated Edge Policy
1+ day, 21+ min ago (502+ words) Nginx TLS hardening usually gets attention at the worst possible moment: a pentest report flags missing security headers, or a compliance auditor asks why SSLv3 is still negotiable on a box nobody remembers deploying. The fix people reach for first is…...
How to Rehearse Smart-Contract Rollback Before Calling a System Upgradeable
1+ day, 20+ min ago (1225+ words) Rehearse smart-contract recovery on pinned forks: test migration checkpoints, user entitlements and authority, then preserve a reviewable rollback manifest. Tagged with solidity, web3, testing, security....