Skip to main content
Notes from Fin and CocoUpdated May 31, 2026 · 7 posts

Learn

Notes on coding interviews — from Fin and Coco.

□ Guide · Cover Story

Problem lists work when you study patterns, not checkmarks

Blind 75, Grind 75, LeetCode 75, NeetCode 150 — pick by timeline, walk pattern-first, use a 20-minute peek rule, and re-do until shaky problems go quiet. A strategy guide, not a dump.

Fin
May 31, 2026 · 4 min read
Read the story

Sliding window: keep a chunk, slide the edges

Contiguous subarrays and substrings where you update state in O(1) per move. Fixed vs variable shapes, the expand-shrink-update template, RFCs and production rate limiters that use the same idea.

Fin·Apr 17

13 interviewer quirks candidates don't see coming

One structural oddity per company that generic LeetCode prep misses, plus the sentence to say out loud when you recognize it. Sourced where we have public pages; dossier synthesis labeled as editorial.

Fin·Apr 14
CocoApr 10, 2026 · 4 min

The Microsoft AA is a trust conversation

How to prep Microsoft’s As-Appropriate round: say the decision, the trade-off, and how you checked risk — so the judgment still holds when you come back to it.

Coco·Apr 10
FinApr 10, 2026 · 4 min

Stripe hands you a broken repo and a clock

What the live bug-bash round scores, the Stripe-shaped failure modes to check first, and a 60-minute narration loop so your judgment stays legible under pressure.

Fin·Apr 10

You've read the moves. Now rehearse one out loud.

Two Sum is the fixed playground problem for that — not a generic demo loop.

Open Two Sum