How to Quantify Your Work Experience (Even If You Don't Have Numbers)
Danish
· 3 min read
Why 'improved performance' says nothing
"Improved system performance" is a claim without a size. It could describe a two-week rewrite that halved page load times, or a config change that shaved off nine milliseconds. The reader has no way to tell, so they assume the smaller version — because that is the safer assumption when screening dozens of applicants.
A number does two things at once. It sets the scale of the work, and it signals that you were paying attention to whether your work mattered. The second signal is often the more valuable one.
The four anchors
Every piece of engineering work can be measured along at least one of four dimensions. You rarely need more than one per bullet.
- 1Scale — how many users, requests, records, or dollars flowed through the thing you built.
- 2Change — what the state was before you touched it, and what it was afterwards.
- 3Time — how much faster something ran, shipped, or recovered.
- 4Scope — how many people, services, or systems you were responsible for.
Scale is the easiest to recover because it rarely changes and you usually still remember it. If you cannot recall what a system improved by, you can almost always recall roughly how big it was.
Recovering numbers you never wrote down
Most of the figures you need were never in a dashboard. They are reconstructable from memory with the right prompts:
- 1Check your old pull requests, tickets, and commit history if you still have access — descriptions often contain the before-and-after context.
- 2Recall the complaint that started the work. Someone was unhappy about something measurable: it was slow, it broke, it cost too much.
- 3Recall what stopped happening afterwards. Fewer pages at night? Fewer support tickets? A meeting that got cancelled because the problem went away?
- 4Ask a former colleague. A two-line message often recovers a number you both remember differently but can bracket together.
Applying it
Here is the same bullet at three levels of specificity, so you can see where the value comes from.
Before
Optimised database queries for the reporting module.
After
Rewrote the reporting module's query layer, cutting the nightly export from ~3 hours to 20 minutes for a dataset of 40M rows.
The second version does not claim more work. It claims the same work, described at a scale the reader can evaluate.
When you genuinely have nothing
Occasionally the work truly resists measurement — a research spike, a migration nobody benchmarked, an early-stage prototype. In those cases, describe the decision and its consequence instead. "Evaluated three message queue options and led the team to Kafka, which has since carried every event in the platform" has no percentage in it, but it establishes judgement and ownership. That is what the number was proxying for anyway.
FAQ
- Is it acceptable to estimate a number on a resume?
- Yes, provided you can explain how you arrived at it and would stand by it in an interview. Estimating 'roughly 30% faster' from remembered build times is honest. Inventing a figure you cannot reconstruct is not.
- What if I signed an NDA covering the specifics?
- Use relative figures instead of absolutes. 'Cut infrastructure spend by about a fifth' communicates impact without disclosing the underlying budget, and is generally acceptable under confidentiality terms.
- Do I need a number in every single bullet?
- No. Aim for two to three quantified bullets per role. If every line contains a statistic the resume becomes noisy and the strongest results stop standing out.