#rust

27 posts

๐Ÿงช nrf52833 BBC micro:bit

**Experiments, Prototypes & Notes with the micro:bit v2.21** This repository contains my projects, experiments, and notes using the **micro:bit v2.21**, built on the **nrf52833** microcontroller. I...
Read more

Debugging firmware

Classic software development is always inside the cycle of write - run - check - fix. In classic systems, debugging is simplified by built-in logs, breakpoints and step-by-step code execution direct...
Read more

Embedded ๐Ÿ“ฆ crates ecosystem

**Review of the ecosystem of crates used for programming microcontrollers in Rust** In general, developing programs for **MCU** is aimed at obtaining some information from the surrounding world, perf...
Read more

๐Ÿงช RP2040 Pico W Lab

**Experiments, Prototypes & Notes with the Raspberry Pi Pico W** This repository contains my projects, experiments, and notes using the **Raspberry Pi Pico W**, built on the **RP2040** microcontrolle...
Read more

GPIO (General Purpose Input / Output)

๐ŸŸ  What is a general purpose input output (GPIO) of the MCU --- ### GPIO GPIO stands for general purpose input/output. It is a type of pin found on an integrated circuit that does not...
Read more

๐Ÿ“ฆ On-Chain Key-Value Storage

**A Solana smart contract project that demonstrates how to send, store, and update data on-chain using keys.** Built with **Rust** and the **Anchor** framework. --- [๐Ÿ“š GitHub Repositor...
Read more

๐Ÿงฎ Simple Solana Counter Program

**A lightweight, native Solana smart contract for incrementing and decrementing a counter.** Developed with native **Rust** for performance and simplicity. --- [๐Ÿ“š GitHub Repository](ht...
Read more

๐Ÿค– Actix-web AI Agent

Actix-web AI Agent. Built with ๐ŸคŽ in Rust [Effortless Backend Prototyping with Rust](https://www.linkedin.com/pulse/effortless-backend-prototyping-rust-anatolii-maltsev-hvvce/?trackingId=lGXFeD6ET%2B...
Read more

๐ŸŒ std web_server

**Minimal yet functional multi-threaded web server implemented entirely using the Rust standard library.** No external dependencies โ€” just pure `std`. --- [๐Ÿ“š GitHub Repository](https:/...
Read more

๐ŸŒ Actix-Web Server

**A lightweight backend service built with modern Rust web technologies, ideal for full-stack or API-centric applications.** --- [๐Ÿ“š GitHub Repository](https://github.com/maltsev-dev/ra...
Read more

๐Ÿงพ TUI Inventory App

**An old-school terminal-based inventory management system built with Rust and [Cursive](https://crates.io/crates/cursive).** ![cursive Version](https://img.shields.io/badge/cursive-0.21.1%20-orange...
Read more

๐Ÿ… TUI Pomodoro App

**A terminal-based Pomodoro timer built with Rust and [Cursive](https://crates.io/crates/cursive), replicating the feel of vintage console tools.** ![cursive Version](https://img.shields.io/badge/cu...
Read more