Miro.com
The online collaborative whiteboard platform tobring teams together, anytime, anywhere. https://miro.com
BSON
BSON [bee · sahn], short for Binary JSON, is a binary-encoded serialization of JSON-like documents. Like JSON, BSON supports the embedding of documents and arrays within other documents and arrays. BSON also contains extensions that allow representation of data types that are Leggi tutto…
writing technical specs
https://www.thecloudtutorial.com/technical-specification-document/
What are callbacks?
A callback is a function called at the completion of a given task; this prevents any blocking, and allows other code to be run in the meantime. https://nodejs.org/en/knowledge/getting-started/control-flow/what-are-callbacks/
The BFF Pattern (Backend for Frontend): An Introduction
Imagine a scenario where you need to build an e-Commerce application using microservices. You may have microservices for Customers, Orders, Products, Shopping carts, etc. The microservices expose APIs to be used by the frontend. However, the data returned to the Leggi tutto…
Deep dive into Node.js Architecture
https://dev.to/altamashali/deep-dive-into-nodejs-architecture-5190
Extreme Programming (XP) vs Scrum
https://www.visual-paradigm.com/scrum/extreme-programming-vs-scrum/ …Scrum and XP are both Agile approaches that share the common concepts of iterative development, working software, release and iteration planning, daily meetings, retrospective, all elements of an Agile process. Both approach are aligned each other that sometimes is difficult Leggi tutto…