-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPATTERN.yaml
More file actions
31 lines (25 loc) · 789 Bytes
/
PATTERN.yaml
File metadata and controls
31 lines (25 loc) · 789 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
name: "JavaScript Web Framework Patterns"
version: "1.0.0"
description: "Error patterns for JavaScript/Node.js web frameworks including Express, NestJS, Fastify, Koa, and Hapi"
author: "Podmortem Community"
languages:
- javascript
- typescript
frameworks:
- express
- nestjs
- fastify
- koa
- hapi
- common
focuses:
- "Express.js middleware and routing errors"
- "NestJS dependency injection and decorator issues"
- "Async/await and Promise rejection handling"
- "TypeScript compilation and type errors"
- "JSON parsing and validation errors"
- "Database ORM integration issues"
- "Authentication and session management"
- "WebSocket and real-time communication errors"
- "File upload and processing failures"
- "API rate limiting and throttling"