Architecture Patterns with Python
cosmicpython.com
Architecture Patterns with Python
1–10 of 143 posts
Re: Architecture Patterns with Python
#2Re: Architecture Patterns with Python
#3Re: Architecture Patterns with Python
#4Re: Architecture Patterns with Python
#5Re: Architecture Patterns with Python
#6Re: Architecture Patterns with Python
#7I’m a Typescript dev but this book is one of my favorite architecture books, I reference it all the time. My favorite pattern is the fake unit of work/service patterns for testing, I use this religiously in all my projects for faking (not mocking!!) third party services. It also helped me with dilemmas around naming, eg it recommends naming events in a very domain specific way rather than infrastructure or pattern sp…
https://www.obeythetestinggoat.com/pages/book.html
That book is in a similar place in my heart, I barely used Python in my professional life, yet it's a book I often come back to even if I'm using a different language. It's also great that book is available both online and in paper form.
I'll definitely give this book a chance!
Re: Architecture Patterns with Python
#8Great book!
Re: Architecture Patterns with Python
#9I’m a Typescript dev but this book is one of my favorite architecture books, I reference it all the time. My favorite pattern is the fake unit of work/service patterns for testing, I use this religiously in all my projects for faking (not mocking!!) third party services. It also helped me with dilemmas around naming, eg it recommends naming events in a very domain specific way rather than infrastructure or pattern sp…
I haven't seen this book before, but I noticed that one of the authors, Harry J. W Percival, is the author of the TDD "goat" book. https://www.obeythetestinggoat.com/pages/book.html That book is in a similar place in my heart, I barely used Python in my professional life, yet it's a book I often come back to even if I'm using a different language. It's also great that book is available both online and in paper form.…