-
I know that DDD is good with a Task-Based UI, but I'm refactoring a legacy app, where I have an Anemic Domain Model (many setters without the business logic).
One of the first steps was to make it …
-
OpenTelemetry is important for app observability. It includes logging, metrics and tracing.
It'll be great you could consider integrate and demo it in the ddd example app.
Thanks!
davix updated
2 years ago
-
https://www.mutuduxf.com/2018/01/20/%E6%B5%B4%E5%AE%A4%E6%B2%89%E6%80%9D-%E8%81%8A%E8%81%8ADAL%E5%92%8CRepository.html
这是一个由DDD群引发的随笔在写了上一篇随笔《关于ORM的浴室沉思》后一些朋友私聊我,很多刚接触DDD的朋友会对Repository(仓储层)这东西有点疑惑…
-
# フロントエンド
- React
- TypeScript
- wasm
- Tailwind CSS
- SSG
- Next
# バックエンド
- Go
- Echo
- validator
- sqlx
- DDD
## データベース
- MariaDB
- RDS
## ストレージ
- S3
-
_From @davidmiller on October 18, 2014 16:22_
Websockets pubsub channel that anything can subscribe to
c.f. #10
_Copied from original issue: openhealthcare/ddd#14_
-
$.toast("操作成功");
$.alert("ddd") 都没反应,
用官网上demo运行也没反应 ,在别的设备上可以
什么原因
-
| | |
|--------------------|----|
| Bugzilla Link | [PR48438](https://bugs.llvm.org/show_bug.cgi?id=48438) |
| Status | NEW |
| Importance | P normal |
|…
-
I commented about this in issue #3967, but I guess it should be tracked as a separate issue.
I've experienced that listing a directory can be slow after all files have been deleted.
The issue can …
-
-
### Description
```jsx
import React from 'react';
import {StyleSheet, TextInput} from 'react-native';
function App(): React.JSX.Element {
return ;
}
const styles = StyleSheet.create({…