Skip to main content

Tauri-0 - Setting up a Tauri project

· 2 min read

I have been planning to work on a toy project that combines my interest in frontend and backend development. Since Tauri is a way to create desktop applications using web technologies and Rust, I decided to explore it. This post starts a series of entries documenting my journey with Tauri, which I intend to commit to over the next year.

Go Errors

· 2 min read

In Go, errors are returned as values. We can construct them in several ways.