learntocloud / define-the-cloud

API that serves LTC cloud dictionary
https://definethecloud.guide
MIT License
28 stars 8 forks source link

Submit a Cloud Definition #123

Closed Se7enB2st closed 1 year ago

Se7enB2st commented 1 year ago

Do NOT copy/paste a definition from somewhere else. Read about the word you want to define and come up with your own definition. Copy/Paste submissions will be closed and not added.

Fill out the JSON with your submission:

    {
   "word": "Serverless Architecture",
    "content": "Serverless architecture is a cloud-based execution model in which server management is delegated to a cloud-based vendor. The vendor deploys the application automatically in the cloud rather than on virtual machines or physical servers. This eliminates the need for developers to perform server maintenance tasks such as patching, capacity management, and scaling.",
    "learn_more_URL":"https://devspatial.com/technology/what-is-serverless-architecture/",
    "tag":"compute",
    "abbreviation": "",
    "author_name":"Ethan",
    "author_link": "https://devspatial.com/about/"
    }

Fill out the JSON below with the following.

Word (REQUIRED)

The word you are defining. Check this URL for all words we currently have.

Content (REQUIRED)

The definition. No more than 3 sentences.

learn more URL (REQUIRED)

Website where people can visit to learn more about the word.

tag (REQUIRED and select one)

Tech category the word fits in. Options:

abbreviation (OPTIONAL)

If the word is commonly abbreviated, please provide it. For example, command line interface is often abbreviated as CLI.

author name (REQUIRED)

Your name.

author link (REQUIRED)

The URL you want your name to link to.

madebygps commented 1 year ago

This word has already been submitted. Thank you.