Website profile

@Thepracticaldev

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

  • 10,515articles · 30d
  • 40+ 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 > paladium-pvp > nemesis-behind-the-scenes-of-minecrafts-best-anti-cheat-iag

Nemesis: Behind the Scenes of Minecraft's Best Anti-Cheat

18+ min ago   (876+ words) Paladium is one of the biggest Minecraft servers in France, running since 2015, with more than 700,000 unique players and up to 6,000 concurrent connections. Like any server that grows, we've had to deal with cheating at scale. Nemesis is our answer to…...

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

The Manifest Is the Only Declaration

17+ 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 > 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

24+ 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 > laravelo11y > laravel-horizon-queue-balancing-idle-workers-vs-starved-queues-42mi

Laravel Horizon Queue Balancing: Idle Workers vs. Starved Queues

34+ min ago   (800+ words) Every Horizon supervisor makes you choose. Turn balancing on and you pay for a floor of idle workers. Turn it off and a busy queue starves the queues listed after it. The more queues you run, the more each option…...

DEV Community
dev.to > b2a48b > your-agents-tool-timed-out-did-it-create-the-job-3pgm

Your agent's tool timed out. Did it create the job?

24+ min ago   (701+ words) Your agent calls create_report_job("weekly"). The tool returns no response. Should the runner try again? The job might already exist. If the database committed but the acknowledgment never reached the runner, a second create call can enqueue a second job. If…...

DEV Community
dev.to > lucas_carlos_247b15bef594 > adapter-pattern-in-java-how-to-integrate-payment-gateways-without-tight-coupling-26c8

Adapter Pattern in Java: How to Integrate Payment Gateways Without Tight Coupling”

26+ min ago   (1260+ words) Software systems rarely remain isolated. Even applications that start out simple eventually need to... Tagged with java, designpatterns, architecture, tutorial....

DEV Community
dev.to > mahirhir > two-required-components-had-no-design-at-all-and-the-numbering-hid-it-pjc

Two required components had no design at all, and the numbering hid it

25+ min ago   (516+ words) My requirements document lists ten layers by name. My source tree has directories numbered P0 through P9. Ten and ten. Coverage was being reported as nine of twelve units, which felt like ordinary unfinished work. Two of the ten layers had no…...

DEV Community
dev.to > gabriel_moreira_c884eee6a > domando-o-caos-das-integracoes-como-o-facade-pattern-simplificou-um-checkout-de-e-commerce-56ao

Domando o Caos das Integrações: como o Facade Pattern simplificou um checkout de e-commerce

49+ min ago   (24+ words) O que é o Facade Pattern? O Facade é um padrão de projeto estrutural. Padrões estruturais, de forma... Tagged with architecture, backend, programming, softwareengineering....

DEV Community
dev.to > mahirhir > my-checker-reported-11-unknown-names-declaring-all-11-in-one-place-would-have-passed-and-been-g06

My checker reported 11 unknown names. Declaring all 11 in one place would have passed and been wrong.

57+ min ago   (443+ words) A semantic check over a codebase reported: Eleven identifiers appearing in code that the project's vocabulary does not declare. There is an obvious way to clear that: add eleven entries to the vocabulary file and watch the number go to…...

DEV Community
dev.to > azathothx > kairos-10-a-schedule-language-where-3-business-days-before-month-end-is-an-expression-87i

Kairos 1.0 — a schedule language where "3 business days before month-end" is an expression

1+ hour, 32+ min ago   (268+ words) Today I tagged 1.0 of Kairos, a schedule definition language I've been building — a small DSL where schedules like "3 business days before month-end" or "payday on the 25th, previous business day if it's a holiday" are single expressions. cron can say "the…...