Skip to content
Farid Guliyev edited this page Feb 27, 2025 · 5 revisions
  • Day 1: Project setup, GraphQL server with Actix-Web, basic queries
  • Day 2: Query arguments and input types
  • Day 3: Mutations (create/update/delete operations)
  • ✅ Day 4: PostgreSQL integration with SQLx
  • ✅ Day 5: Connecting GraphQL with a database (CRUD with SQLx)
  • ✅ Day 6: Structuring GraphQL schemas and modularizing the code
  • ✅ Day 7: Authentication and authorization with JWT
  • ✅ Day 8: GraphQL Subscriptions (real-time updates)
  • ✅ Day 9: Pagination, filtering, and sorting
  • ✅ Day 10: Dynamic GraphQL schema generation (fields, resolvers at runtime)
  • ✅ Day 11: Building GraphQL queries dynamically from JSON / user input
  • ✅ Day 12: Using macros, procedural generation, and schema validation dynamically
  • ✅ Day 13: Optimizations, performance tuning, advanced concepts

Clone this wiki locally