What is express? One of the most popular frameworks. High performance, minimalist web framework. express is not a high-level framework it is very basic, and the developer has the full control of how to handle the request for the server and response Expressjs is a server-side or back-end framework. And it uses with frameworks likeContinue reading “ExpressJS Introduction”
Category Archives: Uncategorized
S.O.L.I.D principles
SOLID principles Solid principles are basically coding standards and they were promoted by Robert C.Martin also known as Uncle Bob. SOLID principles all together helps developers to avoid frailer in designs. When building a software, we should use SOLID principles to avoid bad designs and increase the code quality. SOLID principles S – Single responsibilityContinue reading “S.O.L.I.D principles”