<?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: zhijiang chen</title>
    <description>The latest articles on DEV Community by zhijiang chen (@zhijiang_chen_828678ffcc4).</description>
    <link>https://dev.to/zhijiang_chen_828678ffcc4</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.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4014688%2F0f15a396-280c-4129-a819-ad322357a982.png</url>
      <title>DEV Community: zhijiang chen</title>
      <link>https://dev.to/zhijiang_chen_828678ffcc4</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/zhijiang_chen_828678ffcc4"/>
    <language>en</language>
    <item>
      <title>I Tried Recording Whiteboard Tutorials for a Week. Here's What Didn't Work.</title>
      <dc:creator>zhijiang chen</dc:creator>
      <pubDate>Sat, 04 Jul 2026 07:58:02 +0000</pubDate>
      <link>https://dev.to/zhijiang_chen_828678ffcc4/i-tried-recording-whiteboard-tutorials-for-a-week-heres-what-didnt-work-c31</link>
      <guid>https://dev.to/zhijiang_chen_828678ffcc4/i-tried-recording-whiteboard-tutorials-for-a-week-heres-what-didnt-work-c31</guid>
      <description>&lt;p&gt;For years, I thought making technical videos was simple:&lt;/p&gt;

&lt;p&gt;Open a screen recorder.&lt;br&gt;
Share the screen.&lt;br&gt;
Talk while drawing.&lt;/p&gt;

&lt;p&gt;It turns out that's probably the worst workflow if your goal is to explain something clearly.&lt;/p&gt;

&lt;p&gt;Over the past week, I experimented with recording system design explanations, API diagrams, and a few algorithm walkthroughs. I intentionally tried different approaches instead of sticking to one tool.&lt;/p&gt;

&lt;p&gt;Here are a few things I noticed.&lt;/p&gt;




&lt;h2&gt;
  
  
  1. Screen recording captures everything except your thinking
&lt;/h2&gt;

&lt;p&gt;Traditional screen recording tools are great at recording pixels.&lt;/p&gt;

&lt;p&gt;They're not great at recording ideas.&lt;/p&gt;

&lt;p&gt;When explaining a distributed system or a database schema, viewers don't actually care where my mouse cursor is. They care about the diagram evolving step by step.&lt;/p&gt;

&lt;p&gt;The more unrelated UI on the screen, the harder it becomes to follow the explanation.&lt;/p&gt;




&lt;h2&gt;
  
  
  2. Drawing and talking at the same time is surprisingly difficult
&lt;/h2&gt;

&lt;p&gt;I underestimated how much mental overhead there is.&lt;/p&gt;

&lt;p&gt;While speaking, I had to think about:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;drawing neatly&lt;/li&gt;
&lt;li&gt;zooming&lt;/li&gt;
&lt;li&gt;moving objects&lt;/li&gt;
&lt;li&gt;keeping the narration smooth&lt;/li&gt;
&lt;li&gt;remembering the next point&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;After a few recordings, I realized my explanations were becoming worse simply because I was multitasking.&lt;/p&gt;




&lt;h2&gt;
  
  
  3. Editing takes longer than recording
&lt;/h2&gt;

&lt;p&gt;A 10-minute tutorial somehow became:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;10 minutes recording&lt;/li&gt;
&lt;li&gt;40 minutes editing&lt;/li&gt;
&lt;li&gt;trimming mistakes&lt;/li&gt;
&lt;li&gt;removing pauses&lt;/li&gt;
&lt;li&gt;speeding up boring parts&lt;/li&gt;
&lt;li&gt;exporting different formats&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;That ratio felt completely wrong.&lt;/p&gt;




&lt;h2&gt;
  
  
  4. Whiteboards tell a better story than slides
&lt;/h2&gt;

&lt;p&gt;Slides present finished ideas.&lt;/p&gt;

&lt;p&gt;Whiteboards show how ideas are formed.&lt;/p&gt;

&lt;p&gt;Watching a diagram slowly evolve is often easier than reading a polished presentation.&lt;/p&gt;

&lt;p&gt;That's probably why channels explaining algorithms, system design, or math often feel more engaging with hand-drawn visuals.&lt;/p&gt;




&lt;h2&gt;
  
  
  5. The workflow matters more than the tool
&lt;/h2&gt;

&lt;p&gt;After trying several setups, I realized I wasn't actually looking for "another screen recorder."&lt;/p&gt;

&lt;p&gt;I was looking for a workflow where drawing, recording, editing, and exporting feel like one continuous process instead of four disconnected steps.&lt;/p&gt;

&lt;p&gt;That changed how I evaluated every tool I tried.&lt;/p&gt;

&lt;p&gt;Instead of asking:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;"Can this record my screen?"&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;I started asking:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;"Does this help me explain ideas better?"&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Those are two very different questions.&lt;/p&gt;




&lt;h2&gt;
  
  
  My takeaway
&lt;/h2&gt;

&lt;p&gt;If you're creating technical content, tutorials, or architecture walkthroughs, I'd recommend optimizing for communication rather than recording quality.&lt;/p&gt;

&lt;p&gt;A clear explanation recorded at 1080p is far more valuable than a perfect 4K recording that's difficult to follow.&lt;/p&gt;

&lt;p&gt;After going through this experiment, I ended up building a workflow around a whiteboard-first recording approach because it matched the way I naturally explain technical concepts.&lt;/p&gt;

&lt;p&gt;It's still evolving, but it's already reduced the amount of editing I have to do afterward.&lt;/p&gt;

&lt;p&gt;I'm curious how other developers create diagram-heavy tutorials.&lt;/p&gt;

&lt;p&gt;Do you record your screen, draw everything live, or use a completely different workflow?&lt;/p&gt;

</description>
      <category>devjournal</category>
      <category>productivity</category>
      <category>tools</category>
      <category>tutorial</category>
    </item>
  </channel>
</rss>
