Building Personal AI Assistant with GitHub Copilot SDK
Guide to building personal AI assistants using GitHub Copilot SDK, covering session management, custom tools, and more.
6 posts filed under this topic.
Guide to building personal AI assistants using GitHub Copilot SDK, covering session management, custom tools, and more.
A comprehensive guide to building your first Chrome extension, covering manifest.json, content scripts, background scripts, popup scripts, and more.
Learn the [err, data] pattern inspired by Go's error handling for cleaner async error handling in TypeScript with better type safety.
Extend the User type of AuthJS using TypeScript's Module Augmentation to add custom fields like role, firstName, and lastName.
Use Zod to validate environment variables with type safety in TypeScript and extend the global ProcessEnv interface.
Create custom exception filters in NestJS to handle RpcException errors thrown by microservices with better control and customization.