Posts.
A Story of Optimizing Mongo DB Writes
Optimizing bulk-inserts for 30,000+ MongoDB documents in a Python script.
Read more ⟶Tag-Based Python CI/CD Pipeline
A guide to setting up a CI/CD pipeline for Python using GitHub Actions, that runs on Git tag pushes. Also includes a step to handle CI pipeline failures through a step that allows SSHing into the workflow runner instance.
Read more ⟶Writing Rust Bindings for My Python App
Walk through my experience of writing Rust FFI for my Python CLI application
Read more ⟶Implementing a Naive Buffered Queue in Rust
Writing a custom implementation of a simple blocking, buffered queue in Rust
Read more ⟶Making My First Open-Source Contribution
How I made my first OSS contribution while setting up my website
Read more ⟶