Skip to content

Commit

Permalink
Dump links
Browse files Browse the repository at this point in the history
  • Loading branch information
giulianopz committed Nov 20, 2024
1 parent 07dbf1b commit a7cc89e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 46 deletions.
51 changes: 6 additions & 45 deletions src/cloud.md
Original file line number Diff line number Diff line change
@@ -1,50 +1,11 @@
## Cloud Computing, Containers & DevOps

- [A beginner's guide to building DevOps pipelines with open source tools](https://opensource.com/article/19/4/devops-pipeline)
- [Cloud Application Platform vs Container as a Service vs VM hosted application](https://www.suse.com/c/cap-vs-caas-vs-vm-hosted-application/)
- Containers and Orchestration:
- [What is a container image?](https://opensource.com/article/21/8/container-image)
- [Container image formats under the hood](https://snyk.io/blog/container-image-formats/)
- [An Introduction to Kubernetes](https://www.jeremyjordan.me/kubernetes/)
- [What is a Container Image?](https://opensource.com/article/21/8/container-image)
- [Container Image Formats Under the Hood](https://snyk.io/blog/container-image-formats/)
- [A Practical Introduction to Container Terminology](https://developers.redhat.com/blog/2018/02/22/container-terminology-practical-introduction#)
- [Learning Containers From The Bottom Up](https://iximiuz.com/en/posts/container-learning-path/)
- [Containers are chroot with a Marketing Budget](https://earthly.dev/blog/chroot/)
- [Docker](https://github.com/docker/labs/tree/master/developer-tools/java)
- [Podman + Skopeo + Buildah](https://www.redhat.com/en/blog/say-hello-buildah-podman-and-skopeo)
- Container/Cluster Managers:
- [Kubernetes](https://www.jeremyjordan.me/kubernetes/) + [Helm](https://helm.sh/docs/)
- [KubeAcademy](https://kube.academy/)
- [WebAssembly vs. Kubernetes](https://thenewstack.io/yes-webassembly-can-replace-kubernetes/)
- Distributions:
- Self-Managed (Local):
- minikube
- kind
- Microk8s
- CodeReady Containers (CRC) (a minimal OpenShift -x cluster)
- Minishift (a minimal OpenShift -x cluster)
- IoT & Edge Computing:
- k3s
- Self-Managed (On Premises/Hybrid)
- [RedHat Openshift](https://www.redhat.com/en/services/training/do288-red-hat-openshift-development-ii-containerizing-applications)
- Rancher
- VMware Tanzu Kubernetes Grid (TKG)
- Kubernetes-as-a-Service (On Cloud)
- Google Kubernetes Engine (GKE)
- Amazon Elastic Kubernetes Service (Amazon EKS)
- Azure Container Service (AKS)
- [Docker Swarm](https://docs.docker.com/engine/swarm/)
- [Apache Mesos](https://mesos.apache.org/)
- [LXD](https://linuxcontainers.org/lxd/)
- [Cloud Foundry](https://docs.cloudfoundry.org)
- [Nomad](https://www.nomadproject.io/)
- CI/CD Pipelines:
- [Jenkins](https://www.edx.org/course/introduction-to-jenkins)
- [A developer's guide to CI/CD and GitOps with Jenkins Pipelines](https://developers.redhat.com/articles/2022/01/13/developers-guide-cicd-and-gitops-jenkins-pipelines#)
- Cloud Platforms:
- Amazon Web Services (AWS)
- Microsoft Azure
- Google Cloud Platform (GCP)
- Heroku
- [What is Object storage?](https://cloud.google.com/learn/what-is-object-storage#:~:text=Object%20storage%20is%20a%20data,for%20easy%20access%20and%20retrieval.)
- [The ultimate guide to table format internals](https://jack-vanlightly.com/blog/2024/10/28/the-ultimate-guide-to-table-format-internals)
- [The cloudy layers of modern-day programming](https://vickiboykis.com/2022/12/05/the-cloudy-layers-of-modern-day-programming/)
- [Containers Are Chroot with a Marketing Budget](https://earthly.dev/blog/chroot/)
- [A Beginner's Guide to Building DevOps Pipelines With Open Source Tools](https://opensource.com/article/19/4/devops-pipeline)
- [The Cloudy Layers of Modern-Day Programming](https://vickiboykis.com/2022/12/05/the-cloudy-layers-of-modern-day-programming/)
- [Free for Developers](https://free-for.dev)
4 changes: 3 additions & 1 deletion src/db.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,12 @@
- [Nine ways to shoot yourself in the foot with PostgreSQL](https://philbooth.me/blog/nine-ways-to-shoot-yourself-in-the-foot-with-postgresql)
- [Understanding the Postgres Hackers Mailing List Language](https://www.crunchydata.com/blog/understanding-the-postgres-hackers-mailing-list)
- [What I Wish Someone Told Me About Postgres](https://challahscript.com/what_i_wish_someone_told_me_about_postgres)
- [pgdoc ⚡ link](https://pgdoc.link/)

### Data Management

- [Data Lake vs. Data Warehouse vs. Data Lakehouse](https://synccomputing.com/data-lake-vs-data-warehouse-vs-data-lakehouse/)
- [Data Mesh vs. Data Fabric vs. Data Lake](https://www.zuar.com/blog/data-mesh-vs-data-fabric-vs-data-lake/)
- [Data Mesh Architecture](https://www.datamesh-architecture.com/)

- [Object Storage](https://en.wikipedia.org/wiki/Object_storage)
- [The Ultimate Guide to Table Format Internals](https://jack-vanlightly.com/blog/2024/10/28/the-ultimate-guide-to-table-format-internals)

0 comments on commit a7cc89e

Please sign in to comment.