Skip to content

Files

Latest commit

Apr 18, 2025
45018c3 · Apr 18, 2025

History

History
29 lines (21 loc) · 3.2 KB

README.md

File metadata and controls

29 lines (21 loc) · 3.2 KB

Bitswired Tutorials Repository

Complete source code and documentation for projects featured on Bitswired YouTube channel.

Project Index

Project Description Links
Remote MCP with SSE Demonstrates creating a remote MCP server using Server-Sent Events (SSE) with FastAPI, enabling clients to access tools over HTTP. VideoCode
Agentic Loop Demonstrates an agentic loop using Anthropic's Claude for automated code development with tools for container interaction and file management. VideoCode
Introduction to MCP with SQL Agent Build an AI SQL agent using MCP to interact with a SQLite database through natural language. VideoCode
Control Asyncio Concurrency Master concurrency in Python asyncio using Locks and Semaphores to manage tasks and API calls VideoCode
How To Upsert Properly (SQL) Learn different approaches to implementing upsert operations using SQLAlchemy's async features with SQLite VideoCode
10 Advanced Tailwind Tricks from Shadcn Learn powerful styling patterns and advanced techniques for building React components with Tailwind CSS VideoCode
Flatten Directories for AI Code Analysis Transform entire codebases into LLM-friendly single files with path context preservation VideoCode
Full API Type Safety with OpenAPI-Fetch Achieve complete type safety between FastAPI backend and React frontend with automatic type generation VideoCode

Subscribe to Bitswired for more tutorials.

Contributing

  1. Fork the repository
  2. Create your feature branch
  3. Submit a pull request

License

MIT License - See LICENSE file for details.