{"id":24629648,"url":"https://github.com/princebansal7/web-development-concepts","last_synced_at":"2025-05-07T22:20:32.169Z","repository":{"id":195520640,"uuid":"693079873","full_name":"princebansal7/Web-Development-Concepts","owner":"princebansal7","description":"Learn web development including JavaScript (ES6), Tailwind, ReactJS, Databases, Frontend-Backend concepts and much more.","archived":false,"fork":false,"pushed_at":"2025-04-15T21:40:16.000Z","size":16738,"stargazers_count":6,"open_issues_count":1,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-15T22:29:03.346Z","etag":null,"topics":["async-await","css3","dom-manipulation","es6","express","express-middleware","hooks","html-css-javascript","html5","javascript","jwt-authentication","mongodb","moongose","reactjs","recoil","tailwind-css","typescript","webdevelopment","zod-validation"],"latest_commit_sha":null,"homepage":"https://github.com/princebansal7/Web-Development-Concepts?tab=readme-ov-file#web-development-concepts","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/princebansal7.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2023-09-18T09:59:45.000Z","updated_at":"2025-04-15T21:40:20.000Z","dependencies_parsed_at":"2024-08-29T18:58:01.204Z","dependency_job_id":"a95f6fb5-ec31-4836-96bc-1e7de1d6275d","html_url":"https://github.com/princebansal7/Web-Development-Concepts","commit_stats":null,"previous_names":["princebansal7/web-dev-basics","princebansal7/web-development-concepts"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/princebansal7%2FWeb-Development-Concepts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/princebansal7%2FWeb-Development-Concepts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/princebansal7%2FWeb-Development-Concepts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/princebansal7%2FWeb-Development-Concepts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/princebansal7","download_url":"https://codeload.github.com/princebansal7/Web-Development-Concepts/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252962580,"owners_count":21832337,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["async-await","css3","dom-manipulation","es6","express","express-middleware","hooks","html-css-javascript","html5","javascript","jwt-authentication","mongodb","moongose","reactjs","recoil","tailwind-css","typescript","webdevelopment","zod-validation"],"created_at":"2025-01-25T06:13:32.645Z","updated_at":"2025-05-07T22:20:32.158Z","avatar_url":"https://github.com/princebansal7.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Web Development Concepts\n\nI created this repository to provide a clear and structured pathway for understanding web development, from the basics to advanced full-stack concepts. This resource is designed to help you grasp essential technologies—like HTML, CSS, and JavaScript, React etc while diving deeper into critical aspects such as backend connectivity, frontend-backend integration, and database management and integration.\n\nPS: below links will give more in depth knowledge of mentioned concepts with examples (within this repo to easily navigate)\n\n- `nvm` commands | [nvm](https://github.com/princebansal7/JavaScript-Projects?tab=readme-ov-file#steps-to-install-nodejs-via-nvm) \n- **Frontend**:\n \n  - HTML | [Link](https://github.com/princebansal7/Web-Development-Concepts/tree/main/html-basics)\n  - CSS | [Link](https://github.com/princebansal7/Web-Development-Concepts/tree/main/css-basics)\n  - JavaScript | [JS-30-Days](https://github.com/princebansal7/JavaScript-30-days?tab=readme-ov-file) | [ES6](https://github.com/princebansal7/Web-Development-Concepts/tree/main/javascript-es6) | [Old](https://github.com/princebansal7/JavaScript-Projects/tree/main/basics) \n  - DOM Manipulation | [Link](https://github.com/princebansal7/Web-Development-Concepts/tree/main/dom-manipulation)\n  - React JS foundation\n    - `state` concept with **ToDo app** using naive DOM manipulation | [Link](https://github.com/princebansal7/Web-Development-Concepts/tree/main/dom-manipulation/todo-with-state)\n    - `state` rendering on DOM like React does under the hood (High level) | [Link](https://github.com/princebansal7/Web-Development-Concepts/blob/main/dom-manipulation/todo-react-underhood/todoReactUnderhood.html)\n  - React JS (2024) | [Link](https://github.com/princebansal7/Web-Development-Concepts/blob/main/react-js/README.md#react-basics-and-its-need)\n  - React Js (Old) | [Link](https://github.com/princebansal7/Learn-React)\n  - Tailwind | [Link](https://github.com/princebansal7/Web-Development-Concepts/tree/main/tailwind#tailwind-basics)\n  - TypeScript | [Link](https://github.com/princebansal7/Web-Development-Concepts/tree/main/typescript#typescript)\n\n- **Backend**:\n  \n  - Express servers | [Link](https://github.com/princebansal7/Web-Development-Concepts/tree/main/server-code)\n  - Middlewares | [Pre-req](https://github.com/princebansal7/Web-Development-Concepts/blob/main/server-code/06.withDRY.js) | [Examples](https://github.com/princebansal7/Web-Development-Concepts/tree/main/middlewares)\n  - Input validation, Zod | [Link](https://github.com/princebansal7/Web-Development-Concepts/tree/main/input-validation)\n  - fetch - [link](https://github.com/princebansal7/Web-Development-Concepts/blob/main/fetch-axios-api/fetch.js) | axios - [link](https://github.com/princebansal7/Web-Development-Concepts/blob/main/fetch-axios-api/axios.js)\n  - Authentication - JWT | [Link](https://github.com/princebansal7/Web-Development-Concepts/blob/main/authentication-concepts/03.authenticationPrereqs.md)\n  - Database connectivity | [mongoDB connect](https://github.com/princebansal7/Web-Development-Concepts/blob/main/databases/mongoDB/01.mongooseConnect.js)\n  - frontend-backend connection | [Link](https://github.com/princebansal7/Web-Development-Concepts/tree/main/frontend-backend-connect)\n  - Debouncing [Link](https://github.com/princebansal7/Web-Development-Concepts/blob/main/frontend-backend-connect/03.throttling-debouncing/frontend.html) | Throttling [Link](https://github.com/princebansal7/Web-Development-Concepts/blob/main/frontend-backend-connect/03.throttling-debouncing/backend.js)\n  - Serverless Backend deployment - CloudFare | [Link](https://github.com/princebansal7/Web-Development-Concepts/tree/main/serverless-backend#backend-servers-and-serverless-deployment)\n  - Reverse proxy \u0026 certificate management | [Link](https://github.com/princebansal7/backend-server-cloud?tab=readme-ov-file#backend-server-cloud)\n  \n- **Databases** \n  \n  - Databases NoSQL \u0026 SQL | [theory](https://github.com/princebansal7/Web-Development-Concepts/tree/main/databases#databases-concepts)\n  - MongoDB - NoSQL | [Example](https://github.com/princebansal7/Web-Development-Concepts/tree/main/databases/mongoDB)\n  - Postgres - SQL | [Example](https://github.com/princebansal7/Web-Development-Concepts/tree/main/databases/postgres)\n  - ORM (Object Relational Mapper) \u0026 Prisma | [Link](https://github.com/princebansal7/Web-Development-Concepts/blob/main/databases/README.md#orm-object-relational-mapping--prisma)\n   \n- **Projects**\n  \n  - MongoDB Project (structured) | [without-auth](https://github.com/princebansal7/Web-Development-Concepts/tree/main/projects/01-mongo-with-routes) | [with-auth](https://github.com/princebansal7/Web-Development-Concepts/tree/main/projects/02-mongo-with-jwt-auth)\n  - React ToDo App (frontend \u0026 Backend) | [Link](https://github.com/princebansal7/Web-Development-Concepts/tree/main/projects/03-todo-app)\n  - Background update | [Link](https://github.com/princebansal7/Web-Development-Concepts/tree/main/projects/04-react-tailwind-bgchange#readme) | [Demo](https://www.youtube.com/watch?v=eo0Fj72lmsc)\n  - Sorting Visualizer | [sorting.princebansal.tech](https://sorting.princebansal.tech/)\n  - Guess My Number | [guessnum.princebansal.tech](https://guessnum.princebansal.tech/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprincebansal7%2Fweb-development-concepts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprincebansal7%2Fweb-development-concepts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprincebansal7%2Fweb-development-concepts/lists"}