My First Impressions of Nix
A developer's first impressions of Nix, comparing it to Ansible for managing software environments and infrastructure as code.
A developer's first impressions of Nix, comparing it to Ansible for managing software environments and infrastructure as code.
A guide to turning a Raspberry Pi into a remote keyboard using an open-source web app called Key Mime Pi.
A developer's technical journey to self-host a private video sharing platform, evaluating ClipBucket and MediaGoblin with Docker and Ansible.
A technical guide on deploying WhiteNoise for static files in a Django SaaS app, covering CI/CD and Nginx configuration changes.
The author streamlines a SaaS deployment by removing the Git clone from the server, detailing the steps for Let's Encrypt and Git SHA changes.
The author removes Node.js from their SaaS deployment process, simplifying the server setup and moving static asset generation to CI.
Episode on automating static asset deployment to AWS S3 via CircleCI and pulling files with Ansible during SaaS deployment.
Explains how to run webpack and Django's collectstatic in CI to simplify deployment of static assets.
Connecting a Django Shiv app using Ansible, covering file permissions and settings configuration for deployment.
Debugging a Django static files issue caused by incorrect file permissions in a Shiv app.
A developer deploys a Django Shiv app using Ansible and S3, then troubleshoots template and settings issues.
The article details a significant performance improvement in Ansible deployments by integrating the Mitogen tool, resulting in a 4.5x speed increase.
How to speed up Ansible deployments using Mitogen, reducing deployment time from 7 minutes to 1.5 minutes.
A guide to deploying a Django web app using Ansible, including a detour on Continuous Integration and a major speed improvement.
The article details building an automated tool for processing and connecting data using Python and Django in a SaaS project.
How to add and test Celery beat, a background task scheduler, to a Django SaaS project, including deployment with Ansible.
Using Selenium to create automated tests for Ansible web app roles, demonstrating how to verify complex application functionality beyond basic deployment checks.
A guide to automating the deployment of the ClipBucket video hosting platform using Ansible configuration management.