Install
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
- software 96,074
- coding 91,849
- development 91,715
- engineering 91,288
- community 90,670
- inclusive 90,499
- ai 65,677
- webdev 56,779
- programming 54,515
- artificial intelligence 32,303
- technology 28,233
- productivity 26,401
- beginners 24,677
- javascript 21,953
- devops 20,410
- tutorial 20,100
- security 18,125
- python 17,782
- architecture 12,621
- llm 9,839
- 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.
News
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…...
🚀 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....
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…...
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…...
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…...
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....
🥇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....
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…...
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…...
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....