You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
message: "Create a comprehensive document explaining how WebSockets work, including the handshake process, persistent connections, frames, comparison with HTTP, and common use cases.",
203
203
},
204
+
{
205
+
title: "Explain REST API architecture",
206
+
message: "Write a detailed document about REST API design principles, HTTP methods, status codes, request/response structure, and best practices.",
207
+
},
208
+
{
209
+
title: "How does OAuth 2.0 work?",
210
+
message: "Create a document explaining OAuth 2.0 authentication flow, including authorization servers, access tokens, refresh tokens, and common scenarios.",
211
+
},
212
+
{
213
+
title: "Microservices architecture",
214
+
message: "Write a comprehensive guide to microservices architecture, covering service decomposition, inter-service communication, data consistency, and deployment patterns.",
215
+
},
216
+
{
217
+
title: "What is GraphQL?",
218
+
message: "Create a document explaining GraphQL, including how it differs from REST, query language basics, schema definition, and resolver functions.",
219
+
},
220
+
{
221
+
title: "CI/CD pipeline explained",
222
+
message: "Write a detailed document about continuous integration and continuous deployment, covering stages, automated testing, build artifacts, and deployment strategies.",
0 commit comments