Skip to content

Instantly share code, notes, and snippets.

@melchisedech333
Created September 18, 2023 14:05
Show Gist options
  • Save melchisedech333/19794c431d39045c18a60cfaadad7c9b to your computer and use it in GitHub Desktop.
Save melchisedech333/19794c431d39045c18a60cfaadad7c9b to your computer and use it in GitHub Desktop.
Links
Nginx:
http://nginx.org/en/docs/http/load_balancing.html
https://harshshah8996.medium.com/configure-nginx-for-a-production-environment-be0e02a3d9e8
https://www.upguard.com/blog/10-tips-for-securing-your-nginx-deployment
https://brain2life.hashnode.dev/nginx-security-101-a-checklist-for-keeping-your-web-server-safe-and-secure
https://steadylearner.medium.com/how-to-deploy-rust-web-application-8c0e81394bd5
https://medium.com/localhost-run/using-nginx-to-host-websockets-and-http-on-the-same-domain-port-d9beefbfa95d
https://websockets.readthedocs.io/en/stable/howto/nginx.html
https://www.nginx.com/blog/websocket-nginx/
https://docs.nginx.com/nginx/admin-guide/load-balancer/http-load-balancer/
https://docs.nginx.com/nginx/admin-guide/web-server/reverse-proxy/
https://ranchermanager.docs.rancher.com/how-to-guides/new-user-guides/infrastructure-setup/nginx-load-balancer
Kubernetes:
https://media.defense.gov/2022/Aug/29/2003066362/-1/-1/0/CTR_KUBERNETES_HARDENING_GUIDANCE_1.2_20220829.PDF
https://trivy.dev/
https://kubernetes.io/docs/concepts/security/
https://sysdig.com/learn-cloud-native/kubernetes-security/kubernetes-security-101/
https://cheatsheetseries.owasp.org/cheatsheets/Kubernetes_Security_Cheat_Sheet.html
MongoDB:
https://github.com/mongodb/mongodb-kubernetes-operator/blob/master/README.md
https://codevoweb.com/build-a-crud-api-with-rust-and-mongodb/
Rust:
https://blog.logrocket.com/real-time-chat-app-rust-react/
https://dev.to/krowemoh/a-web-app-in-rust-01-getting-started-572a
https://anssi-fr.github.io/rust-guide/01_introduction.html
Actix Web:
https://gill.net.in/posts/auth-microservice-rust-actix-web1.0-diesel-complete-tutorial/
https://codevoweb.com/build-a-simple-api-with-rust-and-actix-web/
https://blog.ediri.io/rust-development-creating-a-rest-api-with-actix-web-for-beginners
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment