<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Jay Dee</title>
    <description>The latest articles on DEV Community by Jay Dee (@jay_dee).</description>
    <link>https://dev.to/jay_dee</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F2582934%2Fe58707af-3020-4743-ada5-c6f224641595.jpg</url>
      <title>DEV Community: Jay Dee</title>
      <link>https://dev.to/jay_dee</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/jay_dee"/>
    <language>en</language>
    <item>
      <title>Technical Writing 101: The Blog vs. Blog Post Distinction Every Developer Should Know</title>
      <dc:creator>Jay Dee</dc:creator>
      <pubDate>Wed, 18 Dec 2024 03:38:47 +0000</pubDate>
      <link>https://dev.to/jay_dee/technical-writing-101-the-blog-vs-blog-post-distinction-every-developer-should-know-4206</link>
      <guid>https://dev.to/jay_dee/technical-writing-101-the-blog-vs-blog-post-distinction-every-developer-should-know-4206</guid>
      <description>&lt;p&gt;As developers and technical writers, precision matters in our code and our communication. Yet there's a common terminology mistake that even experienced tech professionals make: using "blog" when they mean "blog post." Let's debug this linguistic issue.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fl21cst7laaeryhvi6213.jpeg" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fl21cst7laaeryhvi6213.jpeg" alt="Image description" width="800" height="448"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  The Technical Architecture of Content
&lt;/h2&gt;

&lt;p&gt;Think of it like your application architecture:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;A blog is your production environment&lt;/li&gt;
&lt;li&gt;Blog posts are your deployments&lt;/li&gt;
&lt;li&gt;Articles/posts are your individual features&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Just as you wouldn't call a single function your "entire codebase," calling a single post your "blog" misrepresents the structural hierarchy of content.&lt;/p&gt;

&lt;h2&gt;
  
  
  Historical Context: Version 1.0
&lt;/h2&gt;

&lt;p&gt;The terminology traces back to 1997 when Jorn Barger coined "weblog" for his site Robot Wisdom. Peter Merholz later refactored it to "blog" in 1999. From the initial deployment:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;"Weblog/blog" = The platform&lt;/li&gt;
&lt;li&gt;"Post/entry" = Individual content units&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Impact on Technical Documentation
&lt;/h2&gt;

&lt;p&gt;This distinction particularly matters in:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;API Documentation
When documenting content APIs, the hierarchy matters:
&lt;/li&gt;
&lt;/ol&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;   blog/
   ├── posts/
   │   ├── post-1
   │   └── post-2
   └── metadata
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;ol&gt;
&lt;li&gt;&lt;p&gt;Content Management&lt;br&gt;
Modern headless CMS systems maintain this structure in their data models and APIs.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Analytics Implementation&lt;br&gt;
Tracking metrics requires clear parent-child relationships between blogs and their posts.&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  Best Practices for Technical Communication
&lt;/h2&gt;

&lt;p&gt;Use these patterns in your technical writing:&lt;/p&gt;

&lt;p&gt;✅ DO:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;"I maintain a technical blog about system architecture"&lt;/li&gt;
&lt;li&gt;"My latest blog post covers Docker optimization"&lt;/li&gt;
&lt;li&gt;"Check out my recent post on API design"&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;❌ DON'T:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;"I wrote a new blog about React hooks"&lt;/li&gt;
&lt;li&gt;"Check out my three blogs on microservices"&lt;/li&gt;
&lt;li&gt;"I publish blogs about DevOps"&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;I wrote a short article on the "blog" and "post" evolution of terms you can &lt;a href="https://medium.com/@PowerUpSkills/hey-writers-youre-using-blog-wrong-here-s-why-it-matters-6c3b92dcb60d?sk=575dfd228851f14cec0aaf09fc7b952c" rel="noopener noreferrer"&gt;read for free on medium&lt;/a&gt;.&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
