B l o g

My latest news, posts and informations...

Agile: Why Agile is Hard?

Agile is a popular method of project management and software development, praised for its flexibility, responsiveness and responsiveness to customer needs. …

Circular Dependencies in NodeJS

Avoid what I will name “Circular dependencies” Circular dependencies occur when two or more modules reference each other. The more references you …

Define a Response Structure

Response Structure When working on implementation between Backend and Frontend what is the best decision is to define a response Structure. What does this mean? …

Avoid "export default"

Avoid using export default as much as possible, for reasons as: There are a few maintainability concerns as “Rename or Other functionality” Lets …