Domain Driven Design has never been more relevant than in today’s world of software development. DDD concepts and patterns help build well-designed enterprise applications, be it traditional monoliths or new age microservices-based...
Enterprise applications are defined by their need to collect, process, transform, and report on vast amounts of information. And, of course, that information has to be kept somewhere. Storing and retrieving data is a multibillion dollar business,...
Quickly learn how to automate unit testing of Python 3 code with Python 3 automation libraries, such as doctest, unittest, nose, nose2, and pytest.
This book explores the important concepts in software testing and their implementation in Python 3...