RSS Amplifier

Blog

Lucas' Journey

Hi, I'm Lucas Montes. This is my personal blog where I share my thoughts, projects, and experiences in the tech world. Join me on this journey of learning and discovery!

lucas-montes.comRSS feed ↗8 posts

Latest posts

Building Gemma3 from scratch in Rust

A technical walkthrough of building key components of Google’s Gemma3 model, from linear layers to attention, entirely in Rust

Writing Word2Vec from scratch in Rust

Guide on how to implement the word2vec algorithm using the cbow architecture from scratch in the rust programming language

Create Your Own Testing Framework

Learn how to create a custom testing framework using Locust and Docker for performance and fuzz testing of Python services. Control resources, simulate production traffic, and integrate with CI/CD pipelines.

Lockfree ring buffer in Rust

How to create a lockfree ringbuffer

Implementing the Raft protocol in Rust

Implementation of the Raft protocol in Rust with Cap'n Proto

Switching from Ubuntu to NixOs

How I switched from a regular Ubuntu to NixOs

Developping an air quality sensor with Rust, Nix and a Esp32 Xtensa

How I developped an air quality sensor using Rust for an esp32 with xtensa processor. All packaged with Nix.

My Misadventure with Embedded Devices

My first steps developing for an embedded device, from LEDs to ESP32