Logo
Login
Tech Posts 31213
100daysofcode 100daysofdevops 100pay 10mistakes 10yearworkanniversary 11 11labs 11tly 11ty 127001

Dev Blog A constructive and inclusive blog for software developers. With you every step of your journey.

Built with modern PHP and MySQL. Open source software that powers developer blogs and other inclusive communities.

Made with love and PHP. Dev Blog © 2024.

I created a POC library to enable inheritance in Rust

I created a POC library to enable inheritance in Rust
I recently built a small Rust library as a learning project to simulate struct inheritance using a custom derive macro. It lets you reuse fields and methods from parent structs in a clean, Rust-friend...
09.04.2025 0 Read More

Implementing FFmpeg Filters with Rust: A New Approach to Video and Audio Processing

Hey there, fellow developers! If you’ve ever wrestled with FFmpeg’s C API in Rust—or shuddered at the thought of memory leaks and unsafe blocks—this one’s for you. Today, we’re diving into...
09.04.2025 0 Read More

Taking Payments with AI Agents and Rig using Stripe's MCP server

Taking Payments with AI Agents and Rig using Stripe's MCP server
Introduction Hello world! In today's post we're going to take a look at how you can build AI agent systems that can take payments with Rig, a Rust-based AI agent framework, and the official S...
09.04.2025 0 Read More

🚀 UV is the fastest Python package manager of 2025 — and it’s written in Rust!

No more waiting on pip or messing with pyenv. With uv you get: ⚡ Blazing-fast dependency resolution 📦 Local caching that feels like magic 🐍 Seamless Python version switching 💡 Unified tool ...
11.04.2025 0 Read More

Rust WebAssembly Optimization: 10 Techniques for 60% Faster Web Apps

As a best-selling author, I invite you to explore my books on Amazon. Don't forget to follow me on Medium and show your support. Thank you! Your support means the world! Rust has revolutionized web ...
11.04.2025 0 Read More

Track UI Events and Network Activity in macOS Using Rust + SwiftUI

Track UI Events and Network Activity in macOS Using Rust + SwiftUI
Most macOS apps are black boxes. You click a button, something happens—maybe a network request, maybe some system interaction—but it's hard to know what unless you own the source code.So I built a...
13.04.2025 0 Read More

Track UI Events and Network Activity in Windows Using Rust + C#

Track UI Events and Network Activity in Windows Using Rust + C#
Have you ever clicked a button in a Windows app and wondered exactly what it triggered? What if you could log not only which button was clicked, but also which network requests that click initiated—...
13.04.2025 0 Read More

Field-Oriented Control in Rust: Building High-Performance Motor Systems Safely

As a best-selling author, I invite you to explore my books on Amazon. Don't forget to follow me on Medium and show your support. Thank you! Your support means the world! The rise of electric vehicle...
14.04.2025 0 Read More

Testing Multipart Upload Requests in Axum: Three Approaches

Multipart uploads are often essential when building APIs for file uploads or complex form submissions. Testing them thoroughly is just as important as implementing them. This article provides an overv...
14.04.2025 0 Read More

Rust Tutorial: Mastering Strings with Real Examples

Strings are everywhere in programming, and Rust has its own way of handling them—with a focus on safety and performance. In this guide, you’ll get a clear overview of how strings work in Rust, inc...
14.04.2025 0 Read More
Loading...
#reading
Milestone Two: Build 8 Is Here, and It’s a Big One
0
Tutorial 4: Functions and Closures in Swift - Building a Fart Button App
0
How to Schedule and Manage Cron Jobs in Linux Like a Pro
0
DashBot: 1v1 Space Robot Sprint Battle
0
Tutorial: Building SQL Agent with Langchain, OpenAI and DuckDB.
0
#popular
Mastering OpenAI’s new Agents SDK & Responses API [Part 1]
0
What is Model Context Protocol (MCP): Explained in detail
0
Beginner's Guide to the Model Context Protocol (MCP)
0
A Step-by-Step Guide to Install DeepSeek-V3-0324 Locally
0
How to Run DeepSeek Locally Using Ollama
0