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 1Jul 1
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 264Jun 264
Published inLevel Up CodingCustomize error handling with thiserrorThe thiserror crate in Rust is used to simplify the definition of custom error types.Jun 20Jun 20
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 22Apr 22
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 20Feb 20
Published inLevel Up CodingCrafting a Rust URL Shortener: Part 2— Creating APIsBuilding Backend Logic with Axum for Our URL ShortenerFeb 19Feb 19
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 121Feb 121
Published inWrite A CatalystWhy You Must Capture Attention in 7 SecondsEver wonder why it’s so hard to hook people’s attention?Feb 81Feb 81
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 81Feb 81
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 65Feb 65