learntocloud / learn-to-cloud

Learn the fundamentals of cloud computing
https://learntocloud.guide
MIT License
4.44k stars 804 forks source link
aws azure cloud devops hacktoberfest learning python

Welcome

Azure Static Web Apps CI/CD CodeQL Code Scanning

What is Learn to Cloud?

Learn to Cloud is a GUIDE (not a book or course) that originated from this tweet. The goal is to provide an outline of skills you need to learn to get into Cloud Computing. At the end of it you should have the technical knowledge for roles like:

How to get started?

Our website is live here

Questions? Comments? Feedback?

Please open an Issue

Roadmap

Take a look at our backlog for a full list of proposed features (and known issues).

Contributing

We have 2 areas for contribution:

Engineering

We would love to be your first PR! or any PR for that matter. Take a look at our backlog and comment on an issue you'd like to work on and we can get you started.

Content

If you have ideas for updating the guide content, please open a PR and we would take a look at it.

Docker Support

You can pull the public image from docker hub rishabkumar7/ltc-website or build it locally.

Building the Docker Image:

To build the docker image you will need to run the following command:

docker build --target <target> -t <tag> .

Running the Docker Image

To run the serve target you will need to run the following command:

docker run --rm -d -p 3000:3000 <tag>

License

Distributed under the MIT License. See LICENSE for more information.