React Interview Questions (6-10) :-As in the previous blog, I have discussed five interview questions, in today's blog I'm discussing the next 5 interview questions, Hope you all will enjoy it and learn something new. Link for previous questions - https://shriyash.hashnode.dev/react-i...Sep 13, 2023·4 min read·27
How to compare two objects in Javascript to determine if first contain the equivalent property value to second one.Jul 22, 2023·2 min read·38
About Default parameters , Rest parameters and spread operator in java ScriptDefault parameters - Default function parameters allow named parameters to be initialized with default values if no value or default is passed. for example - function greet ( name , msg='hey' ) { console.log(${msg} ${name} !) } // passing values o...Jul 3, 2023·2 min read·27
Monolithic Architecturewhat is monolithic architecture Monolithic applications are created as a single massive codebase that contains all components of a project like- frontend, backend, and configuration. As the word "mono" itself says single. monolith applications are fa...Jun 26, 2023·2 min read·10