An Introduction to Decorators in TypescriptWith the introduction of Classes in TypeScript and ES6, certain scenarios now require additional features to support annotating or…Sep 23, 2024Sep 23, 2024
The D of SOLID PrincipleThe last principle, “D,” is the Dependency Inversion Principle. This principle holds that high-level modules, i.e., the modules that…Jan 20, 2024Jan 20, 2024
The O of SOLID PrincipleThe second SOLID principle is the open-closed principle. Its official definition holds that software entities (classes, modules, functions…Jan 20, 2024Jan 20, 2024