Website profile

@Thepracticaldev

A constructive and inclusive social network for software developers. With you every step of your journey.

  • 10,550articles · 30d
  • 2+ hour agolatest article
  • Aug 15, 2026earliest in window
  • 97%with images
  • 292avg words
articles per day
Categories
  • Software Dev. 9,745
  • Science & Technology 9,616
  • Computers & Electronics 7,485
  • Business & Industrial 804
  • Internet & Telecom 769
  • Economy, Business & Finance 393
  • Finance 334
  • Arts, Culture, Entertainment & Media 238

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 > whateverneveranywhere > an-http-200-is-not-a-delivered-job-application-nlc

An HTTP 200 is not a delivered job application

3+ hour, 13+ min ago   (336+ words) Every auto-apply tool I have taken apart marks an application "sent" at the same moment: the instant it dispatches the click. That is a read-back of our own input, and it is the weakest signal in the whole pipeline. I…...

DEV Community
dev.to > jeromefromhk > migrated-up-then-back-3j10

Migrated Up, Then Back

8+ hour, 34+ min ago   (407+ words) The promise I'd made myself at the start was the discipline that kept the migration honest: external domains and ports stay unchanged, and the reverse proxy stays the anchor. Move a service in, get it working on k3s, then repoint the…...

DEV Community
dev.to > rulestack > 12-of-our-posts-had-an-image-the-fix-a-commit-gate-a-sha256-and-one-directory-31n9

12% of our posts had an image. The fix: a commit gate, a sha256, and one directory

8+ hour, 37+ min ago   (392+ words) On 2026-09-06 we counted the scheduled Bluesky posts our agent had sent over the previous seven days:... Tagged with ai, devtools, programming, productivity....

DEV Community
dev.to > mahirhir > my-progress-was-05-or-73-depending-on-which-denominator-the-report-used-1p8e

My progress was 0.5% or 7.3%, depending on which denominator the report used

16+ hour, 20+ min ago   (426+ words) A classification pass over a large corpus prints its progress. Here are two numbers from the same run, in the same line: Eight of sixteen hundred. Four and a half thousand of sixty-two thousand. Both are "how much have we…...

DEV Community
dev.to > mahirhir > a-deprecated-value-has-to-live-somewhere-and-widening-the-set-was-the-wrong-somewhere-4kh8

A deprecated value has to live somewhere, and widening the set was the wrong somewhere

18+ hour, 56+ min ago   (590+ words) A check refused a row I had just added. The row was a retired signing key, kept so that records signed under it can still be read. The check said: The set of accepted schemes has exactly one element, and…...

DEV Community
dev.to > coridev > sk-1234-is-not-a-secret-its-a-docs-example-and-10-of-you-shipped-it-anyway-374h

sk-1234 Is Not a Secret, It's a Docs Example, and 10% of You Shipped It Anyway

23+ hour, 53+ min ago   (325+ words) Nearly one in ten internet-facing LiteLLM gateways were running with the literal example admin key from the documentation still active. Not a weak key. Not a leaked key. The key that's printed in tutorials, sk-1234, sitting wide open on the…...

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

I recorded my Kubernetes AI agent failing, on purpose

1+ day, 10+ hour 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 > najeebullah > the-net-http-failure-nobody-sees-coming-najeeb-ullah-3g45

The.NET HTTP Failure Nobody Sees Coming -Najeeb Ullah

1+ day, 14+ hour ago   (1235+ words) Your CPU is fine. Your memory is fine. Your database is fine. So why did the application suddenly stop calling another service? There is a class of production failure that is particularly dangerous because your application metrics can look completely…...

DEV Community
dev.to > mahirhir > my-freshness-check-went-stale-every-time-someone-did-the-right-thing-1eni

My freshness check went stale every time someone did the right thing

1+ day, 15+ hour ago   (587+ words) We keep a register of rows that each cite a place in the codebase. A row is fresh while the bytes it cited are still there and stale once they move or change, so a citation can go red instead…...

DEV Community
dev.to > harsh_trivedi > azure-function-app-stuck-on-runtime-unreachable-how-vnet-integration-and-private-endpoints-fixed-2f39

Azure Function App Stuck on "Runtime Unreachable"? How VNet Integration and Private Endpoints Fixed It

1+ day, 17+ hour ago   (1291+ words) A beginner-friendly, real-world walkthrough of diagnosing and fixing networking issues in a Linux... Tagged with azurefunctions, azure, functionapp, errorfix....