Website profile

@Thepracticaldev

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

  • 10,534articles · 30d
  • 1+ hour agolatest article
  • Aug 14, 2026earliest in window
  • 97%with images
  • 292avg words
articles per day
Categories
  • Software Dev. 9,730
  • Science & Technology 9,604
  • Computers & Electronics 7,467
  • Business & Industrial 797
  • Internet & Telecom 774
  • Economy, Business & Finance 393
  • Finance 335
  • Arts, Culture, Entertainment & Media 239

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 > masondelan > record-why-an-approach-was-rejected-and-when-to-revisit-it-20op

Record why an approach was rejected—and when to revisit it

17+ hour, 10+ min ago   (564+ words) Disclosure: I maintain Selvedge, an open-source decision-history tool. This article was prepared with AI assistance from Grok and Codex. The example below is hypothetical and uses plain Markdown; it does not require a particular product. A repository can show what…...

DEV Community
dev.to > heylittlepan > a-markdown-viewer-not-a-file-browser-3o7n

A markdown viewer, not a file browser

1+ day, 6+ hour ago   (480+ words) Agents write a lot of markdown. Plans, architecture decisions, handoff notes, CLAUDE.md. Most of the... Tagged with terminal, coding, agents, markdown....

DEV Community
dev.to > aftababu > slashnote-a-local-first-cross-platform-markdown-notes-app-with-git-sync-1eij

SlashNote — A Local-First Cross-Platform Markdown Notes App with Git Sync

1+ day, 9+ hour ago   (85+ words) Instead of storing your notes in a proprietary database, SlashNote keeps them as regular.md files on your filesystem. The stack is built around a shared Rust core, with Tauri + React for desktop and Kotlin + Jetpack Compose for Android. ✨ Git-based…...

DEV Community
dev.to > mikhailklimenko > the-confluence-content-manager-what-it-does-and-where-it-stops-4fjl

The Confluence content manager: what it does and where it stops

1+ day, 18+ hour ago   (802+ words) Open the space. Next to the space name in the sidebar choose More actions, the three dots, then Space settings, then Content manager. You need to be a space admin of that space. It works on one space at a…...

DEV Community
dev.to > nicedayup > preparing-a-markdown-document-for-a-technical-slide-deck-with-gamma-app-551l

Preparing a Markdown document for a technical slide deck with Gamma App

2+ day, 20+ hour ago   (117+ words) A README is designed for readers who can pause, search, and run the examples. A technical talk has a... Tagged with markdown, productivity....

DEV Community
dev.to > mashi_mashi_3092153ef1ab5 > two-release-notes-per-release-one-for-users-one-for-future-me-2o69

Two Release Notes per Release: One for Users, One for Future Me

3+ day, 8+ hour ago   (307+ words) Every release I ship produces two different questions later. A user asks "what changed for me?" A month from now, I ask "why did I change it that way?" One document cannot answer both without getting long enough that nobody…...

DEV Community
dev.to > ming_wen_5a59/99/2199fcc599 > turn-text-and-markdown-into-confluence-ready-content-without-reformatting-1hii

Turn Text and Markdown into Confluence-Ready Content Without Reformatting

4+ day, 6+ hour ago   (280+ words) If you write product requirements, technical notes, release plans, or team documentation in Confluence, you have probably lost time fixing formatting after pasting a draft. Headings collapse into plain text. Tables need to be rebuilt. Important callouts lose emphasis. A…...

DEV Community
dev.to > xiaoyumao0621 > designing-game-wiki-guides-around-dependencies-a-big-ambitions-example-15pb

Designing Game Wiki Guides Around Dependencies: A Big Ambitions Example

4+ day, 18+ hour ago   (301+ words) A player opens a warehouse guide because deliveries are not working. The page explains warehouses,... Tagged with webdev, documentation, ux....

DEV Community
dev.to > github_7727 > allowlist-every-path-a-docs-generator-may-write-6od

Allowlist Every Path a Docs Generator May Write

5+ day, 17+ hour ago   (537+ words) Many teams keep one markdown file per route and let a model fill the entire page. Parameter names recovered from OpenAPI then sit beside sentences that promise multi-year compatibility. Reviewers cannot see which lines a schema can prove and which…...

DEV Community
dev.to > julianbrown > how-to-write-better-technical-posts-with-mcp-2a48

How to Write Better Technical Posts with MCP

6+ day, 8+ hour ago   (297+ words) Writing good technical articles is difficult when the writing happens in a vacuum. Most developers write posts long after the code is finished. By the time you switch to a browser to format markdown and set tags, the immediate context…...