Build production-grade REST APIs with Node.js, Express, and PostgreSQL. Learn auth, caching, rate limiting, and API security best practices.
Blog posts CRUD. No ORM — raw SQL with pg. All endpoints tested in Postman.
Design a social media schema: users, posts, comments, likes, follows. Migrate.
Add cursor-based and offset-based pagination to blog API. Performance comparison.
Faker.js seeder — 1000 users, 5000 posts, 20000 comments in <30 seconds.
Signup/login/logout with JWT. Access token (15m) + refresh token (7d).
+15 more projects available after enrollment
Build a real project in 4 weeks