← Back to Blog

First 90 Days as a Junior Developer: What to Focus On

Table of Contents

Your first 90 days as a junior developer are not about being perfect; they’re about becoming reliable quickly.

Days 1-30: Learn the system

  • Understand product goals and customer problems
  • Set up local environment fully
  • Read architecture docs and service boundaries
  • Shadow incident reviews and standups

Goal: ship one small, safe change end-to-end.

Days 31-60: Build consistency

  • Take ownership of a small area
  • Improve test coverage in touched code
  • Write better PR descriptions and trade-offs
  • Ask better questions earlier

Goal: become known as dependable in execution.

Days 61-90: Increase impact

  • Propose one measurable improvement
  • Document recurring team pain points
  • Lead a small technical improvement task

Goal: move from task execution to contribution with initiative.

Habits that accelerate trust

  • Communicate blockers quickly
  • Keep changes small and reviewable
  • Clarify requirements before coding
  • Follow through on action items

30-60-90 measurable outcomes

Use measurable outcomes to track progress:

  • Day 30: 1-2 merged PRs + working local setup + clear understanding of one service
  • Day 60: ownership of one recurring task + improved test confidence in touched code
  • Day 90: one scoped improvement proposal accepted or implemented

Outcomes matter more than activity volume.

1:1 script to accelerate growth

Use this in your manager/mentor 1:1:

  1. “What should I keep doing?”
  2. “Where am I causing friction?”
  3. “What skill would create the most impact next month?”
  4. “What does great look like for my role at this stage?”

This keeps feedback specific and actionable.

Reliable resources

A simple weekly reflection

At the end of each week, answer:

  1. What did I ship?
  2. What did I learn?
  3. What blocked me?
  4. What can I improve next week?

Early-career mistakes to avoid

  • Trying to prove speed before understanding context
  • Staying blocked too long without asking for help
  • Making large PRs that are hard to review
  • Treating feedback as criticism instead of acceleration

Small consistent wins in the first 90 days often define your long-term growth.

Related guides in this series