Design patterns
- 2019-01-15
Loosely-Coupled Architecture - how to get rid of the domino effect
I finished work on my presentation about “Loosely-Coupled Architecture - how to get rid of the domino effect” which will be shown as in Wrocław .NET User Group.
If you are interested in this topic you can check my …
read more
Design patterns
- 2018-10-26
Entity-Attribute-Value fallacy
“EAV fallacy” - assumption, that you can model complex problem with an Entity-Attribute-Value solution
I’ve been involved in a few projects which tried to use the similar EAV structure (SQL or JSON …
read more
Design patterns
- 2018-04-19
Domain Driven Design - Strategic design & Microservices
I finished work on my presentation about “Domain Driven Design - Strategic Design & Microservices” which will be shown as in Silesian Microsoft Group.
If you attended this presentation please share your thoughts in …
read more
Design patterns
- 2018-02-19
CQRS in 4 steps - presentation
I finished work on my presentation about “CQRS in 4 steps” which will be shown during 4Developers conference.
You can find slides from my presentation on Slideshare.
Also, you can check my blog posts:
splitting code to …
read more
Design patterns
- 2018-01-08
CQRS - Third step - Simple read model
This post series is driven by my lightning talk about how to introduce CQRS to your project. I thought that would be good to explain this topic further for people who won’t be attending my presentation.
I will …
read more
Design patterns
- 2017-10-31
CQRS - Second step - Different data access
This post series is driven by my lightning talk about how to introduce CQRS to your project. I thought that would be good to explain this topic further for people who won’t be attending my presentation.
I will …
read more
Design patterns
- 2017-09-16
CQRS in 4 steps - Lightning talk
I finished work on my lightning talk about “CQRS in 4 steps” and successfully presented it to my company’s folks.
You can find slides from my presentation on Slideshare and download it from my OneDrive …
read more
Design patterns
- 2017-08-19
CQRS - First step - Split to commands and queries
This post series is driven by my lightning talk about how to introduce CQRS to your project. I thought that would be good to explain this topic further for people who won’t be attending my presentation.ople who …
read more
Design patterns
- 2017-05-01
Train riding and temporal model
Post is based on Szymon `Scooletz` Kulec post’s about temporal model - http://blog.scooletz.com/2017/05/01/top-domain-model-im-temporal
Riding a train and reading Szymon’s post inspired me to write a post, …
read more