# Develop on the cloud

## Small-scale programming : Using [Replit](https://replit.com/~)

> Replit is a good option for running code on the fly for testing a solution, trying a new package, and playing around with code without worrying about:
>
> * Is my machine specs able to install and run x ?
> * I need to download these packages by myself

## Medium-Scale programming : [Codespace](https://github.com/features/codespaces)

> I create workshops and side projects using Github Codespace, you can always clone it and run it locally

## Using [Terraform](https://www.terraform.io/) to create cloud resources

> I use Terraform to create my cloud resources such as AWS EC2 instances, managing your infrastructure with code allows you to version control your changes and having it automated as well

[Infrastructure as code - Wikipedia](https://en.wikipedia.org/wiki/Infrastructure_as_code)

## I use Digital Ocean’s VMS for testing

[DigitalOcean | The Cloud for Builders](https://www.digitalocean.com/)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://abdulrahman-1.gitbook.io/my-digital-garden/level-4-productivity-handbook-for-software-engineers/develop-on-the-cloud.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
