Compare Python package downloads
Personal side project to learn about what it takes to build and self-host a "production grade" web app.
This project was inspired by npm trends, which provides similar insights for npm packages.
- full-stack-fastapi-template: I didn't use this template but I refer to it often on how certain things are setup such as repository structure, github actions, development.md, handling configs etc.
- Syntax Self Host 101 Playlist: Helpful information on how to setup a VPS
- Tailscale Infrastructure as Code Playlist: Helpful information on how to setup VPS with IaC and Tailscale
- Tailscale GitHub Action: How to use Tailscale GitHub Action & setup oauth client
- Tom Delalande The cloud is over-engineeered and overpriced: Influenced my
update_service.sh
script - Rails World 2024 Opening Keynote - David Heinemeier Hansson: How to secure a VPS cheat sheet
- Executing Remote Commands with Pulumi: Where I learned about Pulumi remote command
- Cloudflare Pulumi Tutorial: Tutorial on how to use pulumi with Cloudflare resources