Complete source code and documentation for projects featured on Bitswired YouTube channel.
| Project | Description | Links |
|---|---|---|
| Free-Threaded Python | Demonstration of Python's free-threaded mode (PEP 703) showing true parallel execution without the GIL for CPU-bound tasks . | Video • Code |
| BrightData MCP | Connect BrightData's web scraping capabilities to any MCP-compatible AI client through a FastMCP proxy server with search, scraping, Amazon, and LinkedIn tools | Video • Code |
| FastMCP Proxy | Create HTTP proxies for MCP servers to enable remote access and web-based interactions with stdio-based MCP servers | Video • Code |
| FastAPI to MCP | Convert any FastAPI application into a Model Context Protocol (MCP) server with automatic tool generation for AI model integration | Video • Code |
| Gemini URLs Context | Analyze and compare content from web URLs and PDFs directly using Google Gemini's URL context feature without manual downloading | Video • Code |
| Effect Wrapper For Tanstack and HttpApi | Streamline TypeScript full-stack dev by building an Effect wrapper for TanStack Query, ensuring type-safe, low-boilerplate API calls with Effect HttpApi. | Video • Code |
| JobWizard Multi Agent + MCP with TS | Build a multi-agent system from scratch using Brigth Data MCP server, featuring SQLite, HTTP API, and WebSockets to automate job hunting gent design! | Video • Code |
| MCP Sampling | Demonstrates MCP sampling, where the server requests the client to generate content using AI, enabling server-side AI functionality without backend LLM infrastructure. | Video • Code |
| Remote MCP with SSE | Demonstrates creating a remote MCP server using Server-Sent Events (SSE) with FastAPI, enabling clients to access tools over HTTP. | Video • Code |
| Agentic Loop | Demonstrates an agentic loop using Anthropic's Claude for automated code development with tools for container interaction and file management. | Video • Code |
| Introduction to MCP with SQL Agent | Build an AI SQL agent using MCP to interact with a SQLite database through natural language. | Video • Code |
| Control Asyncio Concurrency | Master concurrency in Python asyncio using Locks and Semaphores to manage tasks and API calls | Video • Code |
| How To Upsert Properly (SQL) | Learn different approaches to implementing upsert operations using SQLAlchemy's async features with SQLite | Video • Code |
| 10 Advanced Tailwind Tricks from Shadcn | Learn powerful styling patterns and advanced techniques for building React components with Tailwind CSS | Video • Code |
| Flatten Directories for AI Code Analysis | Transform entire codebases into LLM-friendly single files with path context preservation | Video • Code |
| Full API Type Safety with OpenAPI-Fetch | Achieve complete type safety between FastAPI backend and React frontend with automatic type generation | Video • Code |
Subscribe to Bitswired for more tutorials.
- Fork the repository
- Create your feature branch
- Submit a pull request
MIT License - See LICENSE file for details.