Miro.com
The online collaborative whiteboard platform tobring teams together, anytime, anywhere. https://miro.com
The online collaborative whiteboard platform tobring teams together, anytime, anywhere. https://miro.com
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…
https://www.thecloudtutorial.com/technical-specification-document/
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/
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…
https://dev.to/altamashali/deep-dive-into-nodejs-architecture-5190
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…
https://www.guru99.com/functional-testing-vs-non-functional-testing.html What is Functional Testing? Functional testing is a type of testing which verifies that each function of the software application operates in conformance with the requirement specification. This testing mainly involves black box testing, and it is not concerned about the Leggi tutto…