{"id":30712149,"url":"https://github.com/hamza-rafique/8-week-backend-learning-plan","last_synced_at":"2026-04-05T21:01:59.428Z","repository":{"id":311395056,"uuid":"1037315972","full_name":"Hamza-Rafique/8-week-backend-learning-plan","owner":"Hamza-Rafique","description":"A structured 8-week learning roadmap to master backend development with Node.js, Express.js, PostgreSQL, and Spring Boot (Java)","archived":false,"fork":false,"pushed_at":"2025-08-24T06:43:33.000Z","size":18,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-24T13:48:34.082Z","etag":null,"topics":["authentication","backend","backendroadmap","crud","express","full-stack","learning","learningplan","nodejs","postgresql","restapi","spring-boot"],"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/Hamza-Rafique.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-08-13T11:44:32.000Z","updated_at":"2025-08-24T06:47:40.000Z","dependencies_parsed_at":"2025-08-24T13:48:39.003Z","dependency_job_id":"058dcf67-86e4-411b-b1a9-9b42abbf0cbb","html_url":"https://github.com/Hamza-Rafique/8-week-backend-learning-plan","commit_stats":null,"previous_names":["hamza-rafique/8-week-backend-learning-plan"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/Hamza-Rafique/8-week-backend-learning-plan","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hamza-Rafique%2F8-week-backend-learning-plan","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hamza-Rafique%2F8-week-backend-learning-plan/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hamza-Rafique%2F8-week-backend-learning-plan/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hamza-Rafique%2F8-week-backend-learning-plan/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Hamza-Rafique","download_url":"https://codeload.github.com/Hamza-Rafique/8-week-backend-learning-plan/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hamza-Rafique%2F8-week-backend-learning-plan/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273379524,"owners_count":25095042,"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-09-03T02:00:09.631Z","response_time":76,"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":["authentication","backend","backendroadmap","crud","express","full-stack","learning","learningplan","nodejs","postgresql","restapi","spring-boot"],"created_at":"2025-09-03T02:27:46.604Z","updated_at":"2025-12-30T21:32:11.246Z","avatar_url":"https://github.com/Hamza-Rafique.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🚀 Backend Developer Roadmap (Node.js + PostgreSQL + Spring Boot)\n\nThis is a **8-week structured roadmap** designed for frontend developers (React/Angular) who want to become **full-stack engineers** by mastering **backend development** with **Node.js, Express.js, PostgreSQL, and Spring Boot**.\n\n---\n\n## 📅 Weekly Learning Plan\n\n### Week 1 – Backend \u0026 Node.js Foundations\n- Learn HTTP basics (methods, headers, status codes).\n- Test APIs using Postman.\n- Understand Node.js fundamentals (modules, event loop, async/await).\n- Build your first Express.js API.\n\n### Week 2 – Express.js \u0026 PostgreSQL Basics\n- Learn Express middleware \u0026 structure.\n- Install PostgreSQL \u0026 practice SQL commands (CRUD).\n- Connect Node.js with PostgreSQL (`pg` package).\n- Build and deploy a CRUD API.\n\n### Week 3 – Node.js Authentication \u0026 Deployment\n- Learn JWT authentication.\n- Implement user registration/login with bcrypt + JWT.\n- Protect routes with middleware.\n- Deploy your API to Render/Railway.\n\n### Week 4 – Java \u0026 Spring Boot Basics\n- Learn Java syntax \u0026 OOP.\n- Build your first REST API with Spring Boot.\n- Understand controllers, services, dependency injection.\n\n### Week 5 – Spring Boot with PostgreSQL\n- Integrate PostgreSQL with Spring Boot.\n- Implement CRUD using Spring Data JPA.\n- Add exception handling and test with Postman.\n\n### Week 6 – Spring Boot Authentication\n- Learn Spring Security + JWT.\n- Implement route protection and validation.\n- Deploy Spring Boot API.\n\n### Week 7 – Advanced PostgreSQL \u0026 API Improvements\n- Learn SQL joins, relationships, indexing.\n- Implement pagination, sorting, and role-based access.\n- Add logging with Winston (Node.js) \u0026 SLF4J (Spring Boot).\n\n### Week 8 – Capstone Project\n- Build an **E-commerce API** or **Blog API**.\n- Implement both **Node.js** and **Spring Boot** versions.\n- Connect to React/Angular frontend.\n- Deploy backend + frontend.\n- Write documentation \u0026 record a demo.\n\n---\n\n## 📘 Extra Resources\n- Use your React/Angular frontend to test APIs.\n- Write weekly blogs/notes to reinforce memory.\n- Commit all projects to GitHub to build a **portfolio**.\n\n---\n\n## 🛠️ Tech Stack\n- **Node.js / Express.js**\n- **PostgreSQL**\n- **Spring Boot / Java**\n- **JWT, bcrypt, zod/joi**\n- **Docker, Render, Railway, AWS**\n\n---\n\n## 📖 HTTP Quick Reference\n\n| Method  | Purpose         | Idempotent | Safe | Request Body | Response Body |\n|---------|----------------|------------|------|--------------|---------------|\n| GET     | Retrieve data   | ✅ Yes     | ✅ Yes | ❌ No        | ✅ Yes        |\n| POST    | Create data     | ❌ No      | ❌ No | ✅ Yes       | ✅ Yes        |\n| PUT     | Replace data    | ✅ Yes     | ❌ No | ✅ Yes       | ✅ Optional   |\n| DELETE  | Remove data     | ✅ Yes     | ❌ No | ❌ Usually   | ✅ Optional   |\n| PATCH   | Partial update  | ❌ Depends | ❌ No | ✅ Yes       | ✅ Optional   |\n| HEAD    | Headers only    | ✅ Yes     | ✅ Yes | ❌ No        | ❌ No        |\n| OPTIONS | Allowed methods | ✅ Yes     | ✅ Yes | ❌ No        | ✅ Yes        |\n\n---\n\n## 🎯 Goal\nBy the end of this roadmap, you will:\n- Build production-ready REST APIs.\n- Master authentication, database integration \u0026 deployment.\n- Be confident with **both Node.js and Spring Boot** backends.\n- Have a **capstone project portfolio** ready for jobs or freelancing.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhamza-rafique%2F8-week-backend-learning-plan","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhamza-rafique%2F8-week-backend-learning-plan","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhamza-rafique%2F8-week-backend-learning-plan/lists"}