← All guides

Category guide

Writing Great Technical Achievements

Technical people undersell themselves in a specific way: they describe the artifact and skip the consequence. The system gets named, the stack gets listed, and the reader still has no idea whether any of it mattered.

Three things in one sentence

A strong technical achievement holds the technical work, its scale, and what the business got.

Before

Built a search API using Elasticsearch.

After

Optimized the search API from 2.3 seconds to 180 milliseconds using Elasticsearch indexing, query caching, and connection pooling, lifting user engagement 25%.

Before

Worked on the company's data pipeline.

After

Designed a Kafka event pipeline processing 5 million daily events at 99.99% uptime, taking analytics latency from 24 hours to under five minutes.

The stack is present in both rewrites, but it is not the point. It is the how behind a measured outcome.

The scale numbers engineers forget to state

Scale is the metric most often left out, and it is the one that instantly communicates the difficulty class of the work. A CI/CD pipeline is a school project or a serious platform depending entirely on whether deployment went from four hours to twelve minutes for a team shipping daily. Reach for whichever of these you have:

When the work was invisible

Infrastructure, refactors, test coverage, and on-call improvements are the hardest technical achievements to write, because the outcome is an absence, the incident that did not happen or the outage nobody noticed. Absences still have numbers.

Before

Paid down technical debt in the payments service.

After

Refactored the payments service into three bounded services, cutting p99 latency 40% and taking the change-failure rate from 18% to 4%, which ended a two-year pattern of weekend rollbacks.

Before

Improved on-call.

After

Rewrote alerting for 40 services, cutting pages per week from 31 to 6 and false-positive pages by 85%, and reduced mean time to acknowledge from 22 minutes to 4.

Seniority changes the emphasis

Early-career achievements can live at the implementation level. Senior ones should show the decision: why this architecture, what tradeoff it bought, what it made possible downstream. "Cut warehouse costs 60% and made queries 8x faster through partitioning and materialized views" is an implementation story. Adding "which let the data team kill a $200K vendor contract" makes it an engineering-leadership story.

The tradeoff you consciously accepted belongs in the sentence too, and almost nobody includes it. "Chose eventual consistency for the notification path to hold write latency under 50ms, accepting up to 3 seconds of propagation delay" tells a staff-level reader more about you than any list of technologies.

Signals that read as senior

Quietly include the maturity markers: testing, observability, reliability numbers, documentation that other teams actually used. Nobody hires for 99.99% uptime by itself, but its presence tells a reviewer you think about what happens after the code ships. The same goes for anything you built that another team adopted without being told to. Internal adoption is the most honest review your work will ever get, and it is a number: how many teams, how soon.

The claim you cannot make alone

Almost all engineering is team engineering, and the temptation on a resume is to quietly drop the team. Do not. Interviewers ask "walk me through how you did that" for exactly this reason, and the answer that begins with "well, the four of us" after a bullet written in the first person singular is the one that ends the conversation.

The fix costs nothing and usually strengthens the sentence, because scope is itself a credential.

Before

Rebuilt the company's authentication system.

After

Owned the token service and session migration in a four-engineer rewrite of authentication, cutting login failures 60% and migrating 400,000 active sessions with no forced logouts.

Naming your part is not modesty. It is the difference between a claim that survives a follow-up question and one that does not.

Put this into practice

Achievd keeps a living, scored vault of your career achievements and turns it into a resume tailored to any job. The writing frameworks in this guide are built into the product.

Build your vault free