MGMario Gomezinpatternbureau.hashnode.dev·Feb 6, 2023 · 3 min readIntroduction to Programming PatternsProgramming Patterns: Unlocking the Secrets of Efficient Code In the world of programming, the art of creating efficient, maintainable, and bug-free code is a constant pursuit. It's not enough to just write code that works; it should also be easily u...00
MGMario Gomezinpatternbureau.hashnode.dev·Jan 24, 2023 · 3 min readDeep Dive: Dependency InjectionDependency Injection (DI) is a design pattern in software engineering that promotes the separation of concerns, improved modularity, and testability in your code. It is particularly prevalent in object-oriented and object-oriented programming languag...00
MGMario Gomezinfa.hashnode.dev·Jul 4, 2022 · 2 min readDifferences between Node.js and the BrowserHave you ever wondered what the difference between JavaScript on the Nodejs Runtime environment and JavaScript on web browsers. Node.js is a server-side JavaScript platform that uses an asynchronous event-driven model. This makes it lightweight and...00