I'm a software engineer obsessed with solving real problems.
Currently building at Needle, where we're revolutionizing
how people find critical medications during shortages.
Because nobody should have to call dozens of pharmacies every month just to find their meds.
// Life Philosophy
while (alive) {
await Promise.all([
buildCoolStuff(),
solveProblems(),
makeImpact(),
stayCurious()
]);
}