Constantinos Psomadakis

Ex-Lead SWE @ KAIKAKU.AI, Full Stack Software Engineer, Londoner, Photographer.

The Startup Highway: The People You Meet and How They Drive

The startup world is a highway. This post explores the different types of people you’ll meet on that road-fast drivers, cargo trucks, new learners-and how to drive alongside them.

May 29, 2025 · 8 min · 1655 words · Constantinos Psomadakis

Tauri 2.0 macOS: Handling "Open With" in Rust and passing files to the frontend

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.

March 6, 2025 · 4 min · 808 words · Constantinos Psomadakis

How to make your Tauri app the default for file associations using NSIS

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.

November 30, 2024 · 5 min · 856 words · Constantinos Psomadakis