9h ago · 8 min read · A practical guide to TypedDict, dataclass, and Pydantic for ML engineers Python is a duck-typed language. That means Python does not care what a value is. It only cares what a value does. If it walk
Join discussion
1h ago · 9 min read · If you've ever built a login system, you've probably hit a wall of acronyms: Sessions, JWTs, Cookies, Stateful, Stateless. It's easy to feel overwhelmed. Which one do you pick? Is one "better" than th
Join discussion
5h ago · 7 min read · Twenty-three years of writing code teaches you something about the stories we tell ourselves when things break. You've seen it ... The production incident that wakes everyone up at 3 AM. The cryptic error that nobody can explain. The Slack channel li...
Join discussion
6h ago · 8 min read · The product team I run handles support email triage for our compliance product. A client — typically a co-operative bank or a small NBFC — sends in a query at 9 PM. By the time it lands in our queue t
Join discussion20h ago · 9 min read · As developers, we have all been there. You are working with a complex object, you need to pass just a part of it to a function, and the TypeScript compiler starts complaining. The quick fix? Slap an any on it and move on. It silences the errors, but ...
Join discussion
1d ago · 2 min read · The biggest hidden cost in a growing business is the compounding penalty of per-seat software licensing. If your team uses Pipedrive, you already know how this works. Every new hire increases your operating expenses. You are essentially penalized for...
Join discussion