PinnedPublished inRustaceansA 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 27, 2024Feb 27, 2024
Published inTowards 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 1, 2024Apr 1, 2024
Rapid 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 23, 20241Mar 23, 20241
Rust 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 20, 20243Mar 20, 20243
Published inRustaceansRust-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 19, 20241Mar 19, 20241
Published inRustaceansHarnessing 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 18, 2024Mar 18, 2024
Published inRustaceansGetting 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 8, 2024Mar 8, 2024
Published inRustaceansBenchmarking 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 4, 20241Mar 4, 20241
Getting 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 29, 20241Feb 29, 20241
Understanding Mutex and RwLock in RustIn concurrent programming, it’s crucial to control access to shared data. Rust provides several synchronization primitives, including Mutex…Feb 28, 20241Feb 28, 20241