Examples are not Documentation

2024-05-02

How to improve your documentation for Rust projects

#rust #documentation

In appreciation of nginx reverse proxys

2023-11-03

How to painlessly use HTTPS with your web services

#nginx #ops #sysadmin #webserver

A getting started guide to ESP32 no-std Rust development

2023-10-13

Programming ESP32 microcontrollers in Rust without the standard library

#rust #esp32 #microcontroller #no-std

Rust Library Compatibility Levels

2023-09-01

From microcontrollers to full-blown Linux systems, Rust has you covered!

#rust #crate #compatibility

How NanoMQ had a double free and what we can learn from it

2023-04-25

Discovery of a double free in a C MQTT broker and what can be done about it

#C #nanomq #security #fuzzing #rust

Making a Dino Light with the ESP32 and WS2812 Pt. 2

2023-04-22

Connecting an ESP32 Dino Light to Wi-Fi using Rust and Embassy

#rust #embedded #esp32 #ws2812 #neopixel

Making a Dino Light with the ESP32 and WS2812

2022-03-05

Found a cute thing on Thingiverse and decided to make it with another chip and in Rust

#rust #embedded #esp32 #ws2812 #neopixel

Writing a BitBoard in Rust Pt. 2: The Game State

2021-09-14

Now that we have a bitboard to store the pieces, we need a way to store the game state

#bitboard #chess #rust

Writing a BitBoard in Rust Pt. 1: The Basics

2021-08-23

BitBoards are used in the fastest chess engines on the market. So how do they work? And how do we implement them?

#bitboard #chess #rust

Cargo Plugins

2021-08-12

My favorite 5 cargo plugins

#rust #cargo