高清彩版 Serverless Design Patterns and Best Practices_ Build, secure, and deploy
2021-10-19 20:41:59 18.95MB serverless .
1
现代软件系统由许多通过 API 进行通信的服务器、服务和其他组件组成。作为开发人员,您的工作是确保这些 API 稳定、可靠且易于其他开发人员使用。API 设计模式为您提供独特的设计标准和最佳实践目录,以确保您的 API 灵活且用户友好。本基本指南通过示例和相关用例进行了充分说明,涵盖了 API 基础和实际系统设计的模式,以及一些不太常见的场景和边缘案例。 API 设计模式是一组有用的最佳实践规范和 API 设计挑战的通用解决方案。使用公认的设计模式可以在创建和使用 API 的开发人员之间创建一种共享语言,鉴于面向公众的任务关键型 Web API 呈爆炸式增长,这一点尤其重要。API 模式仍在开发和发现中。这个集合由 Google API 专家 JJ Geewax 收集和测试,是同类产品中的第一个。 API 设计模式汲取了 API 社区(包括 Google 的内部开发人员知识库)的智慧,为开发内部和面向公众的 API 提供了一组创新的设计模式。在这份基本指南中,Google 软件工程师 JJ Geewax 提供了独特且权威的模式目录,可提高 API 的灵活性和易用性。目录中的每个模式都通过自己的示例 API、用于解决常见 API 设计挑战的用例以及使用模式更微妙功能的棘手边缘问题的场景进行了全面说明。借助本书中列出的最佳实践,您可以确保您的 API 能够适应变化,并让您的客户轻松地将其整合到他们的项目中。
2021-10-18 17:06:43 9.65MB api design pattern
1
2D_CARFIVE 多相五方程模型的2D笛卡尔四叉树自适应网格细化(AMR)。 此源代码是基于QTAdaptive 开发的,以编译此源代码,您需要将QTAdaptive和2D_CARFIVE下载到同一文件夹中。 笛卡尔自适应五方程模型 作者:VAN-DAT THANG 电子邮件: 电子邮件: 源代码链接: : 参考: [1]“用于Serre–Green–Naghdi方程的四叉树自适应多重网格求解器” [2]“一种适用于表面张力驱动的界面流动的精确自适应求解器” [3]“ Gerris:复杂几何中不可压缩的Euler方程的基于树的自适应求解器” [4]“用于可压缩多相流的自适应接口锐化方法” [5]“四叉树网格在裂纹扩展建模的比例边界有限元方法中的适应性” [6]“基于四叉树网格有限体积法的溃坝二维水动力和泥沙输送模型” [7]“用于Serre
2021-10-14 19:50:18 27KB fortran design-patterns quadtree multiphase-flow
1
Real-Time Design Patterns
2021-10-13 13:26:56 6.67MB
1
这是一本关于介绍LEGO NXT 搭建技巧类书籍(英文原版)
2021-10-08 16:44:08 14.6MB LEGO NXT
1
Design.Patterns.Elements.of.Reusable.Object-Oriented.Software一书的epub版本
2021-10-06 15:03:08 10.57MB Design.Patterns
1
深入浅出设计模式, 非常适合入门阅读, 英文浅显易读, 图文并茂, PDF版本,可以在手机上进行阅读.一本适合学习使用的书籍.
2021-10-01 18:43:20 50.21MB Head First 设计模式 Design
1
英文资料,2019最新版设计模式深入理解指南,作者:Alexander Shvets
2021-09-29 19:40:32 32.26MB Design Patterns
1
Go Design Patterns will provide readers with a reference point to software design patterns and CSP concurrency design patterns to help them build applications in a more idiomatic, robust, and convenient way in Go. The book starts with a brief introduction to Go programming essentials and quickly moves on to explain the idea behind the creation of design patterns and how they appeared in the 90's as a common "language" between developers to solve common tasks in object-oriented programming languages. You will then learn how to apply the 23 GoF design patterns in Go and also learn about CSP concurrency patterns, the "killer feature" in Go that has helped Google develop software to maintain thousands of servers. Thus the book will enable you to understand and apply design patterns in an idiomatic way that will produce concise, readable, and maintainable software. What you will learn All basic syntax and tools needed to start coding in Go. Encapsulate the creation of complex objects in an idiomatic way in Go. Create unique instances that cannot be duplicated within a program. Understand the importance of object encapsulation to provide clarity and maintainability. Prepare cost-effective actions so that different parts of the program aren't affected by expensive tasks. Deal with channels and GoRoutines within the Go context to build concurrent application in Go in an idiomatic way.
2021-09-25 07:34:18 5.27MB GO设计模式 GO Design Patterns
1
Head-First 设计模式-源码
2021-09-24 14:01:59 354KB HeadFirst 设计模式 Design-pattern
1