Technology Strategy Pattern 学习笔记5 -Creating the Strategy-Department Context

本文主要是介绍Technology Strategy Pattern 学习笔记5 -Creating the Strategy-Department Context,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!

Creating the Strategy-Department Context

1 situations

This pattern helps you organize your thoughts, and consider the department holistically in the following situations
1.1 •Aligning teams around a vision, especially a new direction
1.2 •Setting up a new department
1.3 •Creating a new structure within your department
1.4 •Creating a new methodology
1.5 •Introducing a new process or changing an existing one
1.6 •Developing an enterprise architecture
1.7 •Creating a “get well” plan
1.8 •Creating a Roadmap for a turnaround or change management plan
1.9 •Creating an efficiency plan or streamlining activities
1.10 •Choosing a toolset
1.11 •Making a build/buy/partner decision
1.12 •Aligning around a platform
1.13 •Devising(设计) a portfolio management plan

2 Principles

2.1 作者给出大的参考原则
2.1.1 Primacy of principles
2.1.2 •Portfolio of development work aligned with strategy-driven
2.1.3 architecture
2.1.4 •Compliance with laws, regulations, and standards
2.1.5 •Primacy of security, stability, and quality
2.1.6 •Management of technical diversity
2.1.7 •Data as an asset
2.1.8 •Getting value from data and services portfolio requires stewardship
2.1.9 Software solutions created as public, scalable, open, interoperable,loosely coupled, governed services
2.1.10 •Design for failure
2.1.11 •Global cloud 这点不一定是真的云化,也是可以引用
- Infrastructure as code
- Continuous integration/continuous delivery pipelines
- Service design review and governance
2.2 其它参考
- https://digitalprinciples.org/principles/
- aws 的well architect
- togaf Architecture Principles

3 Process Posture Map-流程态势图

3.1 elements of your current state that need to be supported or revised
3.2 practical map of how everything in your enterprise architecture will work together
3.3 five tags to each process
- Start: We do not do this in a meaningful or established way as an organization, but should define how we want to do this and begin to implement that.
- Continue: This capability may require the normal continuous improvements of the local leaders but is generally is on track.
- Invest: We have a nascent(新兴) activity here that may have strong roots or certain strong practices and potential, and we would realize gains if we focused and grew the capability.
- Assess(评估): We have an ostensible(表面) capability here, but it should be examined for efficiency improvements in some areas.
- Revise: This is clearly an ailing or weak capability that must be overhauled(彻底检修).
3.4 示意图
在这里插入图片描述

3.5 这里的流程不是系统的业务流程,而是为实现战略的各种内部各种流程
3.5.1 process 列表示意图

在这里插入图片描述

3.5.2 作者提到按Six Sigma 精进流程

4 Current and Future State Operating Model

在这里插入图片描述

5 The Principles, Practices, Tools Sankey Diagram

5.1 参考url
5.1.1 https://zhuanlan.zhihu.com/p/401010486
5.2 利用sankey将战略原则与实现、工具关联
5.2.1 示意图
在这里插入图片描述

6 Business Process Mapping

7 The Law of the Product of Probabilities

8 Application Portfolio Management

8.1 TOGAF 也有类似观点
8.2 参考URL

  • https://blog.csdn.net/jiagoushipro/article/details/125062965
  • https://www.leanix.net/en/wiki/ea/application-portfolio-management
    8.3 A purposeful APM exercise will help you answer the following questions
  • Does your application portfolio properly support the current and stated future aims of the business?
  • Are you devoting enough resources to your strategic applications?
  • Are you providing too much financial support to noncritical applications?
  • Are you wasting money on legacy applications of low business value?
  • How can you plan future application consolidation or rationalization?
  • Can you reduce overall IT cost by changing the way you support certain applications?
  • What risks do you have in the portfolio? Where should you focus thought and design effort?

8.4 use Management map to help you

  • Identify and eliminate redundant and unused applications.
  • Consolidate similar applications into a single new application.
  • Retire older and more expensive-to-maintain applications.
  • Determine which data flows through which applications to optimize security controls.

8.5 steps

    1. List the known business goals.
    1. List your technological goals
    1. List your applications altogether, and the owners in business and tech.
    1. Apply the APM rubric(评分标准) to the application list to cluster them according to business and technology attributes.
      1. As you start the work, be sure that you first agree on your business goals and the list of applications
      1. make sure that you have the list of the proper owners for each system. You’ll need to consult with these people later when it’s time to negotiate the plans for their applications.
    • 3.establish a set of questions
      • The questions are divided into business and technology
      • They aren’t open-ended, but rather should have a numeric score attached to them, such as 1–5.
        在这里插入图片描述
        在这里插入图片描述
    1. Evaluate and list strategies for each application-各种维度输出
      在这里插入图片描述

在这里插入图片描述

注意可以是多种维度的APM ,不仅仅是这个图例,可以看参考URL
8.6 Planning with Asset Classes

  • 给资产/应用打标
  • Strategic
  • Informational
    • to ensure it’s providing the most reliable data in the quickest way, that it enjoys a comprehensive data set
  • Transactional
  •   Infrastructure
    

8.7 Capability Mapping
8.8 Project Heat Map
8.8.1 图例
在这里插入图片描述

8.8.2 steps

  • First, list the projects.
  • Next, determine their net value to the business based on standard metrics such as internal rate of return (IRR) or anticipated return on investment (ROI)
  • Then, examine the quality of the project based on metrics such as the technology employed, the capabilities it provides, and whether the costs are in line and the timeline is on track
  • Finally, you can plot them in a heat map.

这篇关于Technology Strategy Pattern 学习笔记5 -Creating the Strategy-Department Context的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!



http://www.chinasem.cn/article/765214

相关文章

HarmonyOS学习(七)——UI(五)常用布局总结

自适应布局 1.1、线性布局(LinearLayout) 通过线性容器Row和Column实现线性布局。Column容器内的子组件按照垂直方向排列,Row组件中的子组件按照水平方向排列。 属性说明space通过space参数设置主轴上子组件的间距,达到各子组件在排列上的等间距效果alignItems设置子组件在交叉轴上的对齐方式,且在各类尺寸屏幕上表现一致,其中交叉轴为垂直时,取值为Vert

Ilya-AI分享的他在OpenAI学习到的15个提示工程技巧

Ilya(不是本人,claude AI)在社交媒体上分享了他在OpenAI学习到的15个Prompt撰写技巧。 以下是详细的内容: 提示精确化:在编写提示时,力求表达清晰准确。清楚地阐述任务需求和概念定义至关重要。例:不用"分析文本",而用"判断这段话的情感倾向:积极、消极还是中性"。 快速迭代:善于快速连续调整提示。熟练的提示工程师能够灵活地进行多轮优化。例:从"总结文章"到"用

【前端学习】AntV G6-08 深入图形与图形分组、自定义节点、节点动画(下)

【课程链接】 AntV G6:深入图形与图形分组、自定义节点、节点动画(下)_哔哩哔哩_bilibili 本章十吾老师讲解了一个复杂的自定义节点中,应该怎样去计算和绘制图形,如何给一个图形制作不间断的动画,以及在鼠标事件之后产生动画。(有点难,需要好好理解) <!DOCTYPE html><html><head><meta charset="UTF-8"><title>06

学习hash总结

2014/1/29/   最近刚开始学hash,名字很陌生,但是hash的思想却很熟悉,以前早就做过此类的题,但是不知道这就是hash思想而已,说白了hash就是一个映射,往往灵活利用数组的下标来实现算法,hash的作用:1、判重;2、统计次数;

零基础学习Redis(10) -- zset类型命令使用

zset是有序集合,内部除了存储元素外,还会存储一个score,存储在zset中的元素会按照score的大小升序排列,不同元素的score可以重复,score相同的元素会按照元素的字典序排列。 1. zset常用命令 1.1 zadd  zadd key [NX | XX] [GT | LT]   [CH] [INCR] score member [score member ...]

【机器学习】高斯过程的基本概念和应用领域以及在python中的实例

引言 高斯过程(Gaussian Process,简称GP)是一种概率模型,用于描述一组随机变量的联合概率分布,其中任何一个有限维度的子集都具有高斯分布 文章目录 引言一、高斯过程1.1 基本定义1.1.1 随机过程1.1.2 高斯分布 1.2 高斯过程的特性1.2.1 联合高斯性1.2.2 均值函数1.2.3 协方差函数(或核函数) 1.3 核函数1.4 高斯过程回归(Gauss

【学习笔记】 陈强-机器学习-Python-Ch15 人工神经网络(1)sklearn

系列文章目录 监督学习:参数方法 【学习笔记】 陈强-机器学习-Python-Ch4 线性回归 【学习笔记】 陈强-机器学习-Python-Ch5 逻辑回归 【课后题练习】 陈强-机器学习-Python-Ch5 逻辑回归(SAheart.csv) 【学习笔记】 陈强-机器学习-Python-Ch6 多项逻辑回归 【学习笔记 及 课后题练习】 陈强-机器学习-Python-Ch7 判别分析 【学

系统架构师考试学习笔记第三篇——架构设计高级知识(20)通信系统架构设计理论与实践

本章知识考点:         第20课时主要学习通信系统架构设计的理论和工作中的实践。根据新版考试大纲,本课时知识点会涉及案例分析题(25分),而在历年考试中,案例题对该部分内容的考查并不多,虽在综合知识选择题目中经常考查,但分值也不高。本课时内容侧重于对知识点的记忆和理解,按照以往的出题规律,通信系统架构设计基础知识点多来源于教材内的基础网络设备、网络架构和教材外最新时事热点技术。本课时知识

线性代数|机器学习-P36在图中找聚类

文章目录 1. 常见图结构2. 谱聚类 感觉后面几节课的内容跨越太大,需要补充太多的知识点,教授讲得内容跨越较大,一般一节课的内容是书本上的一章节内容,所以看视频比较吃力,需要先预习课本内容后才能够很好的理解教授讲解的知识点。 1. 常见图结构 假设我们有如下图结构: Adjacency Matrix:行和列表示的是节点的位置,A[i,j]表示的第 i 个节点和第 j 个

Node.js学习记录(二)

目录 一、express 1、初识express 2、安装express 3、创建并启动web服务器 4、监听 GET&POST 请求、响应内容给客户端 5、获取URL中携带的查询参数 6、获取URL中动态参数 7、静态资源托管 二、工具nodemon 三、express路由 1、express中路由 2、路由的匹配 3、路由模块化 4、路由模块添加前缀 四、中间件