---
title: What Color Is Your Parachute?
description: A web development blog, kept since 2009.
url: https://expiredqueues.com/books/what-color-is-your-parachute/
image: https://expiredqueues.com/images/og/books-what-color-is-your-parachute-9df103c1.jpg
---

![Cover of What Color Is Your Parachute?](https://expiredqueues.com/images/opt/what-color-is-your-parachute-320.jpeg)

# What Color Is Your Parachute?

Richard N. Bolles · 2019 · English

I read this back in 2015, lead to open my own company. Then took an exit, and covid happend during it.

> I re-read this last year, 2025 - no magic yet. I guess only the first time was a lucky charm.

## Related from Expired Queues

- [Resources to write better resume and cover letter](https://expiredqueues.com/write-better-resumes-cover-letters/) - the same brief, in link form.
- [On the verge of MNC life](https://expiredqueues.com/on-the-verge-of-mnc-life/) - a career change that stops at the wish list.
- [The Passionate Programmer](https://expiredqueues.com/books/the-passionate-programmer/)

## Record

- Language

  English

- Published

  2019

- Publisher

  Ten Speed Press

- Pages

  342

- Link

  [Open Library](https://openlibrary.org/books/OL26975038M/What_color_is_your_parachute_2019)

## Same shelf

- [The 6 Types of Working Genius Patrick Lencioni](https://expiredqueues.com/books/the-6-types-of-working-genius/)
- [The Click Ori Brafman & Rom Brafman](https://expiredqueues.com/books/the-click/)
- [The Evolution of Desire David Buss](https://expiredqueues.com/books/the-evolution-of-desire/)
- [The Mating Mind Geoffrey Miller](https://expiredqueues.com/books/the-mating-mind/)
- [The Power of Habit Charles Duhigg](https://expiredqueues.com/books/the-power-of-habit/)
- [The Status Game Will Storr](https://expiredqueues.com/books/the-status-game/)

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

[![Cover of Welcome to Hell](https://expiredqueues.com/images/opt/welcome-to-hell-318.jpeg)](https://expiredqueues.com/books/welcome-to-hell/)

[ ← Previous Welcome to Hell Colin Martin](https://expiredqueues.com/books/welcome-to-hell/)

## Structured data

```json
{
  "@context": "https://schema.org",
  "@graph": [
    {
      "@type": "Book",
      "name": "What Color Is Your Parachute?",
      "url": "https://expiredqueues.com/books/what-color-is-your-parachute/",
      "author": [
        {
          "@type": "Person",
          "name": "Richard N. Bolles"
        }
      ],
      "inLanguage": "English",
      "datePublished": "2019",
      "publisher": {
        "@type": "Organization",
        "name": "Ten Speed Press"
      },
      "numberOfPages": 342,
      "image": "https://expiredqueues.com/images/books/what-color-is-your-parachute.webp",
      "genre": [
        "Psychology"
      ],
      "sameAs": [
        "https://openlibrary.org/books/OL26975038M/What_color_is_your_parachute_2019"
      ]
    },
    {
      "@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": "What Color Is Your Parachute?",
          "item": "https://expiredqueues.com/books/what-color-is-your-parachute/"
        }
      ]
    }
  ]
}
```
