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 to distinguish between a team who is adopting XP while Leggi tutto
Base Web React UI framework
Base Web is a foundation for initiating, evolving, and unifying web products. https://baseweb.design
Common Software Architectural Patterns you need to know
https://medium.com/@nethmihettiarachchi484/common-software-architectural-patterns-in-a-nutshell-7df312d3989c
React query
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
JavaScript Immediately-invoked Function Expressions (IIFE)
https://flaviocopes.com/javascript-iife/
How To Use JavaScript Unary Operators
https://www.digitalocean.com/community/tutorials/javascript-unary-operators-simple-and-useful Operator Explanation Unary plus (+) Tries to convert the operand into a number Unary negation (-) Tries to convert the operand into a number and negates after Increment (++) Adds one to its operand Decrement (–) Decrements by one from its operand Logical NOT (!) Converts to boolean value Leggi tutto
5 MORE Must Know JavaScript Features That Almost Nobody Knows
00:24 – Block Statements 03:36 – in Keyword 05:49 – Template Literal Functions 11:12 – Generator Functions 14:57 – Dynamic Module Imports
How to use socket.io-client correctly in React app
https://dev.to/bravemaster619/how-to-use-socket-io-client-correctly-in-react-app-o65 … 1. Create Socket Context We will use useContext hook to provide SocketContext to entire app. Create a file in context/socket.js:

