Using 1password-cli to avoid hardcoded secrets in your terminal profilePublished onNovember 21, 20245 min read One of the things that had always bothered me when creating terminal profiles is hardcoding secrets like in `export GITHUB_TOKEN=<SECRET>`. This is e...1password-cliterminalsecurity
Look, Ma, no queues!Published onOctober 12, 20244 min read A very classic, if a bit overrated exercise, is to print a tree in width-first order. Also called level-order, it means you print your binary tree ro...levelqueues
Drilling down on Rust Performance Bottlenecks with tokio-tracing and texrayPublished onOctober 5, 202410 min read When a Rust program feels sluggish, adding instrumentation can shine a light on _where_ the time is going. In this post, we’ll walk through a guided ...rusttracing
How do you make a recursive merge sort more efficient in Python?Published onSeptember 15, 20246 min read *Re-worked from an excerpt of an answer of mine to an SO question that made me discover some interesting things about Python: turns out it’s not easy...merge-sortpythonrecursion
Creating custom assets with StellarPublished onSeptember 1, 20247 min read If you’re watching the crypto space, you probably know about Stellar. Stellar is an open network for storing and moving money. You can easily create,...stellarcryptoassetsblockchain