Skip to content

Commit

Permalink
fix assets
Browse files Browse the repository at this point in the history
  • Loading branch information
huan committed Mar 17, 2022
1 parent 6629a84 commit aa641f8
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .file-name-linter.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
],
"jekyll/assets": [
"/[0-9\\-a-z_]+\\.",
"\\.(webp|pdf|zip)$"
"\\.(webp|pdf|zip|svg)$"
]
},
"ignore": [
Expand Down
4 changes: 2 additions & 2 deletions jekyll/_posts/2022-03-17-event-driven-wechaty-cqrs.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ tags:
- cqrs
- ddd
- event-driven
image: /assets/2022/03-event-driven-wechaty-cqrs/cqrs-wechaty.png
image: /assets/2022/03-event-driven-wechaty-cqrs/cqrs-wechaty.webp
---

> Command Query Responsibility Segregation (CQRS) is a software architecture pattern that separates the command(write) and query(read) layers.
> — [CQRS, Martin Fowler, 14 July 2011](https://martinfowler.com/bliki/CQRS.html)
![Command Query Responsibility Segregation (CQRS) Pattern](/assets/2022/03-event-driven-wechaty-cqrs/cqrs-pattern.png)
![Command Query Responsibility Segregation (CQRS) Pattern](/assets/2022/03-event-driven-wechaty-cqrs/cqrs-pattern.webp)

> Image source: [CQRS (command query responsibility segregation)](https://www.techtarget.com/searchapparchitecture/definition/CQRS-command-query-responsibility-segregation)
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit aa641f8

Please sign in to comment.