Website profile

@Thepracticaldev

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
articles per day
Categories
  • 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.

Hold with a pointer, or hold Space or Enter.

News

DEV Community
dev.to > damola12345 > engineering-build-notes-3-when-200gi-was-more-storage-than-the-nodes-needed-f9k

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…...

DEV Community
dev.to > rafagross > ec2-instance-unreachable-via-ssm-session-manager-1fe9

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…...

DEV Community
dev.to > mskazemi > i-recorded-my-kubernetes-ai-agent-failing-on-purpose-1ib2

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…...

DEV Community
dev.to > safiya_k > set-a-pause-to-over-engineering-why-aws-lambda-microvms-will-serve-indie-developers-in-2026-58nh

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…...

DEV Community
dev.to > henk_van_hoek > how-i-built-an-agentless-self-hosting-orchestrator-with-100-tested-stacks-100-local-ai-1cbo

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…...

DEV Community
dev.to > raziq_din_bd0274cc2ac748b > bypassing-the-bios-fixing-minikubes-vt-xamd-v-enabled-is-mandatory-error-without-a-vm-4ck8

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....

DEV Community
dev.to > sherdilcloud > wrapping-a-monolith-in-docker-isnt-containerization-l82

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…...

DEV Community
dev.to > marco13moo > daily-dose-of-devops-terraform-remote-state-explained-33h5

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…...

DEV Community
dev.to > oleksandr_kuryzhev_42873f > nginx-tls-hardening-manual-directives-vs-delegated-edge-policy-1m4g

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…...

DEV Community
dev.to > pharos_production > how-to-rehearse-smart-contract-rollback-before-calling-a-system-upgradeable-3532

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....