© 2023 Hashnode
#rust
In 2021, Rust piqued my interest in learning a new programming language though I was comfortable with Ruby and Javascript. You could say maybe the hype it was getting at that time got me intrigued. An…
Introduction In last week's post, I demonstrated the creation of a simple UART abstraction used to hide register-level details. What is obvious from the prior code is that its behavior is limited to a…
In Rust, file operations can be performed using the standard library's std::fs module. The module provides functions for creating, writing, reading, and deleting files. To create a file in Rust, we ca…
DISCLAIMER: This article will focus on how to integrate the app with Prometheus and Grafana. Learn how to monitor an Axum app with Prometheus and Grafana. This article provides instructions for instal…
TL;DR: Code https://github.com/dirien/pulumi-aks-wasm-spin Introduction In this blog post, I am going to show you how to run a Fermyon Spin WebAssembly (WASM) application on a WebAssembly System Int…
Rust is a famous systems programming language that prioritises performance, dependability, and security. Setting up a Rust development environment on Windows can be difficult, but with the methods bel…
Installing tools To set up our Rust + Neovim development environment, we need to install some necessary tools. First, we need to install Rust itself, which can be done by following the instructions at…
Hi everybody my name is Igor Cavalcante, I am a Software Developer and I decided to use a blog as a tool for learning. The main objective here is to use writing to improve the way I learn. Of course, what is written here can be shared and h…
Recently, shuttle released a Node.js CLI package that allows you to quickly bootstrap an application that uses a Next.js frontend with a Rust backend that uses Axum, a popular Rust web framework with …
Introduction In today’s software-driven world, developers are always on the lookout for efficient and reliable programming languages. Rust, a relatively new player in the field, has quickly gained pop…