---
title: Explain the Cloud Like I'm 10
description: A web development blog, kept since 2009.
url: https://expiredqueues.com/books/explain-the-cloud-like-im-10/
image: https://expiredqueues.com/images/og/books-explain-the-cloud-like-im-10-48745b06.jpg
---

![Cover of Explain the Cloud Like I'm 10](https://expiredqueues.com/images/opt/explain-the-cloud-like-im-10-320.jpeg)

# Explain the Cloud Like I'm 10

Todd Hoff · 2017 · English

## Meh, just a collection now

I already knew all of these, guess that explain I read too much blogs and watch too many [NetworkChuck](https://networkchuck.com/about/) videos. He shouldn't have invited DHH. Btw, chuck dude, I got me two pugs too - Mylo (gray, male), Lucy (black, female).

## Related from Expired Queues

- [Home network setup that just stays quiet](https://expiredqueues.com/home-network-setup/) - DNS, resolvers and what a device is actually talking to, on two boxes in a flat.
- [All Code hosting on Github](https://expiredqueues.com/github-hosting/) - a small, concrete case of stopping self-hosting.

## Record

- ISBN

  9780979707117

- Language

  English

- Published

  2017

- Publisher

  Possibility Outpost Inc.

- Pages

  290

- Link

  [Open Library](https://openlibrary.org/books/OL27396162M/Explain_the_Cloud_Like_I'm_10)

## Same shelf

- [Electronics for Kids Øyvind Nydal Dahl](https://expiredqueues.com/books/electronics-for-kids/)
- [REMOTE Jason Fried & David Heinemeier Hansson](https://expiredqueues.com/books/remote/)
- [The Passionate Programmer Chad Fowler](https://expiredqueues.com/books/the-passionate-programmer/)
- [The Pragmatic Programmer Andrew Hunt & David Thomas](https://expiredqueues.com/books/the-pragmatic-programmer/)

[See full shelf](https://expiredqueues.com/books/)

[![Cover of Emily Post's Etiquette](https://expiredqueues.com/images/opt/emily-posts-etiquette-320.jpeg)](https://expiredqueues.com/books/emily-posts-etiquette/)

[ ← Previous Emily Post's Etiquette Emily Post Institute ](https://expiredqueues.com/books/emily-posts-etiquette/)[Next → Girl with a Pearl Earring Tracy Chevalier ](https://expiredqueues.com/books/girl-with-a-pearl-earring/)

[![Cover of Girl with a Pearl Earring](https://expiredqueues.com/images/opt/girl-with-a-pearl-earring-320.jpeg)](https://expiredqueues.com/books/girl-with-a-pearl-earring/)

## Structured data

```json
{
  "@context": "https://schema.org",
  "@graph": [
    {
      "@type": "Book",
      "name": "Explain the Cloud Like I'm 10",
      "url": "https://expiredqueues.com/books/explain-the-cloud-like-im-10/",
      "author": [
        {
          "@type": "Person",
          "name": "Todd Hoff"
        }
      ],
      "inLanguage": "English",
      "isbn": "9780979707117",
      "datePublished": "2017",
      "publisher": {
        "@type": "Organization",
        "name": "Possibility Outpost Inc."
      },
      "numberOfPages": 290,
      "image": "https://expiredqueues.com/images/books/explain-the-cloud-like-im-10.webp",
      "genre": [
        "Technology"
      ],
      "sameAs": [
        "https://openlibrary.org/books/OL27396162M/Explain_the_Cloud_Like_I'm_10"
      ]
    },
    {
      "@type": "BreadcrumbList",
      "itemListElement": [
        {
          "@type": "ListItem",
          "position": 1,
          "name": "Home",
          "item": "https://expiredqueues.com/"
        },
        {
          "@type": "ListItem",
          "position": 2,
          "name": "Books",
          "item": "https://expiredqueues.com/books/"
        },
        {
          "@type": "ListItem",
          "position": 3,
          "name": "Explain the Cloud Like I'm 10",
          "item": "https://expiredqueues.com/books/explain-the-cloud-like-im-10/"
        }
      ]
    }
  ]
}
```
