Website profile

@Thepracticaldev

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

  • 10,515articles · 30d
  • 35+ min agolatest article
  • Aug 14, 2026earliest in window
  • 97%with images
  • 292avg words
articles per day
Categories
  • Software Dev. 9,716
  • Science & Technology 9,589
  • Computers & Electronics 7,447
  • Business & Industrial 800
  • Internet & Telecom 773
  • Economy, Business & Finance 388
  • Finance 333
  • Arts, Culture, Entertainment & Media 244

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 > anton_brilliantov > the-env-catalog-is-a-repository-artifact-42ca

The Env Catalog Is a Repository Artifact

11+ min ago   (901+ words) One service reads 59 environment variables. None of them are documented by hand: a generator writes the catalog, CI runs the same generator with --check, and any drift between the file and the code fails the build. Tagged with go, devops,…...

DEV Community
dev.to > nkeltner > nightmare-on-linux-st-h13

Nightmare on Linux ST

12+ min ago   (570+ words) canonical_url: https://theprettyrejectsguidetotechnology.blogspot.com/2026/08/nightmare-on-linux-st.html A quick one from my ongoing series on what it's actually like learning tech as a non-traditional student — bumps, bruises, and the occasional fever dream included. I have been having a recurring nightmare involving TUX the penguin. If you…...

DEV Community
dev.to > anton_brilliantov > the-manifest-is-the-only-declaration-32cn

The Manifest Is the Only Declaration

11+ min ago   (884+ words) Daemons, resources, migrations and schedules are declared once in the service manifest. Everything the environment knows about the service - down to the name of every environment variable - follows from that one declaration. What isn't declared doesn't exist. Tagged with go,…...

DEV Community
dev.to > xil > how-bug-hunter-evolved-from-a-test-runner-into-a-self-hosted-quality-intelligence-platform-4096

How Bug Hunter Evolved From a Test Runner Into a Self-Hosted Quality Intelligence Platform

9+ min ago   (1638+ words) A few months ago, I wrote about Bug Hunter as a self-hosted testing tool for web applications and APIs. At that point, the project could already: Since then, the project has changed significantly. The biggest change is not one individual…...

DEV Community
dev.to > asael_shinder_9f53bdca840 > most-of-the-questions-will-not-be-about-code-55dm

Most of the Questions Will Not Be About Code

4+ min ago   (372+ words) If you mentor anyone for longer than a few months, the subject will drift. You start out talking about testing strategy and pull requests, and one Tuesday they ask whether they should take a job in another city, or how…...

DEV Community
dev.to > javadinteger > w3-web-world-war-part-1-php-vs-django-the-request-response-duel-9jd

W3 (Web World War) — Part 1: PHP vs Django — The Request-Response Duel

12+ min ago   (1523+ words) Welcome back to W3 — Web World War, the series where we don't just compare technologies — we teach you how to compare them correctly. In the introduction, we established the Four Fundamental Rules of Valid Comparison: Today, we apply these rules to…...

DEV Community
dev.to > yveshabchy > renovating-a-vibe-coded-app-readable-code-no-reasoning-behind-it-2eg1

Renovating a vibe-coded app: readable code, no reasoning behind it

4+ min ago   (345+ words) A client had been building an education platform in Lovable for months. Too many issues piled up, so they brought in devs. I got assigned to it. The job was to turn a vibecoded app into something production ready. First…...

DEV Community
dev.to > joo_pauloalmeidarodrig > strategy-pattern-na-pratica-como-desacoplar-regras-de-pagamento-sem-quebrar-seu-sistema-2n2n

Strategy Pattern na Prática: Como Desacoplar Regras de Pagamento sem Quebrar seu Sistema

18+ min ago   (398+ words) O Strategy é um Design Pattern comportamental, catalogado originalmente pela Gang of Four (GoF). Padrões comportamentais tratam da comunicação e da distribuição de responsabilidades entre objetos — e o Strategy resolve especificamente um problema muito comum: como permitir que um algoritmo…...

DEV Community
dev.to > cubietec > google-play-closed-testing-12-testers-and-14-days-1ne2

Google Play Closed Testing: 12 Testers and 14 Days

32+ min ago   (589+ words) Building the app was the part we planned for. Publishing it was the part that kept producing surprises. Here is what actually stood between a finished Flutter app and a listing. Android release builds must be signed, and the keystore…...

DEV Community
dev.to > webdecoy > inside-a-wordpress-bot-detection-engine-mm3

Inside a WordPress Bot Detection Engine

28+ min ago   (1296+ words) This post walks through how each layer works, how they combine into a single threat score, and why this architecture catches bots that simpler approaches miss. It's a WordPress plugin, but the scoring design applies to any request pipeline. Every…...