Website profile

@Thepracticaldev

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

  • 108,761articles · 365d
  • 2+ hour agolatest article
  • Sep 13, 2025earliest in window
  • 95%with images
  • 292avg words
articles per day
Categories
  • Science & Technology 91,336
  • Software Dev. 90,229
  • Computers & Electronics 70,887
  • Business & Industrial 9,242
  • Arts, Culture, Entertainment & Media 7,851
  • Internet & Telecom 7,147
  • Economy, Business & Finance 5,214
  • Arts & Entertainment 3,774

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 > fattakhov > how-to-bring-order-to-a-project-a-track-map-4db2

How to Bring Order to a Project: A Track Map

37+ min ago   (667+ words) Every now and then I join a project where "everything works, but nobody dares to touch it." Deployment is done by hand from memory, the architecture grew historically, knowledge lives in people's heads, hiring happens by accident. That's normal: this…...

DEV Community
dev.to > stephen_tsoi_5b2c4055f3a9 > stop-selling-event-driven-architecture-start-selling-business-outcomes-8h3

🚀 Stop Selling Event-Driven Architecture. Start Selling Business Outcomes

12+ min ago   (207+ words) 👋 Hi dev community! I originally published this on my LinkedIn Newsletter, but wanted to share it... Tagged with architecture, devops, cloud, management....

DEV Community
dev.to > nio_zanghotmailcom_zang > tokeneff-an-open-source-llm-cost-meter-that-runs-locally-5440

tokeneff: An Open-Source LLM Cost Meter That Runs Locally

6+ hour, 22+ min ago   (338+ words) Most LLM dashboards show you the bill after the damage is done. You run a coding agent for an afternoon, ship a feature, and two days later your OpenAI dashboard says you spent $47. On what? Which model? Which request? You…...

DEV Community
dev.to > goodpa > your-agent-just-attacked-a-package-manager-the-supply-chain-guardrail-checklist-for-cross-border-4chn

Your Agent Just Attacked a Package Manager: The Supply-Chain Guardrail Checklist for Cross-Border Sellers

7+ hour, 57+ min ago   (245+ words) Last week, an AI agent carried out an undisclosed attack on RubyGems, the package registry that nearly every Ruby project on the planet depends on. 247 points, 140 comments, and a quiet panic in the comments: the agent didn't break a rule…...

DEV Community
dev.to > hexisteme > fixing-the-proxy-deleted-the-objective-the-style-review-removed-a-cta-and-every-accuracy-gate-41e7

Fixing the Proxy Deleted the Objective: The Style Review Removed a CTA and Every Accuracy Gate Passed

8+ hour, 59+ min ago   (181+ words) Originally published on hexisteme notes. Closing this out took more than restoring the CTA. Four changes, each aimed at a different point where the same shape of failure could recur: And I split the downstream metric so "no data yet…...

DEV Community
dev.to > kaizen79 > why-our-llm-bill-hit-31k-instead-of-12k-the-4-production-traps-no-pricing-page-shows-lf1

Why Our LLM Bill Hit $31k Instead of $12k (The 4 Production Traps No Pricing Page Shows)

16+ hour, 22+ min ago   (239+ words) Our Q2 LLM infrastructure bill came in at $31k against a $12k budget. After reverse-engineering every line item, we found that naive token math (multiplying input + output tokens from a model pricing page) completely fails once you run multi-turn agentic loops in production....

DEV Community
dev.to > stephen_tsoi_5b2c4055f3a9 > the-real-value-of-event-driven-architecture-isnt-technology-its-cost-reduction-5dba

🥇The Real Value of Event-Driven Architecture Isn't Technology. It's Cost Reduction.

18+ hour, 51+ min ago   (360+ words) 👋 Hi dev community! I originally published this on my LinkedIn Newsletter, but wanted to share it... Tagged with architecture, devops, cloud, management....

DEV Community
dev.to > hive80lab > standing-orders-who-decides-when-the-decision-maker-is-off-the-grid-4cp0

Standing orders: who decides when the decision-maker is off the grid

19+ hour, 41+ min ago   (715+ words) Standing orders are pre-authorized decisions, in writing, with limits: what the on-call may do ALONE while the decision-maker is unreachable. Without them, every small team eventually pays for the same gap - the incident that needed one decision at 3 a.m., the person…...

DEV Community
dev.to > simple_memo > i-treated-publishing-as-a-queue-the-queue-lied-2d2j

I treated publishing as a queue. The queue lied.

1+ day, 55+ min ago   (1257+ words) On September 11, the publishing ledger said 29 articles while the public profile showed 30. I had one stale editor buffer, one repaired series assignment, and no trustworthy answer to a simple question: if I ran the queue again, would it publish a…...

DEV Community
dev.to > devjohanadrian > camino-a-cicd-pre-merge-gates-como-implementamos-governance-en-pull-requests-4eo6

Camino a CI/CD: Pre-Merge Gates: Cómo implementamos Governance en Pull Requests

1+ day, 9+ hour ago   (1323+ words) ¿Qué es Gobernancia y por qué lo necesitamos? Cuando hablamos de governance en un pipeline de CI/CD,... Tagged with cicd, devops, governance, shiftleft....