随笔分类 -  Architect

Design thinking
摘要:https://zhuanlan.zhihu.com/p/137408227 Design Thinking,国内翻译为”设计思维“,台湾习惯翻译成”设计思考”,是一种创新方法论,更是一种解决问题的路径。 从去年开始研究并实践设计思维,先后在公号写了《用设计思维构建你的知识体系》和《用“设计思维”解 阅读全文

posted @ 2021-08-16 17:39 大大的橙子 阅读(472) 评论(0) 推荐(0)

Serverless architecure
摘要:https://www.martinfowler.com/articles/serverless.html What is Serverless? Like many trends in software, there’s no one clear view of what Serverless i 阅读全文

posted @ 2021-07-28 14:27 大大的橙子 阅读(90) 评论(0) 推荐(0)

IT asset register
摘要:https://www.wikihow.com/Prepare-an-Asset-Register An asset register — also known as a fixed asset register — is simply a record that clearly identifie 阅读全文

posted @ 2021-06-02 13:32 大大的橙子 阅读(198) 评论(0) 推荐(0)

微前端
摘要:https://single-spa.js.org/docs/microfrontends-concept/ https://zhuanlan.zhihu.com/p/141530392 http://heidloff.net/article/using-micro-frontends-micros 阅读全文

posted @ 2021-03-17 09:49 大大的橙子 阅读(571) 评论(0) 推荐(0)

The Twelve Factors
摘要:https://www.12factor.net/zh_cn/ 阅读全文

posted @ 2020-07-22 15:40 大大的橙子 阅读(131) 评论(0) 推荐(0)

An Illustrated Proof of the CAP Theorem
摘要:The CAP Theorem is a fundamental theorem in distributed systems that states any distributed system can have at most two of the following three propert 阅读全文

posted @ 2020-06-22 17:41 大大的橙子 阅读(225) 评论(0) 推荐(0)

Four Skills for the Successful Enterprise Architect
摘要:The role of Enterprise Architects must change from purely engineering to engineering & business & social. As an EA: establish a framework for growth. 阅读全文

posted @ 2020-06-22 15:12 大大的橙子 阅读(168) 评论(0) 推荐(0)

How to open the Negotiation Space
摘要:viewpoints of many different disciplines need to be considered in order to implement a holistically designed enterprise. Interests of disciplines clos 阅读全文

posted @ 2020-06-05 09:20 大大的橙子 阅读(193) 评论(0) 推荐(0)

N-Layer Architecure
摘要:分层架构 最通常的架构模式就是分层架构模式,即所谓的N层架构。这种模式对大部分JAVAEE应用程序来说是标准模式,因此被大部分架构师、软件设计师、开发者广泛知晓。由于分层架构模式和公司里传统的IT沟通以及组织结构非常类似,使得它成为大多数商务应用开发最自然的选择。 模式描述 在分层架构模式中,它将应 阅读全文

posted @ 2020-05-05 19:57 大大的橙子 阅读(414) 评论(0) 推荐(0)

Event driven architecure
摘要:事件驱动架构模式是一个非常流行的异步分布模式,可生成高可扩展性应用。而且它也具有强适应能力,可被用于小程序或者大型复杂程序。事件驱动架构是由高耦合度、单一目的的事件处理模块构成,这些模块异步接收、处理事件。 事件驱动架构模式有两种主要拓扑结构,“调度员”(mediator)和“经纪人”(broker 阅读全文

posted @ 2020-05-05 19:40 大大的橙子 阅读(392) 评论(0) 推荐(1)

Kappa Architecture: A Different Way to Process Data
摘要:https://www.blue-granite.com/blog/a-different-way-to-process-data-kappa-architecture Kappa architecture proposes an immutable data stream as the prima 阅读全文

posted @ 2020-04-05 21:38 大大的橙子 阅读(382) 评论(0) 推荐(0)

Lambda architecture and Kappa architecture
摘要:https://blog.csdn.net/hjw199089/article/details/84713095 Lambda architecture and kappa architecture. From Mastering Azure Analytics by Zoiner Tejada G 阅读全文

posted @ 2020-04-05 21:37 大大的橙子 阅读(414) 评论(0) 推荐(0)

Lambda Architecture
摘要:refer to https://www.jianshu.com/p/ef543d6dc15b http://lambda-architecture.net/ 为什么要用Lambda Architecture 在大数据处理系统中,数据处理的可靠性和实时性是一对矛盾,往往不可兼得。可靠性是指在任何异常 阅读全文

posted @ 2020-04-05 21:02 大大的橙子 阅读(358) 评论(0) 推荐(0)

权限系统的设计模式 ACL RBAC ABAC
摘要:Refer to https://blog.csdn.net/m0_37163942/article/details/83652065 ACL(Access Control List):访问权限列表 如:user1-->AC1user1-->AC2user2-->AC1 此时权限汇总成一个列表这种设 阅读全文

posted @ 2020-03-30 14:34 大大的橙子 阅读(2167) 评论(0) 推荐(1)

DDD:架构思想的旧瓶新酒
摘要:DDD、DSL 和 DCI DDD 概念最早提出于 2004 年,作为一种软件开发的指导思想,DDD 对软件开发带来了诸多可能与方向,张晓龙认为 DDD 为软件开发带来的好处主要有以下几点: 首先,最大好处就是所有参与者围绕一个统一一致的领域模型工作,传统的分析模型和设计模型不再割裂,不管是做设计、 阅读全文

posted @ 2019-12-19 10:18 大大的橙子 阅读(840) 评论(0) 推荐(0)

Goodbye Microservices: From 100s of problem children to 1 superstar
摘要:https://segment.com/blog/goodbye-microservices/ Unless you’ve been living under a rock, you probably already know that microservices is the architectu 阅读全文

posted @ 2019-10-13 15:36 大大的橙子 阅读(281) 评论(0) 推荐(0)

'Cloud Native': What It Means, Why It Matters
摘要:When HP announced July 28 that it was acquiring ActiveState's PaaS business, senior vice president Bill Hilf said it was doing so in part to bridge th 阅读全文

posted @ 2019-08-07 14:24 大大的橙子 阅读(224) 评论(0) 推荐(0)

知乎千万级高性能长连接网关
摘要:refer to https://zhuanlan.zhihu.com/p/66807833 实时的响应总是让人兴奋的,就如你在微信里看到对方正在输入,如你在王者峡谷里一呼百应,如你们在直播弹幕里不约而同的 666,它们的背后都离不开长连接技术的加持。 每个互联网公司里几乎都有一套长连接系统,它们被 阅读全文

posted @ 2019-06-10 09:47 大大的橙子 阅读(3383) 评论(0) 推荐(0)

CQRS
摘要:https://www.martinfowler.com/articles/microservices.html CQRS stands for Command Query Responsibility Segregation. It's a pattern that I first heard d 阅读全文

posted @ 2019-04-16 09:37 大大的橙子 阅读(379) 评论(0) 推荐(0)

裁剪TOGAF进行产品架构开发
摘要:http://ea.zhoujingen.cn/56.html 。 有人和我说“周老师,我的企业条件不适合,学习企业架构没用。” 如果等公司让我用企业架构,估计会比我自己开始晚七八年。我们学习任何内容,其实都可以结合自己的实际情况裁剪应用。 我当时使用TOGAF来进行本讲义所描述的产品,主要是因为我 阅读全文

posted @ 2019-04-02 11:27 大大的橙子 阅读(413) 评论(0) 推荐(0)

导航