---
title: The Pragmatic Programmer
description: A web development blog, kept since 2009.
url: https://expiredqueues.com/books/the-pragmatic-programmer/
image: https://expiredqueues.com/images/og/books-the-pragmatic-programmer-142c15de.jpg
---

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

# The Pragmatic Programmer

Your Journey to Mastery

Andrew Hunt & David Thomas · 2019 · English

## Related from Expired Queues

- [Git commands I wish I knew early](https://expiredqueues.com/git-commands-i-wish-i-knew-early/) - source control and knowing your tools, learned the expensive way.
- [A better ls on macOS: use eza, but not as an alias](https://expiredqueues.com/better-ls-macos-eza/) - "use the power of command shells", in one shell function.
- [The Unwritten Laws of Engineering](https://expiredqueues.com/books/the-unwritten-laws-of-engineering/)

## Record

- ISBN

  [9780135957059](https://openlibrary.org/books/OL27533114M)

- Language

  English

- Published

  2019

- Publisher

  Pragmatic Programmer

- Pages

  352

- Shelved under

  Technology, Engineering

- Link

  [Wikipedia](https://en.wikipedia.org/wiki/The_Pragmatic_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 Passionate Programmer Chad Fowler](https://expiredqueues.com/books/the-passionate-programmer/)

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

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

[ ← Previous The Power of Habit Charles Duhigg ](https://expiredqueues.com/books/the-power-of-habit/)[Next → The Rise of the House of Gorkha Ludwig F. Stiller ](https://expiredqueues.com/books/the-rise-of-the-house-of-gorkha/)

[![Cover of The Rise of the House of Gorkha](https://expiredqueues.com/images/opt/the-rise-of-the-house-of-gorkha-320.jpeg)](https://expiredqueues.com/books/the-rise-of-the-house-of-gorkha/)

## Structured data

```json
{
  "@context": "https://schema.org",
  "@graph": [
    {
      "@type": "Book",
      "name": "The Pragmatic Programmer",
      "url": "https://expiredqueues.com/books/the-pragmatic-programmer/",
      "author": [
        {
          "@type": "Person",
          "name": "Andrew Hunt"
        },
        {
          "@type": "Person",
          "name": "David Thomas"
        }
      ],
      "alternativeHeadline": "Your Journey to Mastery",
      "inLanguage": "English",
      "isbn": "9780135957059",
      "datePublished": "2019",
      "publisher": {
        "@type": "Organization",
        "name": "Pragmatic Programmer"
      },
      "numberOfPages": 352,
      "image": "https://expiredqueues.com/images/books/the-pragmatic-programmer.jpg",
      "genre": [
        "Technology",
        "Engineering"
      ],
      "sameAs": [
        "https://en.wikipedia.org/wiki/The_Pragmatic_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 Pragmatic Programmer",
          "item": "https://expiredqueues.com/books/the-pragmatic-programmer/"
        }
      ]
    }
  ]
}
```
