Filip DimitrijeskiBridge Pattern in TypeScriptThe Bridge Design Pattern is a structural design pattern that decouples an abstraction from its implementation, allowing the two to evolve…3d ago3d ago
Filip DimitrijeskiAdapter Pattern in TypeScriptThe Adapter Design Pattern is a structural design pattern that allows incompatible interfaces to work together. It acts as a bridge between…Aug 8Aug 8
Filip DimitrijeskiAbstract Factory Pattern in TypeScriptThe Abstract Factory Pattern is a creational design pattern that provides an interface for creating families of related or dependent…May 13May 13
Filip DimitrijeskiFactory Pattern in TypeScriptThe Factory Pattern is a creational design pattern that provides an interface for creating objects in a superclass but allows subclasses to…Apr 16Apr 16
Filip DimitrijeskiBuilder Pattern in TypeScriptThe Builder Pattern is a creational design pattern that provides a flexible solution to the object creation complexities. It separates the…Mar 19Mar 19
Filip DimitrijeskiPrototype Pattern in TypeScriptThe Prototype Pattern is a creational design pattern in software development. It is used when the type of objects to create is determined…Feb 28Feb 28
Filip DimitrijeskiSingleton Pattern in TypeScriptThe Singleton pattern is a design pattern that restricts the instantiation of a class to a single instance. This is particularly useful…Feb 20Feb 20
Filip DimitrijeskiSOLID Principles in JavaScriptRobert C. Martin created a set of software design guidelines known as the SOLID principles. These guidelines help programmers create…Jul 16, 20233Jul 16, 20233