- 10 Best Practices for Better RESTful API
https://medium.com/@mwaysolutions/10-best-practices-for-better-restful-api-cbe81b06f291
Debian troubleshoot
Package | Command |
lsof | /usr/bin/lsof |
procps | /bin/ps |
Aws instance scheduler
Como interrompo e inicio instâncias do Amazon EC2 em intervalos regulares usando o Lambda?
https://aws.amazon.com/pt/premiumsupport/knowledge-center/start-stop-lambda-cloudwatch/
Automate starting and stopping AWS instances
https://docs.aws.amazon.com/solutions/latest/instance-scheduler/welcome.html
Awslabs / AWS Instance Scheduler – Scheduler for Cross-Account and Cross-Region scheduling for EC2 and RDS instances
https://github.com/awslabs/aws-instance-scheduler
Microservice Architecture
- What are microservices?
https://microservices.io/index.html - Pattern: Microservice Architecture
https://microservices.io/patterns/microservices.html - Pattern: Monolithic Architecture
https://microservices.io/patterns/monolithic.html
Nvidia Mosaic – Linux
- How to configure MOSAIC on Linux
https://nvidia.custhelp.com/app/answers/detail/a_id/3580/~/how-to-configure-mosaic-on-linux
xorg.conf
Option "MetaModes" "1920x1080 +0+0, 1920x1080 +1920+0, 1920x1080 +0+1080, 1920x1080 +1920+1080"
- Archlinux – Nvidia Mosaic
https://wiki.archlinux.org/title/NVIDIA#Mosaic_mode
- NVIDIA Mosaic Technology – User’s Guide
https://images.nvidia.com/aem-dam/en-zz/Solutions/design-visualization/quadro-product-literature/NVMosaic-UG.pdf
Gartner Magic Quadrant & Critical Capabilities
Kong and Istio
- Kong and Istio: Setting up Service Mesh on Kubernetes with Kiali for Observability
https://konghq.com/blog/kong-istio-setting-service-mesh-kubernetes-kiali-observability/
- Running the Kubernetes Ingress Controller with Istio
https://docs.konghq.com/kubernetes-ingress-controller/1.2.x/guides/getting-started-istio/
- Kong Ingress Controller and Service Mesh: Setting up Ingress to Istio on Kubernetes
https://kubernetes.io/blog/2020/03/18/kong-ingress-controller-and-istio-service-mesh/
- Service Mesh vs API Gateway vs Proxy Reverso
https://gago.io/blog/servicemesh-apigateway-reverseproxy/
- Kong Gateway (OSS) – Getting started
https://docs.konghq.com/gateway-oss/2.4.x/getting-started/quickstart/
Backup Tools
Restic – backup program that is fast, efficient and secure
https://github.com/restic/restic
Duplicity – Encrypted bandwidth-efficient backup using the rsync algorithm
https://www.nongnu.org/duplicity/
Duplicity – Debian Wiki
https://wiki.debian.org/Duplicity
Duplicity – Arch Wiki
https://wiki.archlinux.org/index.php/duplicity
Déjà Dup – Simple backup tool for GNOME
https://wiki.gnome.org/Apps/DejaDup
Duplicity and Restic – Backing Up Linux to Backblaze B2 with Duplicity and Restic
https://www.backblaze.com/blog/backing-linux-backblaze-b2-duplicity-restic/
DevOps Roadmap
Apps Architecture
Identity Provider
- dex – A federated OpenID Connect provider
https://github.com/dexidp/dex
Toggle / Feature Flag
- Flipt – An open-source, on-prem feature flag solution
https://flipt.io/