Website profile

@Thepracticaldev

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

  • 8,751articles · 30d
  • 1+ hour agolatest article
  • Aug 15, 2026earliest in window
  • 97%with images
  • 294avg words
articles per day
Categories
  • Software Dev. 8,090
  • Science & Technology 8,002
  • Computers & Electronics 6,229
  • Business & Industrial 656
  • Internet & Telecom 637
  • Economy, Business & Finance 329
  • Finance 267
  • Arts, Culture, Entertainment & Media 186

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

2+ hour, 2+ 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 > devyuuun > why-a-pr-walkthrough-can-pass-validation-and-still-be-hard-to-read-3gmb

Why a PR walkthrough can pass validation and still be hard to read

4+ hour, 36+ min ago   (770+ words) I made an HTML guide for reading pull requests. When I shared it with coworkers, the visual feedback was encouraging, but I still felt that parts were hard to follow. One person wanted to see the explanation before the code…...

DEV Community
dev.to > anusha_mukka > stop-returning-access-denied-197b

Stop Returning “Access Denied”

5+ hour, 50+ min ago   (540+ words) Security teams spend a lot of time deciding whether a request should be allowed. The person making that request experiences the decision through a much smaller interface: usually a status code and a sentence. This is Part 3 of Security Infrastructure…...

DEV Community
dev.to > automate-archit > ai-wont-fix-a-broken-process-map-it-first-then-automate-1jbk

AI Won't Fix a Broken Process. Map It First, Then Automate

6+ hour, 55+ min ago   (1060+ words) Automation copies your process. If the process is confused, you now have confusion running at speed, and nobody to blame in the room because the software did it. That is the failure mode I see most often in businesses between…...

DEV Community
dev.to > emilreiter > reduce-pr-review-time-with-ai-what-the-45-claim-leaves-out-32p4

Reduce PR review time with AI: what the 45% claim leaves out

6+ hour, 55+ min ago   (412+ words) When a team asks how to cut pull request review time with AI, the answer they get is usually a vendor number. Atlassian says Rovo cut PR cycle time by 45% in their dogfooding. That number is real, but it's self-attested:…...

DEV Community
dev.to > christian-mendes > meu-primeiro-teste-luizalabs-1o8p

meu primeiro teste: LuizaLabs

7+ hour, 37+ min ago   (400+ words) Resolvi voltar a esse projeto agora e documentar aqui a lógica que usei e as decisões que tomei na época, tanto como registro pessoal dessa fase quanto para quem estiver enfrentando um desafio parecido hoje. 🔗 Repositório no GitHub Na época,…...

DEV Community
dev.to > homelabpm > ollamas-responses-api-accepts-previousresponseid-returns-200-and-forgets-the-whole-conversation-1kp8

Ollama's Responses API accepts previous_response_id, returns 200, and forgets the whole conversation

7+ hour, 34+ min ago   (538+ words) Ollama 0.34.0, Debian 13, CPU only, qwen2.5:1.5b. The Responses API, which is the OpenAI-compatible endpoint Codex and similar clients use. Turn 1 plants something the model could not guess: password. Now two controls. The same question with the full history sent in the request…...

DEV Community
dev.to > kenielzep97 > my-harness-used-one-label-for-three-different-failures-2gc3

My Harness Used One Label for Three Different Failures.

7+ hour, 26+ min ago   (1083+ words) Three fixtures, three separate calls into the same reducer. Here is the complete failure_reasons each one returned, unedited: These are minimal fixtures with no sandbox event and no tool response, so the first and last codes fire in all three and…...

DEV Community
dev.to > sefara > playwright-email-verification-can-pass-for-the-wrong-reason-six-checks-for-a-trustworthy-test-20nd

Playwright email verification can pass for the wrong reason: six checks for a trustworthy test

8+ hour, 21+ min ago   (575+ words) We deliberately made an email-verification test finish on the wrong account. The page said Email verified. Playwright passed. Then we added an assertion for which account had been verified. The same scenario failed. This was a controlled browser experiment with…...

DEV Community
dev.to > quintetkit > the-workflow-ran-with-four-personas-instead-of-five-and-looked-fine-2cd7

The Workflow Ran With Four Personas Instead of Five and Looked Fine

8+ hour, 27+ min ago   (504+ words) I run Claude Code as five separate subagents with different permissions — architect, coder, reviewer, conflict resolver, UI designer. One of them stopped loading. The symptom has the shape of not working well. The cause was not being there. Five conditions…...