Skip to content

Commit

Permalink
fix(sozluk-content): removed repeated title from cqrs definition (#598)
Browse files Browse the repository at this point in the history
# Description

removed repeated title from cqrs definition

### Checklist

- [x] discord username: `ayhansipahi`
- [ ] Closes #<issue-number>
- [ ] PR must be created for an issue from issues under "In progress"
column from [our project
board](https://github.com/orgs/kamp-us/projects/2/views/1).
- [ ] A descriptive and understandable title: The PR title should
clearly describe the nature and purpose of the changes. The PR title
should be the first thing displayed when the PR is opened. And it should
follow the semantic commit rules, and should include the
app/package/service name in the title. For example, a title like
"docs(@kampus-apps/pano): Add README.md" can be used.
- [ ] Related file selection: Only relevant files should be touched and
no other files should be affected.
- [ ] I ran `npx turbo run` at the root of the repository, and build was
successful.
- [ ] I installed the npm packages using `npm install --save-exact
<package>` so my package is pinned to a specific npm version. Leave
empty if no package was installed. Leave empty if no package was
installed with this PR.

### How were these changes tested?

Please describe the tests you did to test the changes you made. Please
also specify your test configuration.
  • Loading branch information
ayhansipahi authored Aug 4, 2023
1 parent 7c6b0c7 commit 5125163
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sozluk-content/terms/cqrs.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ tags:
- database-operations
---

CQRS (Command Query Responsibility Segregation) deseni, bir uygulamadaki komut ve sorgu işlemlerinin sorumluluklarını ayıran bir mimari yaklaşımdır. Bu desen, komutlarla (veri değişiklikleri gibi) ilgilenen farklı bir modeli ve sorgularla (veri alımı gibi) ilgilenen başka bir modeli kullanarak veritabanı etkileşimini optimize eder. Böylece, uygulama performansı ve ölçeklenebilirliği artırılır.
Bir uygulamadaki komut ve sorgu işlemlerinin sorumluluklarını ayıran bir mimari yaklaşımdır. Bu desen, komutlarla (veri değişiklikleri gibi) ilgilenen farklı bir modeli ve sorgularla (veri alımı gibi) ilgilenen başka bir modeli kullanarak veritabanı etkileşimini optimize eder. Böylece, uygulama performansı ve ölçeklenebilirliği artırılır.

0 comments on commit 5125163

Please sign in to comment.