I built RoleTect: A local AI resume tailor & CRM with an embedded, 0-dependency LaTeX compiler (Tauri v2 + Rust) 🦀
Managing a modern tech job search is an operational mess.
Most workflows require browser extensions to scrape details, standalone Kanban sites to tr
rust
dev.to
Jun 25, 2026
Introducing kreuzcrawl v0.3.0
kreuzcrawl began as a Rust core with bindings for ten languages. v0.3.0 ships fourteen, adds a tiered WAF-aware dispatch engine, cuts peak streaming m
rust
dev.to
Jun 25, 2026
Building a Trading Bot Is Easy. Building One That Survives Overnight Isn't.
When I first started building trading bots, I thought the difficult part would be the strategy.
I spent weeks researching market behavior, testing id
rust
dev.to
Jun 25, 2026
Why AI Agents in Banking Need a Proof Layer
The Question No One Can Answer
Picture this: a bank deployed an AI agent to help with transaction approvals. Three weeks later a regulator
rust
dev.to
Jun 25, 2026
Min-Mozhi: the first Tamil-rooted, safe-by-default hardware description language
I built Min-Mozhi (மின்மொழி — "language of electricity"): a modern HDL that
reads like Go/TypeScript, is safe like Rust, and speaks English, Tanglish,
rust
dev.to
Jun 25, 2026
WebAssembly Performance & wasm-pack Build on Docker-Ready Hardware
Khi làm việc với WebAssembly (WASM), đặc biệt là sử dụng Rust để build các module hiệu năng cao, cấu hình phần cứng đóng vai trò quyết định đến workfl
rust
dev.to
Jun 25, 2026
Addressing the global namespace
There is a moment in every data hoarder's life — and in every small media shop's IT history — when the first archive drive fills up. You slot in a sec
rust
dev.to
Jun 25, 2026
Expected Option<String>, Got Option<()> — Here's Why
I'm learning Rust and recently ran into something unexpected with Option type. I expected r to be Option, but it came back as Option instead.
Here's
rust
dev.to
Jun 25, 2026
Building a "Cute" Brand for Serious Developer Tools: The Hiyoko Story
All tests run on an 8-year-old MacBook Air (Intel). The apps are lightweight and fast, but they're also designed to make you smile while debugging at
rust
dev.to
Jun 25, 2026
Testing Environment-Dependent Code in Rust
The problem
When we have a function that interacts with external resources, testing that code might be difficult because side-effects could
rust
dev.to
Jun 25, 2026
# How I Found Out 52% of My Knowledge Graph Was Duplicates (and What I Did About It)
I've spent the last several months building ANIMUS, an autonomous system in Rust that gives a local LLM persistent memory. The idea is simple: a knowl
rust
dev.to
Jun 25, 2026
An Editor Built Like a Video Game
On April 29, 2026, Nathan Sobo published the Zed 1.0 announcement post on Zed's blog. The post landed on Hacker News at 2,047 points and 663 comments
rust
dev.to
Jun 24, 2026
fulgur-chart: deterministic SVG/PNG from Chart.js JSON, without JavaScript
A new member has joined the fulgur family.
fulgur-chart — a CLI that takes Chart.js v4-compatible JSON specs and renders deterministic SVG/PNG charts
rust
dev.to
Jun 24, 2026
5 Best Sites to Buy Old Gmail Accounts
Buy Old Gmail Accounts
A Gmail account provides flexible email services suitable for both personal and business purposes. It features an intuitive in
rust
dev.to
Jun 24, 2026
I built a local-only credential vault because every dev team I worked with stored PATs in Notepad
The Problem I Kept Seeing
Over the past year working across multiple client teams on
DevOps and pipeline work, I kept noticing the same th
rust
dev.to
Jun 24, 2026
Building ArtifactX: product-ready apt/yum repos in Rust
ArtifactX is a Rust CLI for signed apt/yum repositories: import existing repos, regenerate metadata under your own key, publish atomically, serve stat
rust
dev.to
Jun 24, 2026
A Shortest-Path CLI in Rust — Making a Min-Heap from a Max-Heap, Path Reconstruction, and Rejecting Negative Weights
A CLI that finds shortest paths in a weighted graph, in Rust, with Dijkstra's algorithm. Three implementation hinges: (1) Dijkstra needs a min-priori
rust
dev.to
Jun 24, 2026
Extending a Rust MCP/A2A Currency Agent with A2UI
Building an Agent with Rust,A2A, MCP, and A2UI
This tutorial aims to extend and test a currency Agent using A2A and MCP protocols with the
rust
dev.to
Jun 24, 2026
Tauri v1 to v2: Lessons from Migrating 10 Production Apps
All tests run on an 8-year-old MacBook Air (Intel). Migrating a single app is a weekend project. Migrating ten production apps simultaneously is a thr
rust
dev.to
Jun 24, 2026
The Half of Rust Nobody Teaches: Shipping
Every Rust tutorial ends the same way: cargo build --release, a victory screenshot of a binary running in a terminal, the end. The Book, the YouTube s
rust
dev.to
Jun 24, 2026