{"id":25666531,"url":"https://github.com/pinedah/escom_web-development","last_synced_at":"2025-08-23T10:13:45.274Z","repository":{"id":278277587,"uuid":"934390641","full_name":"Pinedah/ESCOM_web-development","owner":"Pinedah","description":"This repository contains materials, notes, and projects for the Web Application Development course in the Data Science degree at IPN. The course covers both client-side and server-side web development, including architectures, design patterns, and best practices.","archived":false,"fork":false,"pushed_at":"2025-06-23T23:33:35.000Z","size":56301,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-24T00:28:35.098Z","etag":null,"topics":["backend","datascience","escom","frontend","fullstack","school","web","webdevelopment"],"latest_commit_sha":null,"homepage":"","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/Pinedah.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":"2025-02-17T18:47:02.000Z","updated_at":"2025-06-23T23:33:40.000Z","dependencies_parsed_at":"2025-06-24T00:35:25.843Z","dependency_job_id":null,"html_url":"https://github.com/Pinedah/ESCOM_web-development","commit_stats":null,"previous_names":["pinedah/escom_web-development"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Pinedah/ESCOM_web-development","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pinedah%2FESCOM_web-development","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pinedah%2FESCOM_web-development/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pinedah%2FESCOM_web-development/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pinedah%2FESCOM_web-development/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Pinedah","download_url":"https://codeload.github.com/Pinedah/ESCOM_web-development/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pinedah%2FESCOM_web-development/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271746597,"owners_count":24813571,"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","status":"online","status_checked_at":"2025-08-23T02:00:09.327Z","response_time":69,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["backend","datascience","escom","frontend","fullstack","school","web","webdevelopment"],"created_at":"2025-02-24T08:30:44.926Z","updated_at":"2025-08-23T10:13:40.256Z","avatar_url":"https://github.com/Pinedah.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Web Application Development\n\n## 📌 Course Overview\nThis repository contains materials, notes, and projects related to the **Web Application Development** course in the **Data Science degree at IPN**. The course covers client-side and server-side web development, design patterns, architectures, and best practices.\n\n## 📖 Topics Covered\n1. **Contextualization and Web Development Architectures**\n   - Web development models (2-tier, 3-tier, service-based)\n   - Monolithic, REST, and SOAP architectures\n   - Best practices in web development\n\n2. **Server-Side Systems and Applications**\n   - Backend web frameworks\n   - ORM (Object-Relational Mapping)\n   - Service exposure and HTTP handling\n   - Security and endpoint documentation\n\n3. **Client-Side Systems and Applications**\n   - HTML, CSS, JavaScript, and DOM\n   - Frontend frameworks\n   - Service consumption and best practices\n\n4. **Server and Service Management and Operation**\n   - Server configuration\n   - Container management\n   - Automation and deployment\n\n## 🔧 Prerequisites\nTo follow the course, make sure you have:\n- Basic knowledge of **HTML, CSS, and JavaScript**\n- Familiarity with **databases and REST APIs**\n- Node.js and development tools installed\n\n## 📂 Repository Structure\n```\n📦 WebApplicationDevelopment\n ┣ 📂 data                                            # Datasets \u0026 databases\n ┣ 📂 resources                                       # Multimedia resources\n ┣ 📂 period1                                         # Homework and exercises from Period 1\n ┣ 📂 period2                                         # Homework and exercises from Period 2\n ┣ 📂 period3                                         # Homework and exercises from Period 3\n ┣ 📂 projects                                        # Final projects and case studies\n ┣ 📜 README.md                                       # This file\n ┣ 📜 desarrolloAplicacionesWeb_LCD2020.pdf           # Course overview\n```\n\n## 📚 Recommended Bibliography\n- **\"El gran libro de Angular\"** – Boada \u0026 Gómez\n- **\"Full Stack JavaScript\"** – Mardan\n- **\"Building Microservices\"** – Newman\n- **\"Node.js Design Patterns\"** – Casciaro \u0026 Mammino\n\n## 💡 How to Contribute\nContributions are welcome! To collaborate:\n1. **Fork** the repository\n2. **Clone** it to your local machine\n3. **Create** a new branch: `git checkout -b new-feature`\n4. **Make** your changes and commit: `git commit -m 'Description of change'`\n5. **Push** the changes: `git push origin new-feature`\n6. **Open a Pull Request**\n\n## 📬 Contact\nIf you have any questions or suggestions, feel free to reach out.\nIg: pinedah_11\n---\n🚀 **Happy coding and web development!**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpinedah%2Fescom_web-development","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpinedah%2Fescom_web-development","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpinedah%2Fescom_web-development/lists"}