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.

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:http://www.mzph.cn/news/132939.shtml

如若内容造成侵权/违法违规/事实不符,请联系多彩编程网进行投诉反馈email:809451989@qq.com,一经查实,立即删除!

相关文章

presto插件机制揭秘:探索无限可能的数据处理舞台

文章目录 1. 前言2. Presto插件架构3. Plugin接口3.1 插件协议3.2 插件实现类 4. 插件加载过程4.1 PluginManager 5. 插件应用6. 总结 关键词:Presto Plugin 1. 前言 本文源码环境: presto: prestoDb 0.275版本 在Presto框架中插件机制设计是一种非常常见…

lombok依赖介绍(帮助我们消除冗长代码,如get,set方法)

前言 lombok 是一个 Java 工具库,通过注解的方式,简化 Java 开发。要想使用 lombok 中的注解,我们需要先引入依赖,推荐看idea必装插件EditStarters(快速引入依赖),lombok是⼀款在编译期⽣成代码…

随身wifi编译Openwrt的ImmortalWrt分支

背景: 之前用酷安上下载的苏苏亮亮版友提供的Openwrt,在高通410棒子上刷机成功,但编译一直就没搞定。近期听说又出了个分支版本ImmortalWrt,刷了个版本,感觉界面清爽不少,内核也升级,遂打算搞定…

【Redis】SSM整合Redis注解式缓存的使用

🎉🎉欢迎来到我的CSDN主页!🎉🎉 🏅我是Java方文山,一个在CSDN分享笔记的博主。📚📚 🌟推荐给大家我的专栏《Redis》。🎯🎯 &#x1f4…

【ML】分类问题

分类问题 classification:根据已知样本特征,判断输入样本属于哪种已知样本类。 常用入门案例:垃圾邮件检测、图像分类、手写数字识别、考试通过预测。 分类问题和回归问题的明显区别: 分类问题的结果是非连续型标签&#xff0c…

Netty入门指南之传统通信的问题

作者简介:☕️大家好,我是Aomsir,一个爱折腾的开发者! 个人主页:Aomsir_Spring5应用专栏,Netty应用专栏,RPC应用专栏-CSDN博客 当前专栏:Netty应用专栏_Aomsir的博客-CSDN博客 文章目录 参考文献前言多线程…

基于APM(PIX)飞控和missionplanner制作遥控无人车-从零搭建自主pix无人车无人坦克

前面的步骤和无人机调试一样,可以参考无人机相关专栏。这里不再赘述。 1.安装完rover的固件后,链接gps并进行校准。旋转小车不同方向,完成校准,弹出成功窗口。 2.校准遥控器。 一定要确保遥控器模式准确,尤其是使用没…

轻量封装WebGPU渲染系统示例<20>- 美化一下元胞自动机(源码)

当前示例源码github地址: https://github.com/vilyLei/voxwebgpu/blob/feature/rendering/src/voxgpu/sample/GameOfLifePretty.ts 系统特性: 1. 用户态与系统态隔离。 2. 高频调用与低频调用隔离。 3. 面向用户的易用性封装。 4. 渲染数据(内外部相关资源)和渲染机制分离…

使用Anaconda安装TensorFlow环境以及没有搜到的报错的解决方法

1.在官网下载Anaconda 这一步几乎不会有人报错 下稳定的版本 或者最新的版本都可以 2.TensorFlow分两个版本 一个是用cpu跑 另一个是用gpu跑 显而易见 cpu的计算性能已经比不上现在主流的显卡了 所以有独显的电脑尽量安装gpu版本 CPU版本: 先给出cpu版本的安装方法: 打开A…

描述低轨星座的特点和通信挑战,以及它们在5G和B5G中的作用。

文章目录 2章4 章5章(没看)6章(没看) 2章 将卫星星座中每个物理链路中可实现的数据速率、传播延迟和多普勒频移与3GPP技术报告中的参数进行分析和比较[3]。 相关配置 面向连接的网络,预先简历链路 卫星和地面终端有…

自动化测试--验证邮件内容

场景 业务上有许多发送邮件的场景,发送的邮件基本上都是自动发送的,而且邮件内容是很重要的,对于邮件发没发送,发送的时间点对不对每次回归测试工作量太大了,所以考虑把这部分内容加入到自动化测试中 工具 python g…

了解计算机的大小端存储模式

我们在计算机中存储数据时,数据是如何组织和表示的是一个重要的问题。其中一个关键概念是 大小端存储模式(Endianness),它描述了多字节数据在内存中的存储方式。本文将介绍大小端存储模式的原理、应用和区别。 什么是大小端存储模…

通过全流量查看部门或客户端网络使用情况

近年来,随着数字化转型和云计算服务的广泛应用,组织和企业对于网络带宽和性能的需求也在不断增长。 网络的稳定性、性能和安全性对于业务流程的顺畅运行至关重要。因此,了解部门或客户端网络的使用情况是网络管理和优化的关键。本文将通过Ne…

Docker数据管理、网络与Cgroup资源限制

目录 一、Docker的数据管理 1、数据卷 2、数据卷容器 3、端口映射 4、容器互联 二、Docker网络 2.1Docker网络实现原理 2.2Docker 的网络模式 3.3网络模式详解: host模式 container模式 none模式 bridge模式 自定义网络 创建自定义网络 三、Cgroup资源…

Maven修改仓库和镜像地址

目录 1、修改仓库地址2、修改镜像地址 1、修改仓库地址 使用IDEA时,如果不指定自己下载的Maven,idea会默认使用自带的Maven 3(bundle)。maven 3默认的仓库路径一般是在c盘的用户文件夹中的.m2目录下: 当maven下的pom文件中的依赖逐渐增加时,maven仓库下…

0基础学习VR全景平台篇第116篇:认识修图软件Photoshop

上课!全体起立~ 大家好,欢迎观看蛙色官方系列全景摄影课程! 今天给大家讲解修图软件Photoshop,下面我们开始吧! (PS软件课程大纲) 1.Photoshop是什么 发明人Adobe Photoshop,简称…

剑指Offer-推理二叉树

剑指Offer-推理二叉树 LCR 124. 推理二叉树 题目如下 某二叉树的先序遍历结果记录于整数数组 preorder,它的中序遍历结果记录于整数数组 inorder。请根据 preorder 和 inorder 的提示构造出这棵二叉树并返回其根节点。 注意:preorder 和 inorder 中均…

JavaScript作用域实战

● 首先,我们先创建一个函数,和以前一样,计算一个年龄的 function calcAge(birthYear) {const age 2037 - birthYear;return age; }● 然后我们创建一个全局变量,并调用这个函数 const firstName "IT知识一享"; cal…

Thread类的基本操作(JAVA多线程)

线程是操作系统中的概念,操作系统内核实现了线程这样的机制,并提供了一些API供外部使用。 JAVA中 Thread类 将系统提供的API又近一步进行了抽象和封装,所以如果想要使用多线程就离不开 Thread 这个类。 线程的创建(Thread类) 在JAVA中 创建…

中国多主数据库:压强投入,期待破茧

拿破仑曾说:“战争的艺术就是在某一点上集中最大优势兵力”,强调了力量集中的重要性。 如今,国际形势风云变幻,西方世界对中国的围剿不再仅仅体现在军事和地缘政治上,而更多表现在经济与科技上。在科技领域&#xff0…