├── HTML_CSS ├── Lec_7_HTML_CSS_Performance_continued and Adv flexbox.md ├── Lecture-1_ HTML refresher and how Browser works.md ├── Lecture-2_ CSS Loading Strategies, Selectors, Box model.md ├── Lecture-4 Units, Specificity, Positioning.md ├── Lecture_3_ HTML_CSS-3_BoxModel, Display, background.md ├── Lecture_5_ HTML_CSS-4_ Flexbox ,Fluid design, reponsivness.md └── Lecture_6_ Browser perf (HTML ,CSS) & Accessibility .md ├── JS_Notes ├── JS-1 JS Refresher and Code Execution.md ├── JS-10 Adv Promise then, catch ,finally ,all and race.md ├── JS-11 ES6 DataTypes and Modules.md ├── JS-2 OOPS-1 This, Bind, Call, Apply, Inheritance.md ├── JS-3 call by ref vs val, shallow vs deep copy & imp polyfills.md ├── JS-4 Arrays fns ,HOF and imp polyfills.md ├── JS-5 Closure and it's applications.md ├── JS-6 OOPS-2 Object creation, Descriptors, freeze.md ├── JS-7 Event loop and Callback.md ├── JS-8 Promises and MicroTask Queue.md └── JS-9 Async Await.md ├── Machine_coding ├── Full Stack LLD_ FE Machine coding-1_Intro to the DOM.md ├── Full Stack LLD_ FE Machine coding-2_ Events & Event Handling, Bubbling & capturing.md ├── Full Stack LLD_ FE Machine coding-3_ - Machine coding case studies.md ├── Full Stack LLD_ FE Machine coding-3_-Machine coding case studies-2.md ├── Full Stack LLD_ FE Machine coding-4_- Browser Perf & Memory leaks.md ├── Full Stack LLD_ FE Machine coding-5_ HTTP and network Optimization.md ├── Full Stack LLD_ FE Machine coding-6_- Typeahead -2.md ├── Full Stack LLD_ FE Machine coding-6_- Typeahead-1.md ├── Full Stack LLD_ FE Machine coding-7_ - Kanban board-1.md ├── Full Stack LLD_ FE Machine coding-8_ Kanban board-2.md └── Full Stack LLD_ Machine coding-8_ Kanban board-3 (Accessibility, Drag and Drop, Client Side Storage).md ├── Projects_module ├── Lecture-3_mongodb_and_crud.md ├── Lecture-4_MVC_REST_API_factory.md ├── Lecture-5_searching_sorting_filter.md ├── Lecture-6_Data validation_aliasing _central Error handler.md ├── Lecture-7_cookies_auth_login.md ├── Lecture_1_intro_to_node_backend.md ├── Lecture_2_express_middleware.md ├── Notes of Class 10 - Product Sales Data model and Razor Pay Payments.pdf ├── Notes of Class 11 - adding reviews, indexed, averages.pdf ├── Notes of Class 12 - integration , protected routes.pdf ├── Notes of Class 14 - Websockets.pdf ├── Notes of Class 15 - MERN Interview questions.pdf ├── Notes of Class 16 - Mern Interview - 2.pdf ├── Notes of Class 8 - Update _ reset_ forget password, sending email.pdf ├── Notes of Class 9 - Authorization and conditional flow of data.pdf └── notes of Class 13 - Security and Deployment.pdf └── React ├── Full Stack LLD_ React-10_ React Interview questions-2.md ├── Full Stack LLD_ React-1_ Introduction to React_ JSX, Props, lists.md ├── Full Stack LLD_ React-2_ CRA,states , controlled component.md ├── Full Stack LLD_ React-3_ React Router and hooks.md ├── Full Stack LLD_ React-4_ React Imp features_ pagination, filtering searching.md ├── Full Stack LLD_ React-5_ context API and it’s usecases.md ├── Full Stack LLD_ React-6_ Redux-1.md ├── Full Stack LLD_ React-7_ Redux-2.md ├── Full Stack LLD_ React-8_ Redux continued and Performance.md └── Full Stack LLD_ React-9_ Testing ,Deployment and React Interview questions-1.md /HTML_CSS/Lec_7_HTML_CSS_Performance_continued and Adv flexbox.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jasbir96/full_stack_notes/HEAD/HTML_CSS/Lec_7_HTML_CSS_Performance_continued and Adv flexbox.md -------------------------------------------------------------------------------- /HTML_CSS/Lecture-1_ HTML refresher and how Browser works.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jasbir96/full_stack_notes/HEAD/HTML_CSS/Lecture-1_ HTML refresher and how Browser works.md -------------------------------------------------------------------------------- /HTML_CSS/Lecture-2_ CSS Loading Strategies, Selectors, Box model.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jasbir96/full_stack_notes/HEAD/HTML_CSS/Lecture-2_ CSS Loading Strategies, Selectors, Box model.md -------------------------------------------------------------------------------- /HTML_CSS/Lecture-4 Units, Specificity, Positioning.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jasbir96/full_stack_notes/HEAD/HTML_CSS/Lecture-4 Units, Specificity, Positioning.md -------------------------------------------------------------------------------- /HTML_CSS/Lecture_3_ HTML_CSS-3_BoxModel, Display, background.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jasbir96/full_stack_notes/HEAD/HTML_CSS/Lecture_3_ HTML_CSS-3_BoxModel, Display, background.md -------------------------------------------------------------------------------- /HTML_CSS/Lecture_5_ HTML_CSS-4_ Flexbox ,Fluid design, reponsivness.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jasbir96/full_stack_notes/HEAD/HTML_CSS/Lecture_5_ HTML_CSS-4_ Flexbox ,Fluid design, reponsivness.md -------------------------------------------------------------------------------- /HTML_CSS/Lecture_6_ Browser perf (HTML ,CSS) & Accessibility .md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jasbir96/full_stack_notes/HEAD/HTML_CSS/Lecture_6_ Browser perf (HTML ,CSS) & Accessibility .md -------------------------------------------------------------------------------- /JS_Notes/JS-1 JS Refresher and Code Execution.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jasbir96/full_stack_notes/HEAD/JS_Notes/JS-1 JS Refresher and Code Execution.md -------------------------------------------------------------------------------- /JS_Notes/JS-10 Adv Promise then, catch ,finally ,all and race.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jasbir96/full_stack_notes/HEAD/JS_Notes/JS-10 Adv Promise then, catch ,finally ,all and race.md -------------------------------------------------------------------------------- /JS_Notes/JS-11 ES6 DataTypes and Modules.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jasbir96/full_stack_notes/HEAD/JS_Notes/JS-11 ES6 DataTypes and Modules.md -------------------------------------------------------------------------------- /JS_Notes/JS-2 OOPS-1 This, Bind, Call, Apply, Inheritance.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jasbir96/full_stack_notes/HEAD/JS_Notes/JS-2 OOPS-1 This, Bind, Call, Apply, Inheritance.md -------------------------------------------------------------------------------- /JS_Notes/JS-3 call by ref vs val, shallow vs deep copy & imp polyfills.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jasbir96/full_stack_notes/HEAD/JS_Notes/JS-3 call by ref vs val, shallow vs deep copy & imp polyfills.md -------------------------------------------------------------------------------- /JS_Notes/JS-4 Arrays fns ,HOF and imp polyfills.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jasbir96/full_stack_notes/HEAD/JS_Notes/JS-4 Arrays fns ,HOF and imp polyfills.md -------------------------------------------------------------------------------- /JS_Notes/JS-5 Closure and it's applications.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jasbir96/full_stack_notes/HEAD/JS_Notes/JS-5 Closure and it's applications.md -------------------------------------------------------------------------------- /JS_Notes/JS-6 OOPS-2 Object creation, Descriptors, freeze.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jasbir96/full_stack_notes/HEAD/JS_Notes/JS-6 OOPS-2 Object creation, Descriptors, freeze.md -------------------------------------------------------------------------------- /JS_Notes/JS-7 Event loop and Callback.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jasbir96/full_stack_notes/HEAD/JS_Notes/JS-7 Event loop and Callback.md -------------------------------------------------------------------------------- /JS_Notes/JS-8 Promises and MicroTask Queue.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jasbir96/full_stack_notes/HEAD/JS_Notes/JS-8 Promises and MicroTask Queue.md -------------------------------------------------------------------------------- /JS_Notes/JS-9 Async Await.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jasbir96/full_stack_notes/HEAD/JS_Notes/JS-9 Async Await.md -------------------------------------------------------------------------------- /Machine_coding/Full Stack LLD_ FE Machine coding-1_Intro to the DOM.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jasbir96/full_stack_notes/HEAD/Machine_coding/Full Stack LLD_ FE Machine coding-1_Intro to the DOM.md -------------------------------------------------------------------------------- /Machine_coding/Full Stack LLD_ FE Machine coding-2_ Events & Event Handling, Bubbling & capturing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jasbir96/full_stack_notes/HEAD/Machine_coding/Full Stack LLD_ FE Machine coding-2_ Events & Event Handling, Bubbling & capturing.md -------------------------------------------------------------------------------- /Machine_coding/Full Stack LLD_ FE Machine coding-3_ - Machine coding case studies.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jasbir96/full_stack_notes/HEAD/Machine_coding/Full Stack LLD_ FE Machine coding-3_ - Machine coding case studies.md -------------------------------------------------------------------------------- /Machine_coding/Full Stack LLD_ FE Machine coding-3_-Machine coding case studies-2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jasbir96/full_stack_notes/HEAD/Machine_coding/Full Stack LLD_ FE Machine coding-3_-Machine coding case studies-2.md -------------------------------------------------------------------------------- /Machine_coding/Full Stack LLD_ FE Machine coding-4_- Browser Perf & Memory leaks.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jasbir96/full_stack_notes/HEAD/Machine_coding/Full Stack LLD_ FE Machine coding-4_- Browser Perf & Memory leaks.md -------------------------------------------------------------------------------- /Machine_coding/Full Stack LLD_ FE Machine coding-5_ HTTP and network Optimization.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jasbir96/full_stack_notes/HEAD/Machine_coding/Full Stack LLD_ FE Machine coding-5_ HTTP and network Optimization.md -------------------------------------------------------------------------------- /Machine_coding/Full Stack LLD_ FE Machine coding-6_- Typeahead -2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jasbir96/full_stack_notes/HEAD/Machine_coding/Full Stack LLD_ FE Machine coding-6_- Typeahead -2.md -------------------------------------------------------------------------------- /Machine_coding/Full Stack LLD_ FE Machine coding-6_- Typeahead-1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jasbir96/full_stack_notes/HEAD/Machine_coding/Full Stack LLD_ FE Machine coding-6_- Typeahead-1.md -------------------------------------------------------------------------------- /Machine_coding/Full Stack LLD_ FE Machine coding-7_ - Kanban board-1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jasbir96/full_stack_notes/HEAD/Machine_coding/Full Stack LLD_ FE Machine coding-7_ - Kanban board-1.md -------------------------------------------------------------------------------- /Machine_coding/Full Stack LLD_ FE Machine coding-8_ Kanban board-2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jasbir96/full_stack_notes/HEAD/Machine_coding/Full Stack LLD_ FE Machine coding-8_ Kanban board-2.md -------------------------------------------------------------------------------- /Machine_coding/Full Stack LLD_ Machine coding-8_ Kanban board-3 (Accessibility, Drag and Drop, Client Side Storage).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jasbir96/full_stack_notes/HEAD/Machine_coding/Full Stack LLD_ Machine coding-8_ Kanban board-3 (Accessibility, Drag and Drop, Client Side Storage).md -------------------------------------------------------------------------------- /Projects_module/Lecture-3_mongodb_and_crud.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jasbir96/full_stack_notes/HEAD/Projects_module/Lecture-3_mongodb_and_crud.md -------------------------------------------------------------------------------- /Projects_module/Lecture-4_MVC_REST_API_factory.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jasbir96/full_stack_notes/HEAD/Projects_module/Lecture-4_MVC_REST_API_factory.md -------------------------------------------------------------------------------- /Projects_module/Lecture-5_searching_sorting_filter.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jasbir96/full_stack_notes/HEAD/Projects_module/Lecture-5_searching_sorting_filter.md -------------------------------------------------------------------------------- /Projects_module/Lecture-6_Data validation_aliasing _central Error handler.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jasbir96/full_stack_notes/HEAD/Projects_module/Lecture-6_Data validation_aliasing _central Error handler.md -------------------------------------------------------------------------------- /Projects_module/Lecture-7_cookies_auth_login.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jasbir96/full_stack_notes/HEAD/Projects_module/Lecture-7_cookies_auth_login.md -------------------------------------------------------------------------------- /Projects_module/Lecture_1_intro_to_node_backend.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jasbir96/full_stack_notes/HEAD/Projects_module/Lecture_1_intro_to_node_backend.md -------------------------------------------------------------------------------- /Projects_module/Lecture_2_express_middleware.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jasbir96/full_stack_notes/HEAD/Projects_module/Lecture_2_express_middleware.md -------------------------------------------------------------------------------- /Projects_module/Notes of Class 10 - Product Sales Data model and Razor Pay Payments.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jasbir96/full_stack_notes/HEAD/Projects_module/Notes of Class 10 - Product Sales Data model and Razor Pay Payments.pdf -------------------------------------------------------------------------------- /Projects_module/Notes of Class 11 - adding reviews, indexed, averages.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jasbir96/full_stack_notes/HEAD/Projects_module/Notes of Class 11 - adding reviews, indexed, averages.pdf -------------------------------------------------------------------------------- /Projects_module/Notes of Class 12 - integration , protected routes.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jasbir96/full_stack_notes/HEAD/Projects_module/Notes of Class 12 - integration , protected routes.pdf -------------------------------------------------------------------------------- /Projects_module/Notes of Class 14 - Websockets.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jasbir96/full_stack_notes/HEAD/Projects_module/Notes of Class 14 - Websockets.pdf -------------------------------------------------------------------------------- /Projects_module/Notes of Class 15 - MERN Interview questions.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jasbir96/full_stack_notes/HEAD/Projects_module/Notes of Class 15 - MERN Interview questions.pdf -------------------------------------------------------------------------------- /Projects_module/Notes of Class 16 - Mern Interview - 2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jasbir96/full_stack_notes/HEAD/Projects_module/Notes of Class 16 - Mern Interview - 2.pdf -------------------------------------------------------------------------------- /Projects_module/Notes of Class 8 - Update _ reset_ forget password, sending email.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jasbir96/full_stack_notes/HEAD/Projects_module/Notes of Class 8 - Update _ reset_ forget password, sending email.pdf -------------------------------------------------------------------------------- /Projects_module/Notes of Class 9 - Authorization and conditional flow of data.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jasbir96/full_stack_notes/HEAD/Projects_module/Notes of Class 9 - Authorization and conditional flow of data.pdf -------------------------------------------------------------------------------- /Projects_module/notes of Class 13 - Security and Deployment.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jasbir96/full_stack_notes/HEAD/Projects_module/notes of Class 13 - Security and Deployment.pdf -------------------------------------------------------------------------------- /React/Full Stack LLD_ React-10_ React Interview questions-2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jasbir96/full_stack_notes/HEAD/React/Full Stack LLD_ React-10_ React Interview questions-2.md -------------------------------------------------------------------------------- /React/Full Stack LLD_ React-1_ Introduction to React_ JSX, Props, lists.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jasbir96/full_stack_notes/HEAD/React/Full Stack LLD_ React-1_ Introduction to React_ JSX, Props, lists.md -------------------------------------------------------------------------------- /React/Full Stack LLD_ React-2_ CRA,states , controlled component.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jasbir96/full_stack_notes/HEAD/React/Full Stack LLD_ React-2_ CRA,states , controlled component.md -------------------------------------------------------------------------------- /React/Full Stack LLD_ React-3_ React Router and hooks.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jasbir96/full_stack_notes/HEAD/React/Full Stack LLD_ React-3_ React Router and hooks.md -------------------------------------------------------------------------------- /React/Full Stack LLD_ React-4_ React Imp features_ pagination, filtering searching.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jasbir96/full_stack_notes/HEAD/React/Full Stack LLD_ React-4_ React Imp features_ pagination, filtering searching.md -------------------------------------------------------------------------------- /React/Full Stack LLD_ React-5_ context API and it’s usecases.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jasbir96/full_stack_notes/HEAD/React/Full Stack LLD_ React-5_ context API and it’s usecases.md -------------------------------------------------------------------------------- /React/Full Stack LLD_ React-6_ Redux-1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jasbir96/full_stack_notes/HEAD/React/Full Stack LLD_ React-6_ Redux-1.md -------------------------------------------------------------------------------- /React/Full Stack LLD_ React-7_ Redux-2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jasbir96/full_stack_notes/HEAD/React/Full Stack LLD_ React-7_ Redux-2.md -------------------------------------------------------------------------------- /React/Full Stack LLD_ React-8_ Redux continued and Performance.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jasbir96/full_stack_notes/HEAD/React/Full Stack LLD_ React-8_ Redux continued and Performance.md -------------------------------------------------------------------------------- /React/Full Stack LLD_ React-9_ Testing ,Deployment and React Interview questions-1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jasbir96/full_stack_notes/HEAD/React/Full Stack LLD_ React-9_ Testing ,Deployment and React Interview questions-1.md --------------------------------------------------------------------------------