Constantinos Psomadakis
Ex-Lead SWE @ KAIKAKU.AI, Full Stack Software Engineer, Londoner, Photographer.
A short guide on configuring Tauri 2.0 to handle file opening via macOS Finder's "Open With" option. This tutorial covers setting up Info.plist for file associations, the Opened event in Rust, and passing the file path to the frontend.
Tutorial on how to configure your Tauri app as the default application for file types using NSIS. A concise guide for Tauri v2 developers targeting Windows.
Explore the trade-offs between normalizing and denormalizing NoSQL data. Learn when each is effective and its impact on system performance.