SlideShare a Scribd company logo
1 of 21
Download to read offline
Re-Designing Engineering Teams
for Expansion
By: Matt Brunsdon
About Me
Matt Brunsdon
Transformational technology
manager experienced in
modernising engineering team
structures and system
architectures.
linkedin.com/in/mattbrunsdon/
1 of 19 | Matt Brunsdon - matthew.brunsdon@outlook.com
Talk Overview
This is a talk about my
experiences when
redesigning engineering
teams for expansion,
key sections include:
1. Culture
2. People
3. Structure
4. Process
5. Architecture
2 of 19 | Matt Brunsdon - matthew.brunsdon@outlook.com
Why Transform Teams?
Some things that can
be achieved by
transforming an
engineering team:
 Effectively manage increased
staff headcount
 More feature teams
 More engineers
 1 codebase to many codebases
 Increase software deployment
frequency
 Increase product release
frequency
 Deliver new features more
efficiently and rapidly
3 of 19 | Matt Brunsdon - matthew.brunsdon@outlook.com
What is a monolith?
A monolith is when all
software functions are tied
together, there is no re-use or
separation.
A monolith exists in a software
codebase but can be caused by
the team’s structure. It is
difficult to scale software or
teams with a monolith.
4 of 19 | Matt Brunsdon - matthew.brunsdon@outlook.com
“Micro services is the
modern alternative to
Monolith architecture”
Hierarchy vs Value Structure
Engineering teams maintaining
monolith software are often
organised in a traditional
functional based hierarchy.
Value based teams are made
up of cross functional
members who add value to a
specific output are more suited
to micro services architecture.
Head
Lead
Eng Eng
Lead
Eng
ProductSoftware
Top down
Managers think
Workers do
Multidisciplinary
team
Specific value output
Clearly defined
customer
Self organising
Lead
Engineer
Product
Dev Ops
Data
SME
5 of 19 | Matt Brunsdon - matthew.brunsdon@outlook.com
Functional Based Hierarchy
Value Based Matrix
Scaling Agile Management
Agile management promotes
accountability and trust.
Spotify’s “Squad” model of Agile goes
one step further creates self
organising teams with direct contact
to stakeholders – like a series of small
start-up’s.
Squad is a scalable way to manage
engineering teams of increasing size.
For more information on Spotify’s use of Squad: https://bit.ly/39Euhgs
6 of 19 | Matt Brunsdon - matthew.brunsdon@outlook.com
Scalable Agile Management via “Squad”
1. Cultural Changes
Some cultural changes
required to create a
“high performing”
engineering team:
Encourage a culture of innovation,
introducing accountability and trust.
Obsession with the customer by
monitoring feedback. Reinforcement
through regular review of customer
feedback.
Inspire staff by creating a leadership
culture of mentorship, inspiration, and
learning. Unblock issues, and enable
personal growth.
7 of 19 | Matt Brunsdon - matthew.brunsdon@outlook.com
Technicalability
2. Approach to People
Definition of a “high
performing engineer” needs to
change.
The right attitude is as
important as technical ability.
Engineers with balanced
“T-Shaped skills” are ideal.
Boundary crossing abilities
include:
 Communication
 Resilience to change
 Curiosity
 Positive Energy
 Continuous learning
Boundary crossing ability
For more information on T-Shaped Skills: https://bit.ly/38FAJCM
8 of 19 | Matt Brunsdon - matthew.brunsdon@outlook.com
3. Designing Team Structures
Monolithic team
structures breed
monolithic technology.
Cross functional teams
break down silos, know
who the customer is, and
create micro services.
Designers Developers QA’s PM’s DevOps
*New* Cross Functional Team
Attitudes to foster include:
Autonomy & Accountability
Continuous improvement
Purpose and direction
9 of 19 | Matt Brunsdon - matthew.brunsdon@outlook.com
3. Designing Team Structures
Leaders must advocate
for attitudes that are
desirable.
A way to structure
engineering leadership to
encourage team attitudes
and set clear leadership
goals is:
Product Manager
Purpose & Direction
Technical Lead
Continuous Learning &
Improvement
Engineering Manager
Accountability, Trust,
Autonomy, Self-Organisation
10 of 19 | Matt Brunsdon - matthew.brunsdon@outlook.com
4. Redefining Processes
When measuring success
focus on outcomes over
the method of output.
Set value focused
objectives and allow
engineering teams the
freedom to define
solutions.
 Increase acquisition of
new customers by X%
 Increase conversion of
browsers to buyers by
Y%
 Increase click/open rate
by Z%
11 of 19 | Matt Brunsdon - matthew.brunsdon@outlook.com
4. Redefining Processes
Using Jira and other agile
software in stand-ups can
make visibility more difficult.
Manually creating and
moving cards on a physical
board refreshes focus and
energy during meetings.
Backlog In Progress Testing Complete
Physical Board in Team’s Area =
Increased visibility
12 of 19 | Matt Brunsdon - matthew.brunsdon@outlook.com
5. Refreshing Architecture
Moving to cloud hosting
such as AWS, Azure, or
Google Cloud reduces
procurement barriers to
increased server capacity
and facilities access to
emerging technologies.
 Move from CAPEX to OPEX
 Reduce overall cost
 Lower barriers to new
technologies
 Scale server capacity with
demand
13 of 19 | Matt Brunsdon - matthew.brunsdon@outlook.com
5. Refreshing Architecture
Implementing a reverse proxy
server and dual hosts is a strategy
to migrate to the cloud over time
without downtime.
Migrate functions (apps,
databases, services, ect..) over
piece by piece, and only use the
new architecture with new
features.
Reverse Proxy
Data centre Cloud
1. Direct traffic
to old or new
hosting
Function
2. Migrate
functions over
time
*New*
Functions
3. Any new functions
only use new
architecture
Function
Function
14 of 19 | Matt Brunsdon - matthew.brunsdon@outlook.com
Database
To give teams
ownership over part of
the solution migrate
away from monolith
code bases towards a
micro services
architecture.
User Interface
Middleware
Database
User Interface
Middleware Middleware Middleware
Database Database
User Interface User Interface
Monolithic Architecture
Micro services Architecture
One big system makes
ownership
difficult…
System broken up
into smaller parts
with specific functions
makes ownership
possible…
5. Refreshing Architecture
15 of 19 | Matt Brunsdon - matthew.brunsdon@outlook.com
5. Refreshing Architecture
A strategy to migrate to an
event driven micro services
architecture (eg: Apache
Kafka) over time is “dual write”.
Move old services over piece
by piece, and only use the new
architecture with new features.
Database
*New* Event
Stream
Data Producers
1. Add dual
write
Data
Consumers
2. Migrate
reads over
time
*New*
Consumers
3. New apps
only use new
architecture
16 of 19 | Matt Brunsdon - matthew.brunsdon@outlook.com More information on migrating to Apache Kafka: https://bit.ly/2PPgtb0
Key Points in Transformation
Cross Functional
Teams
T-shaped skills
Continuous learning
Clear Purpose
Autonomy
Ownership and
accountability
Coaching by servant
leaders
Innovation culture
Self-organising
17 of 19 | Matt Brunsdon - matthew.brunsdon@outlook.com
Support from the business decision makers is
essential to engineering team transformation.
Buy-in and understanding from all levels of an
organisation is needed to make change work.
Key Points in Transformation
18 of 19 | Matt Brunsdon - matthew.brunsdon@outlook.com
Please let me know if you have any questions?
I am happy to share my experiences.
Cheers,
Matt Brunsdon.
Questions?
19 of 19 | Matt Brunsdon - matthew.brunsdon@outlook.com linkedin.com/in/mattbrunsdon/
• Spotify Engineering Culture
– https://labs.spotify.com/2014/03/27/spotify-engineering-culture-part-1/
• How to Build Your Own “Spotify Model”
– https://medium.com/the-ready/how-to-build-your-own-spotify-model-dce98025d32f
• Hosting Legacy Apps in the Cloud: Is It Possible?
– https://cloud.netapp.com/blog/cloud-insights-legacy-apps-cloud-possible-cis-blg
• Migrating to an Event-Driven System
– https://t.co/0pPvutDjim?amp=1
• Why Engineers Need To Develop T-Shaped Skills
– https://www.ptc.com/en/product-lifecycle-report/why-engineers-need-to-develop-t-shaped-skills
• Monolithic vs. Microservices Architecture
– https://articles.microservices.com/monolithic-vs-microservices-architecture-5c4848858f59
• Microservices Reference Architecture
– https://www.nginx.com/resources/library/microservices-reference-architecture/?utm_campaign=nx-apac-anz-aw-kywd-
microservices&utm_source=adwords&utm_medium=cpc&utm_content=eb-
microservices_reference_architecture&gclid=EAIaIQobChMIke-WpeiM6AIVFIyPCh2vVQBMEAAYASAAEgKRuvD_BwE
References

More Related Content

What's hot

Survey appropriateness of microsoft project 070615 - b pasero
Survey   appropriateness of microsoft project 070615 - b paseroSurvey   appropriateness of microsoft project 070615 - b pasero
Survey appropriateness of microsoft project 070615 - b paserozanyar88
 
Effective Team Collaboration Made Simple - Lumo Flow Whitepaper
Effective Team Collaboration Made Simple - Lumo Flow WhitepaperEffective Team Collaboration Made Simple - Lumo Flow Whitepaper
Effective Team Collaboration Made Simple - Lumo Flow Whitepaperguest7d0219
 
Government in the 21st century issues brief
Government in the 21st century issues briefGovernment in the 21st century issues brief
Government in the 21st century issues briefSMART Technologies
 
Enterprise Microblogging - The revolution of business communication (engl.)
Enterprise Microblogging - The revolution of business communication (engl.)Enterprise Microblogging - The revolution of business communication (engl.)
Enterprise Microblogging - The revolution of business communication (engl.)Communote GmbH
 
Benefit thru-communication-improvement
Benefit thru-communication-improvementBenefit thru-communication-improvement
Benefit thru-communication-improvementAshish Belagali
 
Program Management - Top Down-Bottom Up
Program Management - Top Down-Bottom UpProgram Management - Top Down-Bottom Up
Program Management - Top Down-Bottom UpRNC
 
Build an enterprise social collaboration strategy
Build an enterprise social collaboration strategyBuild an enterprise social collaboration strategy
Build an enterprise social collaboration strategyInfo-Tech Research Group
 
Guide to turbocharging your marketing agencies performance with online collab...
Guide to turbocharging your marketing agencies performance with online collab...Guide to turbocharging your marketing agencies performance with online collab...
Guide to turbocharging your marketing agencies performance with online collab...Kahootz
 

What's hot (9)

Survey appropriateness of microsoft project 070615 - b pasero
Survey   appropriateness of microsoft project 070615 - b paseroSurvey   appropriateness of microsoft project 070615 - b pasero
Survey appropriateness of microsoft project 070615 - b pasero
 
Effective Team Collaboration Made Simple - Lumo Flow Whitepaper
Effective Team Collaboration Made Simple - Lumo Flow WhitepaperEffective Team Collaboration Made Simple - Lumo Flow Whitepaper
Effective Team Collaboration Made Simple - Lumo Flow Whitepaper
 
Government in the 21st century issues brief
Government in the 21st century issues briefGovernment in the 21st century issues brief
Government in the 21st century issues brief
 
Enterprise Microblogging - The revolution of business communication (engl.)
Enterprise Microblogging - The revolution of business communication (engl.)Enterprise Microblogging - The revolution of business communication (engl.)
Enterprise Microblogging - The revolution of business communication (engl.)
 
Benefit thru-communication-improvement
Benefit thru-communication-improvementBenefit thru-communication-improvement
Benefit thru-communication-improvement
 
Program Management - Top Down-Bottom Up
Program Management - Top Down-Bottom UpProgram Management - Top Down-Bottom Up
Program Management - Top Down-Bottom Up
 
Build an enterprise social collaboration strategy
Build an enterprise social collaboration strategyBuild an enterprise social collaboration strategy
Build an enterprise social collaboration strategy
 
1011
10111011
1011
 
Guide to turbocharging your marketing agencies performance with online collab...
Guide to turbocharging your marketing agencies performance with online collab...Guide to turbocharging your marketing agencies performance with online collab...
Guide to turbocharging your marketing agencies performance with online collab...
 

Similar to Redesigning Engineering Teams for Expansion - By: Matt Brunsdon

The Benefits Of Software Creation
The Benefits Of Software CreationThe Benefits Of Software Creation
The Benefits Of Software CreationJennifer Wood
 
Engineering Construction 4.0 Revolution
Engineering Construction 4.0 RevolutionEngineering Construction 4.0 Revolution
Engineering Construction 4.0 RevolutionFrancesco Legname
 
Team Topologies in Action: early results from industry @ DevOps Enterprise Su...
Team Topologies in Action: early results from industry @ DevOps Enterprise Su...Team Topologies in Action: early results from industry @ DevOps Enterprise Su...
Team Topologies in Action: early results from industry @ DevOps Enterprise Su...Manuel Pais
 
Team Topologies in action - early results from industry - DOES London Virtual...
Team Topologies in action - early results from industry - DOES London Virtual...Team Topologies in action - early results from industry - DOES London Virtual...
Team Topologies in action - early results from industry - DOES London Virtual...Matthew Skelton
 
Project Management (April - 2014) [CBSGS - Paper Solution] {Mumbai University}
Project Management (April - 2014) [CBSGS - Paper Solution] {Mumbai University}Project Management (April - 2014) [CBSGS - Paper Solution] {Mumbai University}
Project Management (April - 2014) [CBSGS - Paper Solution] {Mumbai University}Mumbai B.Sc.IT Study
 
On line BIM project execution by PLANNERLY
On line BIM project execution by PLANNERLYOn line BIM project execution by PLANNERLY
On line BIM project execution by PLANNERLYStephen Au
 
Michael fulton it architecture for non-architects
Michael fulton   it architecture for non-architectsMichael fulton   it architecture for non-architects
Michael fulton it architecture for non-architectsMAX Technical Training
 
Enterprise Strategy Business Enterprise Architect Job Description
Enterprise Strategy Business   Enterprise Architect   Job DescriptionEnterprise Strategy Business   Enterprise Architect   Job Description
Enterprise Strategy Business Enterprise Architect Job Descriptiontdahl
 
PPT_Management of Large and Complex Software Projects
PPT_Management of Large and Complex Software ProjectsPPT_Management of Large and Complex Software Projects
PPT_Management of Large and Complex Software ProjectsSudipta Das
 
The People Pillar of Cloud Adoption: Developing Your Workforce & Building Dig...
The People Pillar of Cloud Adoption: Developing Your Workforce & Building Dig...The People Pillar of Cloud Adoption: Developing Your Workforce & Building Dig...
The People Pillar of Cloud Adoption: Developing Your Workforce & Building Dig...Amazon Web Services
 
Modernizing the Enterprise Monolith: EQengineered Consulting Green Paper
Modernizing the Enterprise Monolith: EQengineered Consulting Green PaperModernizing the Enterprise Monolith: EQengineered Consulting Green Paper
Modernizing the Enterprise Monolith: EQengineered Consulting Green PaperMark Hewitt
 
Modernizing the Enterprise Monolith: EQengineered Consulting Green Paper
Modernizing the Enterprise Monolith: EQengineered Consulting Green PaperModernizing the Enterprise Monolith: EQengineered Consulting Green Paper
Modernizing the Enterprise Monolith: EQengineered Consulting Green PaperRachel Mezzatesta
 
Building more value with Capital Markets – Project Owner edition
Building more value with Capital Markets – Project Owner editionBuilding more value with Capital Markets – Project Owner edition
Building more value with Capital Markets – Project Owner editionaccenture
 
Overcoming Ongoing Digital Transformational Challenges with a Microservices A...
Overcoming Ongoing Digital Transformational Challenges with a Microservices A...Overcoming Ongoing Digital Transformational Challenges with a Microservices A...
Overcoming Ongoing Digital Transformational Challenges with a Microservices A...Cognizant
 
what is the value of architecture
what is the value of architecturewhat is the value of architecture
what is the value of architectureAnoush Ghamsari
 
Embrace Modular Technology and Agile Process to Deliver Business Impact
Embrace Modular Technology and Agile Process to Deliver Business ImpactEmbrace Modular Technology and Agile Process to Deliver Business Impact
Embrace Modular Technology and Agile Process to Deliver Business ImpactMark Hewitt
 
Digital Transformation 2018
Digital Transformation 2018Digital Transformation 2018
Digital Transformation 2018Aconex
 
Clint Britt _ Six Sigma Project _ MFP_ June2016
Clint Britt _ Six Sigma Project _ MFP_ June2016Clint Britt _ Six Sigma Project _ MFP_ June2016
Clint Britt _ Six Sigma Project _ MFP_ June2016Clint Britt
 
TDC2020 - The microservice architecture: enabling rapid, reliable, frequent a...
TDC2020 - The microservice architecture: enabling rapid, reliable, frequent a...TDC2020 - The microservice architecture: enabling rapid, reliable, frequent a...
TDC2020 - The microservice architecture: enabling rapid, reliable, frequent a...Chris Richardson
 

Similar to Redesigning Engineering Teams for Expansion - By: Matt Brunsdon (20)

The Benefits Of Software Creation
The Benefits Of Software CreationThe Benefits Of Software Creation
The Benefits Of Software Creation
 
Engineering Construction 4.0 Revolution
Engineering Construction 4.0 RevolutionEngineering Construction 4.0 Revolution
Engineering Construction 4.0 Revolution
 
Team Topologies in Action: early results from industry @ DevOps Enterprise Su...
Team Topologies in Action: early results from industry @ DevOps Enterprise Su...Team Topologies in Action: early results from industry @ DevOps Enterprise Su...
Team Topologies in Action: early results from industry @ DevOps Enterprise Su...
 
Team Topologies in action - early results from industry - DOES London Virtual...
Team Topologies in action - early results from industry - DOES London Virtual...Team Topologies in action - early results from industry - DOES London Virtual...
Team Topologies in action - early results from industry - DOES London Virtual...
 
Project Management (April - 2014) [CBSGS - Paper Solution] {Mumbai University}
Project Management (April - 2014) [CBSGS - Paper Solution] {Mumbai University}Project Management (April - 2014) [CBSGS - Paper Solution] {Mumbai University}
Project Management (April - 2014) [CBSGS - Paper Solution] {Mumbai University}
 
On line BIM project execution by PLANNERLY
On line BIM project execution by PLANNERLYOn line BIM project execution by PLANNERLY
On line BIM project execution by PLANNERLY
 
Michael fulton it architecture for non-architects
Michael fulton   it architecture for non-architectsMichael fulton   it architecture for non-architects
Michael fulton it architecture for non-architects
 
Enterprise Strategy Business Enterprise Architect Job Description
Enterprise Strategy Business   Enterprise Architect   Job DescriptionEnterprise Strategy Business   Enterprise Architect   Job Description
Enterprise Strategy Business Enterprise Architect Job Description
 
PPT_Management of Large and Complex Software Projects
PPT_Management of Large and Complex Software ProjectsPPT_Management of Large and Complex Software Projects
PPT_Management of Large and Complex Software Projects
 
The People Pillar of Cloud Adoption: Developing Your Workforce & Building Dig...
The People Pillar of Cloud Adoption: Developing Your Workforce & Building Dig...The People Pillar of Cloud Adoption: Developing Your Workforce & Building Dig...
The People Pillar of Cloud Adoption: Developing Your Workforce & Building Dig...
 
Modernizing the Enterprise Monolith: EQengineered Consulting Green Paper
Modernizing the Enterprise Monolith: EQengineered Consulting Green PaperModernizing the Enterprise Monolith: EQengineered Consulting Green Paper
Modernizing the Enterprise Monolith: EQengineered Consulting Green Paper
 
Modernizing the Enterprise Monolith: EQengineered Consulting Green Paper
Modernizing the Enterprise Monolith: EQengineered Consulting Green PaperModernizing the Enterprise Monolith: EQengineered Consulting Green Paper
Modernizing the Enterprise Monolith: EQengineered Consulting Green Paper
 
The Advantages of IT Staff Augmentation for Construction
The Advantages of IT Staff Augmentation for ConstructionThe Advantages of IT Staff Augmentation for Construction
The Advantages of IT Staff Augmentation for Construction
 
Building more value with Capital Markets – Project Owner edition
Building more value with Capital Markets – Project Owner editionBuilding more value with Capital Markets – Project Owner edition
Building more value with Capital Markets – Project Owner edition
 
Overcoming Ongoing Digital Transformational Challenges with a Microservices A...
Overcoming Ongoing Digital Transformational Challenges with a Microservices A...Overcoming Ongoing Digital Transformational Challenges with a Microservices A...
Overcoming Ongoing Digital Transformational Challenges with a Microservices A...
 
what is the value of architecture
what is the value of architecturewhat is the value of architecture
what is the value of architecture
 
Embrace Modular Technology and Agile Process to Deliver Business Impact
Embrace Modular Technology and Agile Process to Deliver Business ImpactEmbrace Modular Technology and Agile Process to Deliver Business Impact
Embrace Modular Technology and Agile Process to Deliver Business Impact
 
Digital Transformation 2018
Digital Transformation 2018Digital Transformation 2018
Digital Transformation 2018
 
Clint Britt _ Six Sigma Project _ MFP_ June2016
Clint Britt _ Six Sigma Project _ MFP_ June2016Clint Britt _ Six Sigma Project _ MFP_ June2016
Clint Britt _ Six Sigma Project _ MFP_ June2016
 
TDC2020 - The microservice architecture: enabling rapid, reliable, frequent a...
TDC2020 - The microservice architecture: enabling rapid, reliable, frequent a...TDC2020 - The microservice architecture: enabling rapid, reliable, frequent a...
TDC2020 - The microservice architecture: enabling rapid, reliable, frequent a...
 

Recently uploaded

Artificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning eraArtificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning eraDeakin University
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Mattias Andersson
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 
Benefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksBenefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksSoftradix Technologies
 
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Wonjun Hwang
 
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphSIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphNeo4j
 
costume and set research powerpoint presentation
costume and set research powerpoint presentationcostume and set research powerpoint presentation
costume and set research powerpoint presentationphoebematthew05
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitecturePixlogix Infotech
 
Unlocking the Potential of the Cloud for IBM Power Systems
Unlocking the Potential of the Cloud for IBM Power SystemsUnlocking the Potential of the Cloud for IBM Power Systems
Unlocking the Potential of the Cloud for IBM Power SystemsPrecisely
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationSlibray Presentation
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Patryk Bandurski
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationSafe Software
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticscarlostorres15106
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsRizwan Syed
 
Bluetooth Controlled Car with Arduino.pdf
Bluetooth Controlled Car with Arduino.pdfBluetooth Controlled Car with Arduino.pdf
Bluetooth Controlled Car with Arduino.pdfngoud9212
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...shyamraj55
 
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024BookNet Canada
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsMemoori
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...Fwdays
 

Recently uploaded (20)

Artificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning eraArtificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning era
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 
Benefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksBenefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other Frameworks
 
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
 
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphSIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
 
costume and set research powerpoint presentation
costume and set research powerpoint presentationcostume and set research powerpoint presentation
costume and set research powerpoint presentation
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC Architecture
 
Unlocking the Potential of the Cloud for IBM Power Systems
Unlocking the Potential of the Cloud for IBM Power SystemsUnlocking the Potential of the Cloud for IBM Power Systems
Unlocking the Potential of the Cloud for IBM Power Systems
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck Presentation
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
 
DMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special EditionDMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special Edition
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL Certs
 
Bluetooth Controlled Car with Arduino.pdf
Bluetooth Controlled Car with Arduino.pdfBluetooth Controlled Car with Arduino.pdf
Bluetooth Controlled Car with Arduino.pdf
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
 
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial Buildings
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
 

Redesigning Engineering Teams for Expansion - By: Matt Brunsdon

  • 1. Re-Designing Engineering Teams for Expansion By: Matt Brunsdon
  • 2. About Me Matt Brunsdon Transformational technology manager experienced in modernising engineering team structures and system architectures. linkedin.com/in/mattbrunsdon/ 1 of 19 | Matt Brunsdon - matthew.brunsdon@outlook.com
  • 3. Talk Overview This is a talk about my experiences when redesigning engineering teams for expansion, key sections include: 1. Culture 2. People 3. Structure 4. Process 5. Architecture 2 of 19 | Matt Brunsdon - matthew.brunsdon@outlook.com
  • 4. Why Transform Teams? Some things that can be achieved by transforming an engineering team:  Effectively manage increased staff headcount  More feature teams  More engineers  1 codebase to many codebases  Increase software deployment frequency  Increase product release frequency  Deliver new features more efficiently and rapidly 3 of 19 | Matt Brunsdon - matthew.brunsdon@outlook.com
  • 5. What is a monolith? A monolith is when all software functions are tied together, there is no re-use or separation. A monolith exists in a software codebase but can be caused by the team’s structure. It is difficult to scale software or teams with a monolith. 4 of 19 | Matt Brunsdon - matthew.brunsdon@outlook.com “Micro services is the modern alternative to Monolith architecture”
  • 6. Hierarchy vs Value Structure Engineering teams maintaining monolith software are often organised in a traditional functional based hierarchy. Value based teams are made up of cross functional members who add value to a specific output are more suited to micro services architecture. Head Lead Eng Eng Lead Eng ProductSoftware Top down Managers think Workers do Multidisciplinary team Specific value output Clearly defined customer Self organising Lead Engineer Product Dev Ops Data SME 5 of 19 | Matt Brunsdon - matthew.brunsdon@outlook.com Functional Based Hierarchy Value Based Matrix
  • 7. Scaling Agile Management Agile management promotes accountability and trust. Spotify’s “Squad” model of Agile goes one step further creates self organising teams with direct contact to stakeholders – like a series of small start-up’s. Squad is a scalable way to manage engineering teams of increasing size. For more information on Spotify’s use of Squad: https://bit.ly/39Euhgs 6 of 19 | Matt Brunsdon - matthew.brunsdon@outlook.com Scalable Agile Management via “Squad”
  • 8. 1. Cultural Changes Some cultural changes required to create a “high performing” engineering team: Encourage a culture of innovation, introducing accountability and trust. Obsession with the customer by monitoring feedback. Reinforcement through regular review of customer feedback. Inspire staff by creating a leadership culture of mentorship, inspiration, and learning. Unblock issues, and enable personal growth. 7 of 19 | Matt Brunsdon - matthew.brunsdon@outlook.com
  • 9. Technicalability 2. Approach to People Definition of a “high performing engineer” needs to change. The right attitude is as important as technical ability. Engineers with balanced “T-Shaped skills” are ideal. Boundary crossing abilities include:  Communication  Resilience to change  Curiosity  Positive Energy  Continuous learning Boundary crossing ability For more information on T-Shaped Skills: https://bit.ly/38FAJCM 8 of 19 | Matt Brunsdon - matthew.brunsdon@outlook.com
  • 10. 3. Designing Team Structures Monolithic team structures breed monolithic technology. Cross functional teams break down silos, know who the customer is, and create micro services. Designers Developers QA’s PM’s DevOps *New* Cross Functional Team Attitudes to foster include: Autonomy & Accountability Continuous improvement Purpose and direction 9 of 19 | Matt Brunsdon - matthew.brunsdon@outlook.com
  • 11. 3. Designing Team Structures Leaders must advocate for attitudes that are desirable. A way to structure engineering leadership to encourage team attitudes and set clear leadership goals is: Product Manager Purpose & Direction Technical Lead Continuous Learning & Improvement Engineering Manager Accountability, Trust, Autonomy, Self-Organisation 10 of 19 | Matt Brunsdon - matthew.brunsdon@outlook.com
  • 12. 4. Redefining Processes When measuring success focus on outcomes over the method of output. Set value focused objectives and allow engineering teams the freedom to define solutions.  Increase acquisition of new customers by X%  Increase conversion of browsers to buyers by Y%  Increase click/open rate by Z% 11 of 19 | Matt Brunsdon - matthew.brunsdon@outlook.com
  • 13. 4. Redefining Processes Using Jira and other agile software in stand-ups can make visibility more difficult. Manually creating and moving cards on a physical board refreshes focus and energy during meetings. Backlog In Progress Testing Complete Physical Board in Team’s Area = Increased visibility 12 of 19 | Matt Brunsdon - matthew.brunsdon@outlook.com
  • 14. 5. Refreshing Architecture Moving to cloud hosting such as AWS, Azure, or Google Cloud reduces procurement barriers to increased server capacity and facilities access to emerging technologies.  Move from CAPEX to OPEX  Reduce overall cost  Lower barriers to new technologies  Scale server capacity with demand 13 of 19 | Matt Brunsdon - matthew.brunsdon@outlook.com
  • 15. 5. Refreshing Architecture Implementing a reverse proxy server and dual hosts is a strategy to migrate to the cloud over time without downtime. Migrate functions (apps, databases, services, ect..) over piece by piece, and only use the new architecture with new features. Reverse Proxy Data centre Cloud 1. Direct traffic to old or new hosting Function 2. Migrate functions over time *New* Functions 3. Any new functions only use new architecture Function Function 14 of 19 | Matt Brunsdon - matthew.brunsdon@outlook.com
  • 16. Database To give teams ownership over part of the solution migrate away from monolith code bases towards a micro services architecture. User Interface Middleware Database User Interface Middleware Middleware Middleware Database Database User Interface User Interface Monolithic Architecture Micro services Architecture One big system makes ownership difficult… System broken up into smaller parts with specific functions makes ownership possible… 5. Refreshing Architecture 15 of 19 | Matt Brunsdon - matthew.brunsdon@outlook.com
  • 17. 5. Refreshing Architecture A strategy to migrate to an event driven micro services architecture (eg: Apache Kafka) over time is “dual write”. Move old services over piece by piece, and only use the new architecture with new features. Database *New* Event Stream Data Producers 1. Add dual write Data Consumers 2. Migrate reads over time *New* Consumers 3. New apps only use new architecture 16 of 19 | Matt Brunsdon - matthew.brunsdon@outlook.com More information on migrating to Apache Kafka: https://bit.ly/2PPgtb0
  • 18. Key Points in Transformation Cross Functional Teams T-shaped skills Continuous learning Clear Purpose Autonomy Ownership and accountability Coaching by servant leaders Innovation culture Self-organising 17 of 19 | Matt Brunsdon - matthew.brunsdon@outlook.com
  • 19. Support from the business decision makers is essential to engineering team transformation. Buy-in and understanding from all levels of an organisation is needed to make change work. Key Points in Transformation 18 of 19 | Matt Brunsdon - matthew.brunsdon@outlook.com
  • 20. Please let me know if you have any questions? I am happy to share my experiences. Cheers, Matt Brunsdon. Questions? 19 of 19 | Matt Brunsdon - matthew.brunsdon@outlook.com linkedin.com/in/mattbrunsdon/
  • 21. • Spotify Engineering Culture – https://labs.spotify.com/2014/03/27/spotify-engineering-culture-part-1/ • How to Build Your Own “Spotify Model” – https://medium.com/the-ready/how-to-build-your-own-spotify-model-dce98025d32f • Hosting Legacy Apps in the Cloud: Is It Possible? – https://cloud.netapp.com/blog/cloud-insights-legacy-apps-cloud-possible-cis-blg • Migrating to an Event-Driven System – https://t.co/0pPvutDjim?amp=1 • Why Engineers Need To Develop T-Shaped Skills – https://www.ptc.com/en/product-lifecycle-report/why-engineers-need-to-develop-t-shaped-skills • Monolithic vs. Microservices Architecture – https://articles.microservices.com/monolithic-vs-microservices-architecture-5c4848858f59 • Microservices Reference Architecture – https://www.nginx.com/resources/library/microservices-reference-architecture/?utm_campaign=nx-apac-anz-aw-kywd- microservices&utm_source=adwords&utm_medium=cpc&utm_content=eb- microservices_reference_architecture&gclid=EAIaIQobChMIke-WpeiM6AIVFIyPCh2vVQBMEAAYASAAEgKRuvD_BwE References