Velocidad de Escape

SOLID principles applied to an application with React

SOLID is an acronym that represents a set of five design principles for writing maintainable and scalable software. These principles were introduced by Robert C. Martin and have become fundamental concepts in...

React

ESM VS CJS modules

On Twitter I constantly see discussions of this type, about the advantages, disadvantages, why to use them and why not, etc., so I decided to do some research to get out of my ignorance. ## What are ESM and...

JavaScript

Circular dependency and Dependency injection in JavaScript

Very surely we have all faced a problem of circular dependencies at some point in life, it is not very complex to explain and sometimes it is not very difficult to solve. Circular dependencies occur in...

JavaScript