Backend Roadmap
REST APIs
Learning Path
Follow these concepts in order to master this topic.
1
What is an API?2
REST Architecture3
Resources4
Endpoints5
HTTP Methode6
Request Body7
Query Parameters8
Route Parameters9
Headers10
Status Codes11
Authentication Basics12
JSON13
CRUD Operations14
API Versioning15
Pagination16
Filtering17
Sorting18
Rate Limiting19
Error Handling20
REST AAPI Best PracticesDocumentation
Official documentation and references.
Video Courses
Recommended free video courses.
Practice Websites
Practice what you've learned.
Projects
Apply what you've learned by building real projects.
Todo REST API
BeginnerStudent Management API
IntermediateE-commerce REST API
Advanced