├── .gitignore ├── 2018-06-09 ├── GraphQL 数据聚合层解放前后端.pdf ├── README.md ├── 在宋小菜如何看技术.pdf ├── 基于 SPA 架构的 GraphQL 工程实践.pdf ├── 宋小菜技术的领域驱动设计实践.pdf └── 问题空间领域建模.pdf ├── License ├── README.md ├── graphql.jpeg └── qrcode.jpeg /.gitignore: -------------------------------------------------------------------------------- 1 | .DS_Store 2 | -------------------------------------------------------------------------------- /2018-06-09/GraphQL 数据聚合层解放前后端.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GraphQL-Party/HangZhou-GraphQL-Party/HEAD/2018-06-09/GraphQL 数据聚合层解放前后端.pdf -------------------------------------------------------------------------------- /2018-06-09/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GraphQL-Party/HangZhou-GraphQL-Party/HEAD/2018-06-09/README.md -------------------------------------------------------------------------------- /2018-06-09/在宋小菜如何看技术.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GraphQL-Party/HangZhou-GraphQL-Party/HEAD/2018-06-09/在宋小菜如何看技术.pdf -------------------------------------------------------------------------------- /2018-06-09/基于 SPA 架构的 GraphQL 工程实践.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GraphQL-Party/HangZhou-GraphQL-Party/HEAD/2018-06-09/基于 SPA 架构的 GraphQL 工程实践.pdf -------------------------------------------------------------------------------- /2018-06-09/宋小菜技术的领域驱动设计实践.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GraphQL-Party/HangZhou-GraphQL-Party/HEAD/2018-06-09/宋小菜技术的领域驱动设计实践.pdf -------------------------------------------------------------------------------- /2018-06-09/问题空间领域建模.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GraphQL-Party/HangZhou-GraphQL-Party/HEAD/2018-06-09/问题空间领域建模.pdf -------------------------------------------------------------------------------- /License: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GraphQL-Party/HangZhou-GraphQL-Party/HEAD/License -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GraphQL-Party/HangZhou-GraphQL-Party/HEAD/README.md -------------------------------------------------------------------------------- /graphql.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GraphQL-Party/HangZhou-GraphQL-Party/HEAD/graphql.jpeg -------------------------------------------------------------------------------- /qrcode.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GraphQL-Party/HangZhou-GraphQL-Party/HEAD/qrcode.jpeg --------------------------------------------------------------------------------