Full-Stack Software Engineer · .NET Core · Angular · SQL Server · React · Python · 4+ yrs production experience
2h ·
A short philosophical piece I've been sitting with: 'The Art of Starting Over.'
It's close to something I keep coming back to — that being authentic matters more than achieving. Most of what we call starting over is really just permission to be honest about what we want next.
Full-Stack Software Engineer · .NET Core · Angular · SQL Server · React · Python · 4+ yrs production experience
5h ·
Built this as a satire and ended up with a real app.
A polished, gamified wellness-app experience — daily check-ins, streaks, 'progress' charts — pointed at the most chaotic possible use case. The satire is the framing; the app is genuinely functional underneath.
Full-Stack Software Engineer · .NET Core · Angular · SQL Server · React · Python · 4+ yrs production experience
2d ·
A small win from my last role I keep coming back to: we took a key Primewell Marketing Portal workflow from ~15 second response times down to under 2 seconds — about a 10× improvement.
No service rewrite, no caching layer added. Just a careful pass through the SQL Server execution plans, three new indexes on the right columns, and one query rewrite to remove a hidden N+1.
Lesson I'd share: before reaching for the bigger hammer, read the plan. The bottleneck is almost never where you think it is.
Full-Stack Software Engineer · .NET Core · Angular · SQL Server · React · Python · 4+ yrs production experience
1w ·
One of the most underrated things you can do as an engineer is document the systems no one else wants to touch.
During an org restructuring at BCBS I spent a few weeks reverse-engineering and writing up three enterprise portals — Member, Broker, Provider — across frontend, backend, databases, deployments, logging, and external integrations. Nobody asked. It made onboarding faster, debugging cheaper, and ownership clearer for the whole team.