---
title: The Passionate Programmer
description: A web development blog, kept since 2009.
url: https://expiredqueues.com/books/the-passionate-programmer/
image: https://expiredqueues.com/images/og/books-the-passionate-programmer-2462af99.jpg
---

![Cover of The Passionate Programmer](https://expiredqueues.com/images/opt/the-passionate-programmer-320.jpeg)

# The Passionate Programmer

Chad Fowler · 2011 · English

## Related from Expired Queues

- [On the verge of MNC life](https://expiredqueues.com/on-the-verge-of-mnc-life/) - the drift this book is written against, from inside a consulting cubicle.
- [Six weeks in 2013](https://expiredqueues.com/six-weeks-in-2013/) - what happens when the day job stops asking anything of you.
- [What Color Is Your Parachute?](https://expiredqueues.com/books/what-color-is-your-parachute/)

## Record

- ISBN

  [9781934356340](https://openlibrary.org/books/OL25019226M)

- Language

  English

- Published

  2011

- Publisher

  Pragmatic Bookshelf

- Pages

  198

- Link

  [Open Library](https://openlibrary.org/books/OL25019226M/The_passionate_programmer)

## Same shelf

- [Electronics for Kids Øyvind Nydal Dahl](https://expiredqueues.com/books/electronics-for-kids/)
- [Explain the Cloud Like I'm 10 Todd Hoff](https://expiredqueues.com/books/explain-the-cloud-like-im-10/)
- [REMOTE Jason Fried & David Heinemeier Hansson](https://expiredqueues.com/books/remote/)
- [The Pragmatic Programmer Andrew Hunt & David Thomas](https://expiredqueues.com/books/the-pragmatic-programmer/)

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

[![Cover of The Mating Mind](https://expiredqueues.com/images/opt/the-mating-mind-307.jpeg)](https://expiredqueues.com/books/the-mating-mind/)

[ ← Previous The Mating Mind Geoffrey Miller ](https://expiredqueues.com/books/the-mating-mind/)[Next → The Power of Geography Tim Marshall ](https://expiredqueues.com/books/the-power-of-geography/)

[![Cover of The Power of Geography](https://expiredqueues.com/images/opt/the-power-of-geography-320.jpeg)](https://expiredqueues.com/books/the-power-of-geography/)

## Structured data

```json
{
  "@context": "https://schema.org",
  "@graph": [
    {
      "@type": "Book",
      "name": "The Passionate Programmer",
      "url": "https://expiredqueues.com/books/the-passionate-programmer/",
      "author": [
        {
          "@type": "Person",
          "name": "Chad Fowler"
        }
      ],
      "inLanguage": "English",
      "isbn": "9781934356340",
      "datePublished": "2011",
      "publisher": {
        "@type": "Organization",
        "name": "Pragmatic Bookshelf"
      },
      "numberOfPages": 198,
      "image": "https://expiredqueues.com/images/books/the-passionate-programmer.jpg",
      "genre": [
        "Technology"
      ],
      "sameAs": [
        "https://openlibrary.org/books/OL25019226M/The_passionate_programmer"
      ]
    },
    {
      "@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": "The Passionate Programmer",
          "item": "https://expiredqueues.com/books/the-passionate-programmer/"
        }
      ]
    }
  ]
}
```
