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,刷了个版本,感觉界面清爽不少,内核也升级,遂打算搞定…

python面向对象编程:魔方法和内置属性

__init__(self)是初始化方法,初始化实例的时候自动调用,方法有一个参数 self,代表当前创建的实例对象。__init__方法在 __new__方法的基础上完成一些初始化工作,不需要返回值。 __new__(cls)是一个静态方法,当实例化一…

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

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

C++特殊类与单例模式

一、特殊类 类的特殊设计方式 ①不能被拷贝的类 拷贝只会放生在两个场景中:拷贝构造函数以及赋值运算符重载,因此想要让一个类禁止拷贝, 只需让该类不能调用拷贝构造函数以及赋值运算符重载即可 在C98中,需要将拷贝构造设置成…

uni-app android picker选择默认月份

微信小程序选中月份后下次再点开是上次的选中的月份&#xff0c;而编译的android应用只默认当前月份 <picker mode"date" ref"picker" :disabled"disabled" :value"date" fields"month" change"bindDateChange&quo…

【ML】分类问题

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

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

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

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

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

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

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

redis-plus-plus访问REDIS集群

编程语言&#xff1a;C 开源库&#xff1a;redis-plus-plus 接口类&#xff1a;RedisCluster 初始化需要输入任意一个结点的IP和端口&#xff0c;如果设置了密码&#xff0c;还需要密码的明文并使用ConnectionOptions类。 初始化完成后可以直接进行读/写操作。 RedisClust…

网络唤醒(Wake-on-LAN, WOL)

远程唤醒最简单的方法&#xff1a;DDNSTOOpenwrt网络唤醒&#xff0c;完美实现。 原帖-远程唤醒_超详细windows设置远程唤醒wol远程连接&#xff08;远程开机&#xff09; WOL Web# 访问 Wake on Lan Over The Interweb by Depicus 可以无需借助软件很方便的从网页前端唤醒远…

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

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

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

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

Unraid 无法远程访问 Web UI 的解决方法

在将 Unraid 系统升级到 6.12.1 版本之后&#xff0c;发现无法通过 ZeroTier 或蒲公英在外网访问 Unraid 的 Web 页面&#xff0c;但是直接访问 Docker 的端口可以正常访问。 初步判断&#xff0c;这很有可能是默认的 80 端口出现了问题。Unraid 的 Web 服务器默认监听 80 端口…

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

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

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

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

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

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

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

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