Stories, insight and advice from the Flutter inner source community.
16 Dec 2023
Prevent a Malicious Contribution
How to secure critical branches in your repository to reduce the risk of malicious contribution.
by: Rob Tuley
14 Dec 2023
gRPC
What is gRPC? How does it compare to REST? And when would you use it?
by: Renato Cardoso
19 Jul 2023
GitHub ❤️ Slack
Examples of using GitHub and Slack together to notify your stakeholders about changes or deployments.
by: Nuno Crisóstomo
22 May 2023
Unpopular Work
How to manage the assignment of unpopular work in inner source. When several teams could do it, which team should do it?
17 May 2023
GitHub Influencers
Who in Flutter-Global can be considered the most influential? Who would be best to spread updates and news?
by: Tiago Almeida, Arun Dani
12 May 2023
Quadtrees
In this article, we will discuss approaches to implement collision detection and indexes for spatial queries using a simpler example to illustrate.
by: Damien Raymond
11 May 2023
Major vs Minor
How separate processes for major and minor change reduces noise and speeds up delivery.
03 May 2023
Lazy Consensus
Sharing requires consensus. Getting several groups to agree is hard. Lazy consensus is a solution worth knowing.
20 Mar 2023
Automated Labels
Codebase Governor now supports adding labels to PRs and Issues automatically to help cross-divisional visibility.
17 Mar 2023
The Pyramid in 8 Minutes
A video explanation of what inner source is, and how we use a pyramid as a map to understand the steps needed to do it.
16 Mar 2023
Inner Source Product Management
Phil explains how our inner sourced Global Betting Platform is product managed.
10 Feb 2023
Why are PRs slow?
What are the key factors that make a PR slow? Check using GitHub data from the last 6 months.
by: Tiago Almeida
06 Feb 2023
Deployment Repository
Bernard explains the use of a deployment repository to separate shared application code from the infrastructure code for a specific deployment.
14 Jan 2023
Capability Coordinator
Meeting Rita to understand her Capability Co-ordinator role in gbp.
12 Jan 2023
Big PR, Bad Reviews
Do big pull requests get worse reviews than small ones? Check using data from 80,000 Flutter PRs.
15 Dec 2022
Branching Models in 7 Minutes
A video explanation of 3 common branching models used in Flutter-Global and when you should use them.