Design Patterns Every Developer Should Know (With Examples)
Design patterns every developer should know: Strategy, Factory, Observer, Decorator, Adapter, Builder, and Singleton, with TypeScript and when to skip each.
WRITING / NOTES FROM THE FORGE
2 articles tagged LLD.
Design patterns every developer should know: Strategy, Factory, Observer, Decorator, Adapter, Builder, and Singleton, with TypeScript and when to skip each.
SOLID principles explained with TypeScript: what each of the five rules means, the code smell it fixes, and when applying it adds complexity you do not need.