Published inCodeXImplementing Rust’s Safety Features in Cpp: RAIIRAII is a programming principle in C++ that associates resource management with objects whose lifespan is defined by the object’s lifetimeJul 1, 2024Jul 1, 2024
Published inCodeXImplementing Rust’s Safety Features in Cpp: Memory ManagementIn recent years, Rust has experienced exponential growth in terms of popularity, but C++ has much to offer in terms of safety as well.Jun 26, 20244Jun 26, 20244
Published inLevel Up CodingCustomize error handling with thiserrorThe thiserror crate in Rust is used to simplify the definition of custom error types.Jun 20, 2024Jun 20, 2024
Published inLevel Up CodingRemote Debugging Rust Applications on Embedded LinuxOptimizing Debugging Workflows for ARM-Based Linux Devices: Strategies for Remote Debugging Sessions with Raspberry Pi and Similar…Apr 22, 2024Apr 22, 2024
Published inLevel Up CodingCrafting a Rust URL Shortener: Part 3— Building FrontendIn this final segment of our tutorial, we’ll craft a simple frontend interface for handling URL shortening requests directly from a…Feb 20, 2024Feb 20, 2024
Published inLevel Up CodingCrafting a Rust URL Shortener: Part 2— Creating APIsBuilding Backend Logic with Axum for Our URL ShortenerFeb 19, 2024Feb 19, 2024
Published inLevel Up CodingCrafting a Rust URL Shortener: Part 1 — Setting Up Your ProjectIn this tutorial, we outline the tech stack for building the URL shortener and guide through project setup.Feb 12, 20241Feb 12, 20241
Published inWrite A CatalystWhy You Must Capture Attention in 7 SecondsEver wonder why it’s so hard to hook people’s attention?Feb 8, 20241Feb 8, 20241
Published inLevel Up CodingSuper fast http server with Rust + htmx (part 2)Welcome to the second part of our tutorial series on creating a super-fast embedded web server with Rust and htmx.Feb 8, 20242Feb 8, 20242
Published inLevel Up CodingSuper fast http server with Rust + htmx (part 1)Learn how to harness the robust power of Rust paired with the agility of htmx, creating a super-fast embedded web server.Feb 6, 20245Feb 6, 20245