writing technical specs
https://www.thecloudtutorial.com/technical-specification-document/
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 frontend by the Microservices may not be formatted or filtered 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 to distinguish between a team who is adopting XP while Leggi tutto…
Base Web is a foundation for initiating, evolving, and unifying web products. https://baseweb.design
https://medium.com/@nethmihettiarachchi484/common-software-architectural-patterns-in-a-nutshell-7df312d3989c
Performant and powerful datasynchronization for React Fetch, cache and update data in your React and React Native applications all without touching any “global state”. https://react-query.tanstack.com
https://flaviocopes.com/javascript-iife/