Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
66 changes: 66 additions & 0 deletions content/podcast/s06e01-cloudsmith/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
+++
title = "Cloudsmith"
date = 2026-04-09
template = "episode.html"
draft = false
aliases = ["/p/s06e01"]
[extra]
guest = "Cian Butler"
role = "Service Reliability Engineer"
season = "06"
episode = "01"
series = "Podcast"
+++

<div><script id="letscast-player-1901e78b" src="https://letscast.fm/podcasts/rust-in-production-82281512/episodes/cloudsmith-with-cian-butler/player.js?size=s"></script></div>

Rust adoption can be loud, like when companies such as Microsoft, Meta, and Google announce their use of Rust in high-profile projects. But there are countless smaller teams quietly using Rust to solve real-world problems, sometimes even without noticing. This episode tells one such story. Cian and his team at Cloudsmith have been adopting Rust in their Python monolith not because they wanted to rewrite everything in Rust, but because Rust extensions were simply best-in-class for the specific performance problems they were trying to solve in their Django application. As they had these initial successes, they gained more confidence in Rust and started using it in more and more areas of their codebase.

{{ codecrafters() }}

## Show Notes

### About Cloudsmith

Made with love in Belfast and trusted around the world. Cloudsmith is the fully-managed solution for controlling, securing, and distributing software artifacts. They analyze every package, container, and ML model in an organization's supply chain, allow blocking bad packages before they reach developers, and build an ironclad chain of custody.

### About Cian Butler

Cian is a Service Reliability Engineer located in Dublin, Ireland. He has been working with Rust for 10 years and has a history of helping companies build reliable and efficient software. He has a BA in Computer Programming from Dublin City University.

### Links From The Episode

- [Lee Skillen's blog](https://www.skillen.io/) - The blog of Lee Skillen, Cloudsmith's co-founder and CTO
- [Django](https://www.djangoproject.com/) - Python on Rails
- [Django Mixins](https://docs.djangoproject.com/en/6.0/topics/class-based-views/mixins/) - Great for scaling up, not great for long-term maintenance
- [SBOM](https://en.wikipedia.org/wiki/Software_bill_of_materials) - Software Bill of Materials
- [Microservice vs Monolith](https://martinfowler.com/articles/microservices.html) - Martin Fowler's canonical explanation
- [Jaeger](https://www.jaegertracing.io/) - "Debugger" for microservices
- [PyO3](https://pyo3.rs/) - Rust-to-Python and Python-to-Rust FFI crate
- [orjson](https://github.com/ijl/orjson) - Pretty fast JSON handling in Python using Rust
- [drf-orjson-renderer](https://github.com/brianjbuck/drf_orjson_renderer) - Simple orjson wrapper for Django REST Framework
- [Rust in Python cryptography](https://cryptography.io/en/latest/faq/#why-does-cryptography-require-rust) - Parsing complex data formats is just safer in Rust!
- [jsonschema-py](https://github.com/Stranger6667/jsonschema/tree/master/crates/jsonschema-py) - jsonschema in Python with Rust, mentioned in the PyO3 docs
- [WSGI](https://peps.python.org/pep-3333/) - Python's standard for HTTP server interfaces
- [uWSGI](https://uwsgi-docs.readthedocs.io/en/latest/) - A application server providing a WSGI interface
- [rustimport](https://github.com/mityax/rustimport) - Simply import Rust files as modules in Python, great for prototyping
- [granian](https://github.com/emmett-framework/granian) - WSGI application server written in Rust with tokio and hyper
- [hyper](https://hyper.rs/) - HTTP parsing and serialization library for Rust
- [HAProxy](https://www.haproxy.org/) - Feature rich reverse proxy with good request queue support
- [nginx](https://nginx.org/en/) - Very common reverse proxy with very nice and readable config
- [locust](https://locust.io/) - Fantastic load-test tool with configuration in Python
- [goose](https://www.tag1.com/goose/) - Locust, but in Rust
- [Podman](https://podman.io/) - Daemonless container engine
- [Docker](https://www.docker.com/) - Container platform
- [buildx](https://github.com/docker/buildx) - Docker CLI plugin for extended build capabilities with BuildKit
- [OrbStack](https://orbstack.dev/) - Faster Docker for Desktop alternative
- [Rust in Production: curl with Daniel Stenberg](https://corrode.dev/podcast/s02e01-curl/) - Talking about hyper's strictness being at odds with curl's permissive design
- [axum](https://docs.rs/axum/latest/axum/) - Ergonomic and modular web framework for Rust
- [rocket](https://rocket.rs/) - Web framework for Rust

### Official Links

- [Cloudsmith Website](https://cloudsmith.com/)
- [Cian Butler's Website](https://cianbutler.ie/)
- [Cian's E-Mail](mailto:butlerx@notthe.cloud)

19 changes: 19 additions & 0 deletions content/podcast/s06e01-cloudsmith/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added content/podcast/s06e01-cloudsmith/social.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading