PinnedloudsilenceinRustaceansA Comprehensive Guide to robust code with thiserror for RustError handling in Rust is a critical aspect of writing robust and reliable code. The thiserror crate is a powerful tool that simplifies the…Feb 27Feb 27
loudsilenceinTowards DevFluttering on Windows: Your Guide to Crafting Desktop Applications with VSCodeIn the realm of cross-platform application development, Flutter has emerged as a game-changer. Developed by Google, Flutter allows…Apr 1Apr 1
loudsilenceRapid Application Dev / Proof of concept applications in RustI’ve always mostly been a backend developer, but now I’d like to start creating cross-platform GUI desktop applications (utilities and…Mar 231Mar 231
loudsilenceRust in the Database: Crafting SQLite Extensions with RustIn the realm of database management, SQLite stands out for its simplicity, efficiency, and widespread use. It’s a self-contained…Mar 203Mar 203
loudsilenceinRustaceansRust-icating the Web: A Journey into TauriIn the realm of web technology, a new player has emerged: Tauri. Tauri is a toolkit that helps developers create lightweight, secure, and…Mar 191Mar 191
loudsilenceinRustaceansHarnessing the Power of SQLite for Time Series Data Storage in Rust: A Comprehensive GuideIn the world of software development, data storage is a crucial aspect that can significantly impact the performance and efficiency of…Mar 18Mar 18
loudsilenceinRustaceansGetting started with Tracing in RustWelcome to this comprehensive guide on getting started with tracing in Rust. Tracing is a powerful tool that developers can use to…Mar 8Mar 8
loudsilenceinRustaceansBenchmarking Your Rust Code with Criterion: A Comprehensive GuideIn the realm of software development, performance is paramount. As developers, we strive to write code that not only solves problems but…Mar 41Mar 41
loudsilenceGetting Started with Rust in VSCode on WindowsRust is a modern system programming language that provides memory safety, concurrency, and performance with a focus on zero-cost…Feb 291Feb 291
loudsilenceUnderstanding Mutex and RwLock in RustIn concurrent programming, it’s crucial to control access to shared data. Rust provides several synchronization primitives, including Mutex…Feb 281Feb 281