So Far So Rust

My journey learning Rust over 145 days as my primary programming language, including gotchas, resources, and why I chose Rust over Golang.

July 13, 2022 路 12 min

Retrying HTTP Requests with Rust

How to implement retry logic for HTTP requests in Rust using reqwest and the again crate. Handling network failures, rate limiting, and JSON parsing errors with exponential backoff.

June 25, 2022 路 10 min

Learning Rust

My journey learning Rust after 3 years of attempts, finally succeeding after 40 days and building a webservice at Merkle Science.

March 28, 2022 路 1 min

Explicit is Better than Implicit: Rust for Pythonistas

A comprehensive introduction to Rust for Python developers, covering why Rust matters, memory management, ownership, borrowing, and practical code examples.

March 26, 2022 路 10 min

TIL: The Little Book of Rust Macros and Rust Performance Book

Today I learned about two essential Rust resources: a comprehensive guide to Rust macros and a detailed book on Rust performance optimization techniques.

April 25, 2021 路 2 min

TIL: Zellij - Modern Terminal Multiplexer

Today I learned about Zellij, a modern terminal workspace with built-in multiplexing, written in Rust, offering an intuitive alternative to tmux and screen.

April 23, 2021 路 1 min

TIL: Fast Node Manager, Zoxide Smart CD, Technical Writing, PyO3, and Qubes OS

Today I learned about fnm for fast Node.js version management, zoxide as a smarter cd command, technical writing resources, PyO3 for Python-Rust integration, and Qubes OS security architecture.

April 18, 2021 路 3 min

TIL: CORS Deep Dive, Piku Tiny PaaS, Rust Strings, and Deno Standard Library

Today I learned about CORS in depth, Piku for git-push deployments, why Rust strings seem challenging, and Deno's standard library for modern JavaScript runtime.

April 15, 2021 路 3 min

TIL: Raspberry Pi OS Development, Vim Beginner Guide, Password Management, and QueryBook

Today I learned about building Raspberry Pi Linux systems from scratch, embedded OS development with Rust, Vim for beginners, password management apps, and QueryBook for data exploration.

April 14, 2021 路 2 min

TIL: Innernet VPN Solution and NoteCalc Calculator App

Today I discovered Innernet, a modern VPN solution for secure networking, and NoteCalc, a note-taking app with built-in calculation capabilities.

March 30, 2021 路 2 min