├── CODE_OF_CONDUCT.md ├── Contributing.md ├── Image_References ├── Auth_flow_FullStack.png ├── PubSub.png ├── Upload_Image.png ├── authenticate_backend.png ├── online_document_editor.png └── roleAPI.png ├── LICENSE ├── README.md ├── Scenarios ├── Backend_Nodejs │ ├── API Grouping based on Role - Intermediate.md │ ├── Adding Watermark in Uploaded Images - Node - Intermediate.md │ ├── Event Sourcing - Kafka,Socket & Node.js - Intermediate.md │ ├── Get Users a NearBy Restaurants - Beginner.md │ ├── Launch your own npm package - Node.js - Advanced.md │ ├── Service to Generate Thumbnail - Node.js MongoDB - Intermediate.md │ └── User Authentication and Authorization - Beginner.md ├── FrontEnd_React │ ├── Create a Basic Form with React & Formik - Beginner.md │ ├── Google Captcha Integration with React Form-Beginner.md │ ├── React File upload and Upload using DropBox , Google Drive Link - Intermediate.md │ ├── React Route Based on the Subdomain - Beginner.md │ └── Replacing React Component (Min 4) in a Single Route(Conditional Rendering) - Intermediate.md └── Full Stack - Node & React │ ├── Chat Application with Slack Feature - Node, Socket & React - Intermediate.md │ ├── Document Management System - Intermediate.md │ ├── GeoSearch Service - Node & React - Intermediate.md │ ├── OmniChat for All your Social Account - Node & React - Advanced.md │ ├── Online Document Editor - Drag and Drop - Node & React - Advanced.md │ └── Video Chat Application - Node & React - Advanced.md ├── javascript.png ├── nodejs (1).png └── react.png /CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganeshmani/solve_scenarios/HEAD/CODE_OF_CONDUCT.md -------------------------------------------------------------------------------- /Contributing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganeshmani/solve_scenarios/HEAD/Contributing.md -------------------------------------------------------------------------------- /Image_References/Auth_flow_FullStack.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganeshmani/solve_scenarios/HEAD/Image_References/Auth_flow_FullStack.png -------------------------------------------------------------------------------- /Image_References/PubSub.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganeshmani/solve_scenarios/HEAD/Image_References/PubSub.png -------------------------------------------------------------------------------- /Image_References/Upload_Image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganeshmani/solve_scenarios/HEAD/Image_References/Upload_Image.png -------------------------------------------------------------------------------- /Image_References/authenticate_backend.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganeshmani/solve_scenarios/HEAD/Image_References/authenticate_backend.png -------------------------------------------------------------------------------- /Image_References/online_document_editor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganeshmani/solve_scenarios/HEAD/Image_References/online_document_editor.png -------------------------------------------------------------------------------- /Image_References/roleAPI.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganeshmani/solve_scenarios/HEAD/Image_References/roleAPI.png -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganeshmani/solve_scenarios/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganeshmani/solve_scenarios/HEAD/README.md -------------------------------------------------------------------------------- /Scenarios/Backend_Nodejs/API Grouping based on Role - Intermediate.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganeshmani/solve_scenarios/HEAD/Scenarios/Backend_Nodejs/API Grouping based on Role - Intermediate.md -------------------------------------------------------------------------------- /Scenarios/Backend_Nodejs/Adding Watermark in Uploaded Images - Node - Intermediate.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganeshmani/solve_scenarios/HEAD/Scenarios/Backend_Nodejs/Adding Watermark in Uploaded Images - Node - Intermediate.md -------------------------------------------------------------------------------- /Scenarios/Backend_Nodejs/Event Sourcing - Kafka,Socket & Node.js - Intermediate.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganeshmani/solve_scenarios/HEAD/Scenarios/Backend_Nodejs/Event Sourcing - Kafka,Socket & Node.js - Intermediate.md -------------------------------------------------------------------------------- /Scenarios/Backend_Nodejs/Get Users a NearBy Restaurants - Beginner.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganeshmani/solve_scenarios/HEAD/Scenarios/Backend_Nodejs/Get Users a NearBy Restaurants - Beginner.md -------------------------------------------------------------------------------- /Scenarios/Backend_Nodejs/Launch your own npm package - Node.js - Advanced.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganeshmani/solve_scenarios/HEAD/Scenarios/Backend_Nodejs/Launch your own npm package - Node.js - Advanced.md -------------------------------------------------------------------------------- /Scenarios/Backend_Nodejs/Service to Generate Thumbnail - Node.js MongoDB - Intermediate.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganeshmani/solve_scenarios/HEAD/Scenarios/Backend_Nodejs/Service to Generate Thumbnail - Node.js MongoDB - Intermediate.md -------------------------------------------------------------------------------- /Scenarios/Backend_Nodejs/User Authentication and Authorization - Beginner.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganeshmani/solve_scenarios/HEAD/Scenarios/Backend_Nodejs/User Authentication and Authorization - Beginner.md -------------------------------------------------------------------------------- /Scenarios/FrontEnd_React/Create a Basic Form with React & Formik - Beginner.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganeshmani/solve_scenarios/HEAD/Scenarios/FrontEnd_React/Create a Basic Form with React & Formik - Beginner.md -------------------------------------------------------------------------------- /Scenarios/FrontEnd_React/Google Captcha Integration with React Form-Beginner.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganeshmani/solve_scenarios/HEAD/Scenarios/FrontEnd_React/Google Captcha Integration with React Form-Beginner.md -------------------------------------------------------------------------------- /Scenarios/FrontEnd_React/React File upload and Upload using DropBox , Google Drive Link - Intermediate.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganeshmani/solve_scenarios/HEAD/Scenarios/FrontEnd_React/React File upload and Upload using DropBox , Google Drive Link - Intermediate.md -------------------------------------------------------------------------------- /Scenarios/FrontEnd_React/React Route Based on the Subdomain - Beginner.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganeshmani/solve_scenarios/HEAD/Scenarios/FrontEnd_React/React Route Based on the Subdomain - Beginner.md -------------------------------------------------------------------------------- /Scenarios/FrontEnd_React/Replacing React Component (Min 4) in a Single Route(Conditional Rendering) - Intermediate.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganeshmani/solve_scenarios/HEAD/Scenarios/FrontEnd_React/Replacing React Component (Min 4) in a Single Route(Conditional Rendering) - Intermediate.md -------------------------------------------------------------------------------- /Scenarios/Full Stack - Node & React/Chat Application with Slack Feature - Node, Socket & React - Intermediate.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganeshmani/solve_scenarios/HEAD/Scenarios/Full Stack - Node & React/Chat Application with Slack Feature - Node, Socket & React - Intermediate.md -------------------------------------------------------------------------------- /Scenarios/Full Stack - Node & React/Document Management System - Intermediate.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganeshmani/solve_scenarios/HEAD/Scenarios/Full Stack - Node & React/Document Management System - Intermediate.md -------------------------------------------------------------------------------- /Scenarios/Full Stack - Node & React/GeoSearch Service - Node & React - Intermediate.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganeshmani/solve_scenarios/HEAD/Scenarios/Full Stack - Node & React/GeoSearch Service - Node & React - Intermediate.md -------------------------------------------------------------------------------- /Scenarios/Full Stack - Node & React/OmniChat for All your Social Account - Node & React - Advanced.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganeshmani/solve_scenarios/HEAD/Scenarios/Full Stack - Node & React/OmniChat for All your Social Account - Node & React - Advanced.md -------------------------------------------------------------------------------- /Scenarios/Full Stack - Node & React/Online Document Editor - Drag and Drop - Node & React - Advanced.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganeshmani/solve_scenarios/HEAD/Scenarios/Full Stack - Node & React/Online Document Editor - Drag and Drop - Node & React - Advanced.md -------------------------------------------------------------------------------- /Scenarios/Full Stack - Node & React/Video Chat Application - Node & React - Advanced.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganeshmani/solve_scenarios/HEAD/Scenarios/Full Stack - Node & React/Video Chat Application - Node & React - Advanced.md -------------------------------------------------------------------------------- /javascript.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganeshmani/solve_scenarios/HEAD/javascript.png -------------------------------------------------------------------------------- /nodejs (1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganeshmani/solve_scenarios/HEAD/nodejs (1).png -------------------------------------------------------------------------------- /react.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganeshmani/solve_scenarios/HEAD/react.png --------------------------------------------------------------------------------