Website profile

@Thepracticaldev

  • 10,361articles · 30d
  • 1+ hour agolatest article
  • Aug 15, 2026earliest in window
  • 97%with images
  • 292avg words
articles per day
Covers
People
Places
Organizations
Categories
  • Software Dev. 9,567
  • Science & Technology 9,451
  • Computers & Electronics 7,359
  • Business & Industrial 796
  • Internet & Telecom 749
  • Economy, Business & Finance 389
  • Finance 329
  • Arts, Culture, Entertainment & Media 229
Bylines

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.to > mahirhir > a-six-line-edit-made-fifteen-units-stale-the-freshness-check-was-working-correctly-1en6

A six-line edit made fifteen units stale. The freshness check was working correctly.

18+ min ago   (530+ words) Every unit of this project carries a record of its last verification, and each record pins the configuration it was checked against by hashing it. If the configuration changes, the pin no longer reproduces and the record goes stale, which…...


dev.to > anton_brilliantov > generation-and-operations-are-one-thing-ei9

Generation and Operations Are One Thing

8+ min ago   (856+ words) Add a service and you get code, observability and deploy — or the platform drifts from reality. What it takes to keep 'declared' and 'actual' the same thing by construction, and what that costs. Tagged with platform, devops, go, architecture....


dev.to > anton_brilliantov > deploy-is-a-consequence-of-the-manifest-54i5

Deploy Is a Consequence of the Manifest

9+ min ago   (1038+ words) Three pipelines, identical for every service, derived from the file that declares the service - and exactly three decisions left to a human: environment, secrets, tag. Plus the one defect in this area that stays green while being wrong. Tagged with…...


dev.to > anton_brilliantov > metrics-you-get-without-writing-any-90b

Metrics You Get Without Writing Any

9+ min ago   (1448+ words) A machine-written snapshot of one service counts 67 metric records. Six of them came from the service. The rest arrived with the runtime - and the rules for adding a new one are stricter than the rules for writing the code that…...


dev.to > dave_gordon > where-background-removal-apis-send-your-users-video-2bl2

Where Background Removal APIs Send Your Users' Video

34+ min ago   (914+ words) Picking a background removal API is an engineering decision right up until it stops being one. The masks hold on hair and glasses, the latency fits, the integration is a two day job, and then a security reviewer at your…...


dev.to > shadorux > i-built-a-shadow-the-hedgehog-css-library-40p6

I Built a Shadow the Hedgehog CSS Library

9+ min ago   (255+ words) I've been building a collection of Shadow the Hedgehog-focused web projects under Shadorux, and one of the projects I wanted was something reusable outside of my own site. So I made SHADOW.CSS. SHADOW.CSS is a small open-source CSS…...


dev.to > ionutbuzatu > salesforce-data-cloud-when-source-target-8a5

Salesforce Data Cloud: When Source!= Target

22+ min ago   (623+ words) The source and target environments look identical. So why does the deployment fail? This was one of the most interesting problems I encountered while working on a Salesforce Data Cloud deployment. The architecture looked correct. The components existed in both…...


dev.to > cyprus09 > deep-dive-into-mixture-of-experts-from-1991-to-deepseek-v3-2pgh

Deep Dive into Mixture of Experts: From 1991 to DeepSeek-V3

20+ min ago   (738+ words) Every major LLM lab is in a conundrum today, deliberating between scale vs cost. Making a dense model... Tagged with ai, llm, deepseek, google....


dev.to > presend > our-ssrf-guard-passed-every-test-we-ran-until-a-strangers-comment-pointed-out-the-test-we-never-38m

Our SSRF guard passed every test we ran — until a stranger's comment pointed out the test we never ran

22+ min ago   (300+ words) Then I didn't follow up. The comment sat there for weeks. Going back to it tonight, the gap was worse than I'd worried. Five of our endpoints (redirect-trace, security-scan, security-headers, favicon, scrape) fetch a user-supplied URL. All five guarded against…...


dev.to > ktirupati > overcoming-the-performance-tax-in-ai-safety-engineering-a-low-latency-control-plane-for-autonomous-4i

Overcoming the Performance Tax in AI Safety: Engineering a Low-Latency Control Plane for Autonomous Agents

31+ min ago   (668+ words) As enterprise AI systems move from single-turn retrieval-augmented generation (RAG) toward agents that plan, call tools, and modify external state, safety can no longer be treated only as text filtering. The goal is not to promise "zero overhead." The goal…...