Website profile

@Thepracticaldev

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

  • 10,413articles · 30d
  • 7+ hour agolatest article
  • Aug 15, 2026earliest in window
  • 97%with images
  • 292avg words
articles per day
Categories
  • Software Dev. 9,616
  • Science & Technology 9,497
  • Computers & Electronics 7,394
  • Business & Industrial 795
  • Internet & Telecom 757
  • Economy, Business & Finance 389
  • Finance 331
  • Arts, Culture, Entertainment & Media 232

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 > hammermei > more-code-review-more-smelly-code-56dd

More Code Review = More Smelly Code?

7+ hour, 27+ min ago   (1094+ words) The reviewer was not wrong once. That turned out to be the problem. This happened on AgentCoop — formerly Agent Chat Gateway — a project that lets AI agents sit in chat rooms (Rocket.Chat, Mattermost), talk to people there, and talk…...

DEV Community
dev.to > prime-vimihi > from-a-feature-request-to-reviewed-delivery-getting-started-with-codex-sdlc-2mab

From a feature request to reviewed delivery: getting started with codex-sdlc

7+ hour, 29+ min ago   (419+ words) A feature request involves more than writing code. Someone needs to clarify the requirements, coordinate the backend and frontend, check the result, and explain what is ready for review. I’ve been building codex-sdlc to give Codex a repeatable process for…...

DEV Community
dev.to > twix_extratop > i-built-a-free-browser-tool-that-lets-you-share-files-p2p-without-any-server-ejp

I Built an All-in-One Browser Toolkit — File Viewer, Converter & P2P Share in 3 Files, No Backend

7+ hour, 41+ min ago   (164+ words) WebTools Utility is a free, open-source browser app I built and host on GitHub Pages. No backend. No accounts. No installs. Three files that do a lot. 📁 File Viewer Open and preview almost any file type directly in the browser…...

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

11+ hour, 3+ 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 > muhammad_prastanurali > how-to-deploy-a-modern-web-application-to-the-cloud-in-5-simple-steps-3phi

How to Deploy a Modern Web Application to the Cloud in 5 Simple Steps

11+ hour, 1+ min ago   (24+ words) Building an application on your local machine is rewarding, but seeing it run live on the web for... Tagged with webdev, tutorial, beginners, cloud....

DEV Community
dev.to > codepy_1473 > i-blamed-the-firewall-for-48-hours-localhost-resolved-to-ipv6-first-1olo

I Blamed the Firewall for 48 Hours. localhost Resolved to IPv6 First

11+ hour, 5+ min ago   (786+ words) This is a 48-hour field notebook, not a victory lap. I will show what I tried, what actually broke, and the small reproduction I wish I had run in the first hour. If you strip every product name out of…...

DEV Community
dev.to > canro91 > the-unexpected-truth-ai-reveals-about-coding-3nma

The Unexpected Truth AI Reveals about Coding

11+ hour, 10+ min ago   (124+ words) Most people glorify AI for its speed. AI spits out code faster than any of us, with just a few magic words. Beep, beep, boop. But coding has never been the bottleneck. In corporate settings, where is most of the…...

DEV Community
dev.to > _94be737e156beb4d74df2 > turning-youtube-videos-into-obsidian-notes-and-what-shipping-the-plugin-taught-me-6m2

Turning YouTube Videos Into Obsidian Notes — and What Shipping the Plugin Taught Me

11+ hour, 6+ min ago   (280+ words) Every so often I'd watch a 90-minute conference talk, close the tab, and realise the only trace it... Tagged with obsidian, showdev, typescript, productivity....

DEV Community
dev.to > masonreed1 > fable-51-or-mythos-51-id-choose-by-access-policy-not-benchmark-rank-52lg

Fable 5.1 or Mythos 5.1? I’d Choose by Access Policy, Not Benchmark Rank

11+ hour, 55+ min ago   (851+ words) The interesting difference between Claude Fable 5.1 and Claude Mythos 5.1 is not model size, context length, or token pricing. They share the same underlying model. What changes is which workflows the deployed system permits—and who can access it. For general…...

DEV Community
dev.to > erlanggasatriasource > how-i-ended-up-with-a-29-kb-gzip-reactive-ui-engine-that-runs-from-a-static-file-1l3e

How I ended up with a 2.9 kB GZip reactive UI engine that runs from a static file

11+ hour, 52+ min ago   (565+ words) A few weeks ago, I was working on a side project. Nothing fancy — just a small dashboard with a form, a list, and a few buttons. The kind of thing that should take an afternoon. But I caught myself opening…...