Dotan Nahum·Feb 22, 2024Introduction to Loco: the “Rust on Rails”Loco is a Web or API framework for Rust: a “Rust on Rails”. Strongly inspired by Rails, it contains everything you need to go from side…A response icon7A response icon7
Dotan Nahum·Oct 16, 2023How to easily implement a configuration-first provider pattern in Rust 🦀In this post we’ll review a way to build a provider pattern in Rust which is dynamic, extensible, and fun to maintain, while as statically…A response icon1A response icon1
Dotan Nahum·Oct 13, 2023Errors in Rust: A FormulaErrors in Rust are a multi layer cake. This is an indepth review of error creation and handling in Rust, with a formula that always worksA response icon2A response icon2
InBetter ProgrammingbyDotan Nahum·Aug 8, 2023Rust and LLM AI Infrastructure: Embracing the Power of PerformanceBuilding an LLM or AI infrastructure in Rust can offer several benefits despite Python’s dominance in the AI spaceA response icon3A response icon3
InBetter ProgrammingbyDotan Nahum·May 9, 2023Building CLI Apps in Rust — What You Should ConsiderThis is part guide, part post about what you should consider before building a new CLI app in Rust.A response icon6A response icon6
InBetter ProgrammingbyDotan Nahum·Dec 14, 2022Compile Time Feature Flags in Rust: Why, How, and When?And what’s the tradeoff?
InBetter ProgrammingbyDotan Nahum·Nov 29, 2022Introducing Hyperstack — The Pragmatic Node.js Web Framework for BuildersA look at our latest open-source tool for programmersA response icon2A response icon2
InBetter ProgrammingbyDotan Nahum·Nov 19, 2022How to Do Pipeline Forensics, DFIR, or Just Find Files Quickly With ReconA quick introduction to the open-source tool
InBetter ProgrammingbyDotan Nahum·Nov 10, 2022Tauri vs. Electron for Tray AppsBuild a desktop tray starter app using Tauri, Rust, and JavaScriptA response icon2A response icon2
InBetter ProgrammingbyDotan Nahum·Oct 29, 2022Running Rust Tasks With “xtask” and “xtaskops”Pop quiz: How do you write and run your daily tasks?A response icon1A response icon1