Homepage / Notes / Computer Science / DevOps
gcloud config set project {project-name}
gcloud compute instances list
gcloud compute ssh {project-name} --zone=us-east1-b --ssh-key-file .ssh/id_rsa
ufw firewall: have to remember to allow ssh…
https://damonvjanis.medium.com/optimizing-for-free-hosting-elixir-deployments-6bfc119a1f44
https://github.com/localstack/localstack A fully functional local AWS cloud stack. Develop and test your cloud & serverless apps offline!
https://blog.cloudflare.com/introducing-d1/ Announcing D1: our first SQL database
https://workers.cloudflare.com/
https://github.com/cloudflare/wrangler https://github.com/cloudflare/wrangler2
The CLI for Cloudflare Workers
https://github.com/kwhitley/itty-router
Tiny, zero-dependency router with route param and query parsing - built for Cloudflare Workers, but works everywhere!
Hono - [炎] means flame🔥 in Japanese - is a small, simple, and ultrafast web framework for Cloudflare Workers, Deno, Bun, Lagon, and others. Fast, but not only fast.
https://docs.netlify.com/routing/redirects/
Using netlify.toml
: https://docs.netlify.com/configure-builds/file-based-configuration/#redirects
https://developers.cloudflare.com/pages/ https://blog.cloudflare.com/cloudflare-pages-goes-full-stack/
https://fly.io/ Deploy App Servers Close to Your Users Run your full stack apps (and databases!) all over the world. No ops required.
https://dokku.com/ The smallest PaaS implementation you've ever seen
Tiny PaaS like Dokku (homemade Heroku) https://github.com/piku/piku
https://caprover.com/ Free and Open Source PaaS!
https://render.com/ The fastest way to host all your web apps.
The Open Source Firebase Alternative with GraphQL
https://nickjanetakis.com/blog/best-practices-around-production-ready-web-apps-with-docker-compose
https://www.terraform.io/ Deliver Infrastructure as Code
https://opentofu.org/ Open-source Terraform fork
https://earthly.dev/ Earthly is a syntax for defining your build. It works with your existing build system. Get repeatable and understandable builds today.
https://developers.cloudflare.com/images/ Cloudflare Images lets you set up an image pipeline in minutes. Build a scalable image pipeline to store, resize, optimize and deliver images in a fast and secure manner.
https://github.com/nektos/act Run your GitHub Actions locally
https://steampipe.io/ select * from cloud;