Patrick Arminio

My name is Patrick Arminio, I'm a software developer based in London, UK. I specialize in creating web applications using Python, GraphQL and React.

I'm currently working at Pollen as a Senior Software Engineer.

Website: https://patrick.wtf/
LinkedIn: https://www.linkedin.com/in/patrickarminio/?originalSubdomain=uk
Github: https://github.com/patrick91
Twitter: https://twitter.com/patrick91

The speaker's profile picture

Talks

Domain Driven Design with Django and GraphQL

Domain driven design is starting getting traction in the Python world, probably also thanks to Architecture Patterns with Python (https://www.cosmicpython.com/).

In this talk we will learn some basics of Domain Driven Design and how to apply the pattern when using Django and GraphQL. We will see different approaches of modelling the domain, and discuss the tradeoffs. We will discuss why this approach makes a lot of sense with GraphQL and finally we will see a complex approach where we leverage the domain driven architecture to have an easy way to abstract how we store and cache our data in order to build a performant GraphQL API.