Writing about design patterns, language internals, and clean code. Examples in Go, TypeScript, and Python. No hype, no buzzwords — just the stuff that comes up in real code.

intermediate

  • Singleton
    Restricts a class to a single instance and provides a global access point to it.