Back to Posts

Developer Resolutions That Stick

By Lumina Software
productivitylearningtypescriptbest-practices

Developer Resolutions That Stick

New Year’s resolutions often fizzle by February. For developers, the ones that work are small, measurable, and tied to daily work. Here are a few that we’ve seen pay off.

One Quality Improvement Per Sprint

Instead of “write better tests,” try: “add or improve tests for one module per sprint.” Same idea for docs, types, or accessibility. One concrete improvement per cycle is sustainable and compounds over the year.

Level Up One Part of the Stack

Pick one area—TypeScript, React Native, or agentic AI—and commit to one serious resource (course, book, or side project) in the first quarter. Depth in one area beats scattered tutorials.

Automate One Repetitive Task

Find one recurring manual task (releases, env setup, dependency checks) and automate it. Scripts, CI jobs, or small internal tools save time every week and reduce human error.

Keeping resolutions specific and tied to your actual workflow makes them much more likely to stick past January.