Pretty much every resource I've seen on design patterns always have examples like Dog, Animal, PizzaFactory, AbstractPizzaFactory and others.
I'm looking for good resource such as Head First Design Patterns with actual real-world patterns that will make the "understanding-process" slightly easier. In my opinion the factory pattern example in Head First is one of the worst examples ever, trying to keep track of what city what pizza is made in. ;)
There is a similiar question here: What are some real life examples of Design Patterns used in software although not exactly the same as this. So, any books/blog series/articles that match my esoteric requests? :)