18 blog available in the DeepSeek directory
Articles, tutorials, and deep dives on this AI platform — from getting-started guides to advanced techniques and real-world use cases.
rustTwo years ago I open-sourced KeyEcho, a small desktop app that plays a mechanical-keyboard sound the...
rustBuilding an Agent with Rust,A2A, MCP, and A2UI This tutorial aims to extend and test a...
rustrproc is a Linux resource and process monitor. Think Windows 11’s Task Manager, but native, fast, and...
rustThis article covers building Agent applications with the Agent to Agent (A2A) protocol using the Rust...
rustLeveraging the Gemini CLI and the underlying Gemini LLM to build A2A Agent Applications with the Rust...
rustThe rmcp crate and standard Rust libraries are used to build a basic MCP Server in Rust. This MCP...
rustLeveraging the Google Agent Development Kit (ADK) and the underlying Gemini LLM to build ADK Agent...
rustMinimal Rust bootloader for CH32 MCUs. v0.4.0 adds CH32V00x support, stabilizes the API and wire protocol, and fits in 1920 bytes of system flash.
rustLyft pays wheelchair-accessible drivers 204% of fare — a flat ~$15/ride bonus regardless of trip...
rustA lightweight Rust CLI to manage multi-monitor layouts on Windows. If you frequently change your screen layout, this tool can help by saving configurations as profiles and applying them with a single command.
rustTo start with a short TLDR: this article is my exploration of implementing an asynchronous networking...
rustError handling is one of those things that quietly shapes the entire experience of a system. When it...
rustMy daily laptop has 8GB of RAM. Not a lot by modern standards, but enough — until I open...
rustWhat is Monomorphization in Rust? Monomorphization is the process by which Rust converts generic...
rustI Built a Compiler with AI Engineering Over a Weekend. These are 3 Core Strategies for Scalable AI Development
rustMy Journey: From Naive to Secure Authentication Let me be honest about how I handled authentication...
rustFor a while now, I've had OSDev Bare Bones on my todo list—almost two or three years if I'm not...
rustDeploy Axum fast and cheap on a VPS using Kamal. Skip Kubernetes early, keep ops simple, scalable, and production-ready.