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/349854

相关文章

Go学习记录之runtime包深入解析

《Go学习记录之runtime包深入解析》Go语言runtime包管理运行时环境,涵盖goroutine调度、内存分配、垃圾回收、类型信息等核心功能,:本文主要介绍Go学习记录之runtime包的... 目录前言:一、runtime包内容学习1、作用:① Goroutine和并发控制:② 垃圾回收:③ 栈和

Android学习总结之Java和kotlin区别超详细分析

《Android学习总结之Java和kotlin区别超详细分析》Java和Kotlin都是用于Android开发的编程语言,它们各自具有独特的特点和优势,:本文主要介绍Android学习总结之Ja... 目录一、空安全机制真题 1:Kotlin 如何解决 Java 的 NullPointerExceptio

重新对Java的类加载器的学习方式

《重新对Java的类加载器的学习方式》:本文主要介绍重新对Java的类加载器的学习方式,具有很好的参考价值,希望对大家有所帮助,如有错误或未考虑完全的地方,望不吝赐教... 目录1、介绍1.1、简介1.2、符号引用和直接引用1、符号引用2、直接引用3、符号转直接的过程2、加载流程3、类加载的分类3.1、显示

Java学习手册之Filter和Listener使用方法

《Java学习手册之Filter和Listener使用方法》:本文主要介绍Java学习手册之Filter和Listener使用方法的相关资料,Filter是一种拦截器,可以在请求到达Servl... 目录一、Filter(过滤器)1. Filter 的工作原理2. Filter 的配置与使用二、Listen

利用Python快速搭建Markdown笔记发布系统

《利用Python快速搭建Markdown笔记发布系统》这篇文章主要为大家详细介绍了使用Python生态的成熟工具,在30分钟内搭建一个支持Markdown渲染、分类标签、全文搜索的私有化知识发布系统... 目录引言:为什么要自建知识博客一、技术选型:极简主义开发栈二、系统架构设计三、核心代码实现(分步解析

Java进阶学习之如何开启远程调式

《Java进阶学习之如何开启远程调式》Java开发中的远程调试是一项至关重要的技能,特别是在处理生产环境的问题或者协作开发时,:本文主要介绍Java进阶学习之如何开启远程调式的相关资料,需要的朋友... 目录概述Java远程调试的开启与底层原理开启Java远程调试底层原理JVM参数总结&nbsMbKKXJx

Java深度学习库DJL实现Python的NumPy方式

《Java深度学习库DJL实现Python的NumPy方式》本文介绍了DJL库的背景和基本功能,包括NDArray的创建、数学运算、数据获取和设置等,同时,还展示了如何使用NDArray进行数据预处理... 目录1 NDArray 的背景介绍1.1 架构2 JavaDJL使用2.1 安装DJL2.2 基本操

解读静态资源访问static-locations和static-path-pattern

《解读静态资源访问static-locations和static-path-pattern》本文主要介绍了SpringBoot中静态资源的配置和访问方式,包括静态资源的默认前缀、默认地址、目录结构、访... 目录静态资源访问static-locations和static-path-pattern静态资源配置

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

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

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

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