DEV Community

Samay R
Samay R

Posted on

How I Manage My Tech Job Search With Notion (And the Template I Built)

I was job hunting for 3 months and my process was a disaster.

One spreadsheet for applications. Another for interview prep. Sticky notes for follow-ups. A notes app for contacts. Nothing connected to anything.

I'd apply to a company, forget I applied, apply again, and embarrass myself on the recruiter call.

So I stopped everything and spent a weekend building a proper system in Notion. One workspace. Everything connected. I haven't missed a follow-up since.

Here's exactly what I built — and how you can copy it.


The 5 parts of my Tech Job Search OS

1. Job Application Tracker

A database with every job I've applied to — company, role, status, salary, date applied, follow-up date, priority.

The key feature is the Kanban board view. I open it every morning and instantly see where everything stands — how many are in interview stage, how many offers I have, what needs a follow-up today.

No more "wait, did I apply to them already?"

2. Interview Prep Checklist

Broken into 4 categories:

  • DSA — Arrays, Trees, Graphs, DP, Binary Search, Heaps
  • System Design — URL Shortener, Twitter Feed, Rate Limiter, Distributed Cache
  • Behavioral (STAR) — Tell me about yourself, Conflict resolution, Leadership, Failure story
  • Tech Stack — React hooks, Node.js event loop, SQL vs NoSQL, REST vs GraphQL

Each topic has a checkbox. Seeing 18/22 checked gives real confidence going into interviews.

3. Offer Comparison Calculator

Base salary alone is misleading. This table calculates True Annual Value:

True Annual Value = Base + (Equity ÷ 4) + (Signing Bonus ÷ 4)
Enter fullscreen mode Exit fullscreen mode

Once I ran the numbers, the "lower" offer was actually $25K more per year.

4. Networking CRM

Over 30% of tech hires come through referrals. My CRM tracks name, company, how we met, follow-up date and notes. I review it every Monday — takes 5 minutes, keeps every warm lead warm.

5. Weekly Goals Dashboard

Every Monday I set targets: applications, DSA problems, new connections, system design sessions. Every Friday I reflect on what worked and what didn't.


I packaged the whole system as a Notion template with sample data pre-filled so you can see exactly how it works before you start.

Get it here: 5425719510582.gumroad.com/l/ncoarl

If you want to build it yourself, all the structure is in this article — it'll take a weekend.


The mindset shift: treat your job search like a project — with a tracker, prep system, network pipeline and weekly goals. You'll move faster and feel less anxious.

Follow me for more productivity systems for software engineers.

Top comments (0)