Python
A collection of 5 posts
How We Continually Deliver Software
We've open-sourced a reusable set of Github Actions that enable us to move fast and continually deliver high quality software.
· Patrick Altman
Reusing GraphQL Queries within Django
How we query our GraphQL API directly through Python avoiding duplication of query logic and overhead of web requests.
· Patrick Altman
Polars vs Pandas – Quantile Method
You can save some memory by moving to Polars from Pandas but watch out for a subtle difference in the quantile's different default interpolation methods.
· Patrick Altman
Keep Your Vue Apps Fresh
Keeping your Vue SPA up to date when new code is released.
· Patrick Altman
Connecting Cloud Apps to Industrial Equipment with Tailscale
How to bridge the gap between cloud-based Django apps and on-premise equipment with Tailscale
· Patrick Altman