Sahil Nayak

Software Engineer & Curious Tinkerer

Sketch of Sahil on a beach

I'm constantly learning and still working things out, so I spend a lot of my time poking at new ideas until something clicks and I can build with it. When I'm not coding you'll find me on @chess.com or grinding problems on @hackerrank.

will update this once I make my intro video

Technologies I work on

Writing

View all posts

A CLI that builds a full FastAPI project for you from a single spec file, and later lets you check anytime whether your code has drifted from what that spec promised.

PythonFastAPISQLAlchemyPostgreSQLCLI

deburger scans your Python code for expensive cloud patterns before they reach production, so it flags things like S3 calls inside loops or unbounded queries and then estimates the real monthly dollar cost of each one.

PythonAWSCost OptimizationCLI