Loading...
Loading...
Found 19 Skills
Node.js backend expert including Express, NestJS, and async patterns
Node.js development principles and decision-making. Framework selection, async patterns, security, and architecture. Teaches thinking, not copying.
Practical async patterns using TaskEither - clean pipelines instead of try/catch hell, with real API examples
Reviews Python code for type safety, async patterns, error handling, and common mistakes. Use when reviewing .py files, checking type hints, async/await usage, or exception handling.
Master Python asynchronous programming with asyncio, async/await, and concurrent.futures. Use for async code and concurrency patterns.
Provides best practices for Node.js development with TypeScript, covering async patterns, error handling, modules, and more. Use when working on existing Node.js projects using TypeScript. Helps apply robust Node.js patterns consistently across the entire codebase.
FastAPI done right. Async patterns, dependency injection, Pydantic v2 models, middleware, and project structure.