Contributions

Article
This blog post covers my experience optimizing bulk-inserts for 30,000+ MongoDB documents in a Python script.
I started from the basic single insert statements for each record and optimized from there.
Article
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.