267 posts

Crews Not Teams

Building effective teams by leveraging individual strengths instead of competing. Inspired by tactical video games where each member has specialized skills.

August 18, 2022 · 2 min · 413 words

A System for Getting Better at LeetCode

Building sustainable habits for coding interview preparation. Focus on systems over outcomes, consistent practice, and measuring the right metrics for long-term improvement.

July 21, 2022 · 11 min · 2191 words

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 · 2417 words

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 · 7 min · 1339 words

The Two of Three Rule

A career framework based on statistical quality control: Pay, People, Work - you can only have two good things at any job. Understanding when to join, stay, or leave a company.

May 19, 2022 · 14 min · 2949 words

A Primer on Control Charts

An introduction to statistical quality control using control charts and Shewhart charts. Understanding process variation, control limits, and statistical manufacturing principles.

May 12, 2022 · 4 min · 772 words

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 · 182 words

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 · 1943 words

Using Custom Delimiters in Jinja Templates

How to use custom variable markers in Jinja templates to avoid conflicts with Apache Airflow or other template engines. Alternative approaches for nested templating scenarios.

February 18, 2022 · 2 min · 291 words

TIL: Creating Fixed Length Iterables in Python

TIL how to create fixed-length iterables in Python using collections.deque with maxlen parameter. Perfect for creating circular buffers and bounded collections.

January 24, 2022 · 1 min · 66 words

Subscribe to Newsletter

Get the latest posts and insights delivered to your inbox.

Built using Picoletter.