---
title: Crossing the Chasm
description: A web development blog, kept since 2009.
url: https://expiredqueues.com/books/crossing-the-chasm/
image: https://expiredqueues.com/images/og/books-crossing-the-chasm-e92cbe02.jpg
---

![Cover of Crossing the Chasm](https://expiredqueues.com/images/opt/crossing-the-chasm-320.jpeg)

# Crossing the Chasm

[Geoffrey Moore](https://en.wikipedia.org/wiki/Geoffrey_Moore) · 2002 · English

## Dang dang

I might actually now go ahead and finish my wip projects, about few hundres of them in git private repos.

Inspiring, insightful it was.

## Record

- ISBN

  9780062292988

- Language

  English

- Published

  2002

- Publisher

  HarperBusiness Essentials

- Pages

  227

- Link

  [Wikipedia](https://en.wikipedia.org/wiki/Crossing_the_Chasm)

## Same shelf

- [The Innovator's Dilemma Clayton Christensen](https://expiredqueues.com/books/the-innovators-dilemma/)
- [Beyond Disruption W. Chan Kim & Renée Mauborgne](https://expiredqueues.com/books/beyond-disruption/)
- [Blue Ocean Strategy W. Chan Kim & Renée Mauborgne](https://expiredqueues.com/books/blue-ocean-strategy/)

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

[![Cover of China Harayeko Manchhe](https://expiredqueues.com/images/opt/chinahareko-manche-320.jpeg)](https://expiredqueues.com/books/chinahareko-manche/)

[ ← Previous China Harayeko Manchhe Hari Bansh Acharya ](https://expiredqueues.com/books/chinahareko-manche/)[Next → Darbar Bata Dekhiyeko Nepal Vivek Kumar Shah ](https://expiredqueues.com/books/darbar-bata-dekhiyeko-nepal/)

[![Cover of Darbar Bata Dekhiyeko Nepal](https://expiredqueues.com/images/opt/darbar-bata-dekhiyeko-nepal-320.jpeg)](https://expiredqueues.com/books/darbar-bata-dekhiyeko-nepal/)

## Structured data

```json
{
  "@context": "https://schema.org",
  "@graph": [
    {
      "@type": "Book",
      "name": "Crossing the Chasm",
      "url": "https://expiredqueues.com/books/crossing-the-chasm/",
      "author": [
        {
          "@type": "Person",
          "name": "Geoffrey Moore",
          "url": "https://en.wikipedia.org/wiki/Geoffrey_Moore",
          "sameAs": [
            "https://en.wikipedia.org/wiki/Geoffrey_Moore"
          ]
        }
      ],
      "inLanguage": "English",
      "isbn": "9780062292988",
      "datePublished": "2002",
      "publisher": {
        "@type": "Organization",
        "name": "HarperBusiness Essentials"
      },
      "numberOfPages": 227,
      "image": "https://expiredqueues.com/images/books/crossing-the-chasm.webp",
      "genre": [
        "Business"
      ],
      "sameAs": [
        "https://en.wikipedia.org/wiki/Crossing_the_Chasm"
      ]
    },
    {
      "@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": "Crossing the Chasm",
          "item": "https://expiredqueues.com/books/crossing-the-chasm/"
        }
      ]
    }
  ]
}
```
