Tauri error handling recipes
Intro I'm developing the desktop app to meet my own needs: Dataans. Take notes in the form of markdown snippets grouped into spaces. I use Tauri as … ...more
Intro I'm developing the desktop app to meet my own needs: Dataans. Take notes in the form of markdown snippets grouped into spaces. I use Tauri as … ...more
Intro Around half a year ago, I started my new side project: Dataans. It already has plenty of good features and I think I'm ready to present it to yo… ...more
For ones who don't know (quote src): Miri is an interpreter for Rust's mid-level intermediate representation. Miri is an Undefined Behavior detection… ...more
Recently I lectured in my company about git and resolving specific situations with it. It inspired me to write this article. I know that there is tons… ...more
Before I start Goals Explain how the Windows minidriver treats the smart card container name. Tell how a bad container name can break scard auth. Fun… ...more
Getting Started A few months ago I had a great opportunity to implement the smart card emulation. The whole point was to emulate the smart card behavi… ...more
The API monitor speaks for itself. It's a great tool for the system API calls debugging, monitoring, information extraction, exploring. Especially in … ...more
I bet you know but I still wanna recall it. Clap is a full-featured, fast Command Line Argument Parser for Rust. docs.rs. crates.io. Goals Goals: Sho… ...more
Goals The main purpose of this article is to tell you about Windows SSPI. If you know nothing about it and want to start working with it, this article… ...more
Web app that can hash/encrypt/sign the data. JWT debugger. ...more
Convert bytes between different representations (hex, dec, base64, etc). ...more
Take notes in markdown snippets grouped into spaces. ...more
Notifications components library for Yew. It's like react-toastify but for Yew. ...more