Posts tagged #rust
Tauri Auto-Updates on Windows: A Practical Guide
How to set up automatic updates for Tauri desktop apps on Windows, including signing, update server options, and the mistakes that waste the most time.
Local-First Apps: Why Offline Matters for Developer Tools
Why I build developer tools with a local-first architecture, how offline capability changes the trust model, and practical patterns for local persistence in Tauri.
Tauri vs Electron for Desktop Apps: A Real Comparison
A real comparison of Tauri vs Electron for desktop apps, focused on developer experience, architecture, native boundaries, and which one fits different product shapes.
Why I Stopped Using Electron and Switched to Tauri
A practical explanation of why I moved from Electron to Tauri for developer-focused desktop tools, and what changed in how I build local-first products.
Tauri vs Electron for Internal Tools: What I Actually Care About
A pragmatic comparison of Tauri and Electron for internal tools, focused on delivery speed, native boundaries, packaging, and long-term maintenance.
Rust for TypeScript Developers: The Parts That Actually Matter
A pragmatic guide to Rust for TypeScript developers, focused on the concepts that actually matter when building tools, CLIs, backends, or Tauri apps.
How I Build Desktop Apps with Tauri + Rust
A practical walkthrough of how I structure Tauri desktop apps with a web frontend, Rust commands, and a clean boundary between UI and native logic.