<?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>Forem: Prateek</title>
    <description>The latest articles on Forem by Prateek (@pratexek).</description>
    <link>https://forem.com/pratexek</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%2F3912282%2F025fa4c3-face-4e0f-b6e1-e6731a5e2ee4.PNG</url>
      <title>Forem: Prateek</title>
      <link>https://forem.com/pratexek</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/pratexek"/>
    <language>en</language>
    <item>
      <title>The planning fatigue nobody warns you about in interview prep</title>
      <dc:creator>Prateek</dc:creator>
      <pubDate>Mon, 04 May 2026 17:11:48 +0000</pubDate>
      <link>https://forem.com/pratexek/the-planning-fatigue-nobody-warns-you-about-in-interview-prep-29d5</link>
      <guid>https://forem.com/pratexek/the-planning-fatigue-nobody-warns-you-about-in-interview-prep-29d5</guid>
      <description>&lt;p&gt;There's a kind of fatigue nobody warns you about when you start preparing for coding interviews. It's not from the problems. It's from all the &lt;strong&gt;deciding&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;I've been at this long enough now that I have all the resources I need, like most of us. LeetCode, Neetcode, YouTube playlists for every pattern, blog posts on every edge case. I've solved a lot. I've learned a lot. And still, every time I'm looking for a new job and need to brush up - the first few days feel weirdly heavy. Not because the material is hard. Because before I can sit down and &lt;em&gt;do&lt;/em&gt; anything, I have to figure out what to do.&lt;/p&gt;

&lt;p&gt;Blind75 or Neetcode150? DP today or graphs? Did I cover backtracking last week or was that the week before? What's a fair mix of easy and medium for today? Am I behind?&lt;/p&gt;

&lt;p&gt;By the time I've answered all that, I've already burned the freshest hour of my morning on logistics.&lt;/p&gt;




&lt;p&gt;To be fair, this isn't a huge ask. Anyone serious about grinding should be able to plan their own prep. And on a calm Saturday afternoon, it really isn't a big deal. You sit down, sketch out the week, feel productive about it, move on.&lt;/p&gt;

&lt;p&gt;The problem is doing this &lt;em&gt;every single day&lt;/em&gt; on top of an actual job. Or college. Or whatever else is filling your week.&lt;/p&gt;

&lt;p&gt;Because here's the thing - our brain has two different modes for this kind of work. There's the &lt;strong&gt;&lt;em&gt;planning&lt;/em&gt;&lt;/strong&gt; mode, where we decide what to do, sequence things, prioritize. And there's the &lt;strong&gt;&lt;em&gt;execution&lt;/em&gt;&lt;/strong&gt; mode, where we're actually solving the problem, recognizing the pattern, debugging our approach.&lt;/p&gt;

&lt;p&gt;Both feel productive. Both give us that little dopamine hit. But they pull from the same mental budget, and most of us already have that budget cut in half by the time we sit down for prep.&lt;/p&gt;

&lt;p&gt;So we end up spending a chunk of what's left on &lt;em&gt;planning&lt;/em&gt; the prep, and then trying to solve mediums with the dregs of our attention. No wonder it gets exhausting. We think it's the LeetCode that's burning us out. It's not the only reason for sure. It's the &lt;strong&gt;meta-work&lt;/strong&gt; around it.&lt;/p&gt;




&lt;p&gt;What ended up working for me was almost embarrassingly simple. I stopped treating prep like something I'd fit in when I had energy, and started treating it like a scheduled exam.&lt;/p&gt;

&lt;p&gt;The frame I kept in my head was this: imagine you have a coding round at &lt;strong&gt;5 PM&lt;/strong&gt; tomorrow that you cannot reschedule. There's no retest. You have to show up.&lt;/p&gt;

&lt;p&gt;If that were true, you wouldn't be agonizing over which list to follow tonight. You'd just sit down. Your brain would automatically rearrange everything else in the day around that one fixed point.&lt;/p&gt;

&lt;p&gt;So I picked a slot - 5 to 7 AM, in my case, though the specific time matters less than the fact that it's locked. The slot was non-negotiable. Whatever I'd decided the night before, or whatever was already queued from the day before, that's what I'd do in the slot.&lt;/p&gt;

&lt;p&gt;Two things changed once I did this.&lt;/p&gt;

&lt;p&gt;The first was that the slot itself stopped being a decision. I wasn't asking &lt;em&gt;do I have time today, am I tired, should I push it to tomorrow.&lt;/em&gt; The only question was &lt;em&gt;what am I doing in the slot.&lt;/em&gt; That alone removed a huge amount of daily friction.&lt;/p&gt;

&lt;p&gt;The second was that my interviews started feeling different. When you're in the rhythm consistently - brushing up concepts, taking on problems, revising, learning more, locking it in - your brain just works differently in the room. Edge cases jump out faster. You think laterally instead of trying to remember the specific trick. You're more relaxed because the prep isn't this anxious thing you're cramming, it's just something you've been doing.&lt;/p&gt;

&lt;p&gt;Being "&lt;strong&gt;interview-ready&lt;/strong&gt;" stopped being a state I had to panic-cram into a few weeks before applying. It became something I just was, most of the time. And the moment I needed to ramp up for a specific company or role, I had a base to ramp from.&lt;/p&gt;




&lt;p&gt;I started building &lt;a href="https://grind50.com/" rel="noopener noreferrer"&gt;grind50&lt;/a&gt; somewhere along the way, mostly to take this whole approach off my own plate. The idea was to remove the planning entirely - you get a curated daily set, the patterns you learned weeks ago come back for revision before you start forgetting them, and the time block is treated as a commitment you show up to. The only thing left is the actual work.&lt;/p&gt;

&lt;p&gt;I'll write more about how it's built and what I learned along the way in a follow-up.&lt;/p&gt;

&lt;p&gt;What I'm more curious about, though, is whether the planning fatigue thing resonates at all. Is that the part that drains you, or is the bigger drag something else - motivation, retention, knowing if you're improving, something I haven't named?&lt;/p&gt;

&lt;p&gt;Do tell if any of this lands. Curious how it actually feels for you.&lt;/p&gt;

</description>
      <category>productivity</category>
      <category>beginners</category>
      <category>career</category>
      <category>programming</category>
    </item>
  </channel>
</rss>
