Platform teams shouldn't predict the future but observe the present.
When multiple teams build similar solutions, commoditize the pattern. Make it the default, keep escape hatches.
Good ideas spread upwards through platforms, not downwards through rules and mandates.
04.11.2025 15:15 β π 0 π 0 π¬ 0 π 0
Teams anchored to solutions defend them even when their context changes. Teams anchored to problems evolve.
'We manage Jenkins' (rigidity)
'We enable continuous delivery' (adaptability)
When your identity is the solution, you protect it. When it's the problem, you solve it.
02.11.2025 12:12 β π 0 π 0 π¬ 0 π 0
Internal platforms aren't infrastructure tools. They're organizational memory. Each capability encodes a problem multiple teams already solved. Platform teams aren't only service providers, but curators of collective learning.
01.11.2025 11:50 β π 0 π 0 π¬ 0 π 0
YouTube video by Modern Software Engineering
Does Your Software Development Prioritize Business? #agile
My latest YouTube short for the Modern Software Engineering channel, "Does Your Software Development Prioritize Business?": www.youtube.com/watch?v=cRut...
08.07.2025 08:50 β π 11 π 3 π¬ 0 π 2
The rise of "context engineering"
Header image from Dex Horthy on Twitter. Context engineering is building dynamic systems to provide the right information and tools in the right format such that the LLM can plausibly accomplish theβ¦
Don't focus on engineering prompts, focus on engineering context instead.
"[...] as applications grow more complex, itβs becoming clear that providing complete and structured context to the AI is far more important than any magic wording.
blog.langchain.com/the-rise-of-...
08.07.2025 07:27 β π 0 π 0 π¬ 0 π 0
Information distribution aspects of design methodology | the morning paper
Information distribution aspects of design methodology Parnas, 1971
I remember Adrian Colyer publishing a post about David Parnasβs work in the context of modern microservice architectures a few years ago. Unfortunately, his blog is no longer online, but thanks to the Wayback Machine, I was able to dig it up.
web.archive.org/web/20240424...
01.07.2025 07:27 β π 0 π 0 π¬ 0 π 0
I already enjoyed his absolute masterpiece "The Creative Act," (which I highly recommend - get the hardcover, the binding is great) and am very much looking forward to his work on AI and engineering. Check it out here: www.thewayofcode.com
26.06.2025 07:21 β π 0 π 0 π¬ 0 π 0
Seriously? How awesome is this? Rick Rubin, the legendary producer of artists like Neil Young, U2, Metallica, Adele, System of a Down (and many more), wrote a book with Anthropic on Vibe Coding!
26.06.2025 07:21 β π 1 π 0 π¬ 1 π 0
Productivity Through Play: Why Messing Around Makes Better Software Engineers
In this podcast, Shane Hastie, Lead Editor for Culture & Methods, spoke to Holly Cummins about productivity in creative knowledge work like software engineering. She talks about how "messing aroundβ¦
@hollycummins.com 's discussion in the Engineering Culture podcast about developer productivity reminds me a lot of Cal Newport's notion of "seudo productivity" vs "slow productivity" in his newest book (buff.ly/VBBEZBi)
Btw, give the podcast episode a listen, it's great:
25.06.2025 07:21 β π 5 π 1 π¬ 0 π 0
Embedding a deep understanding within organizations about the fact that architecture, organizational structure, and (human) communication are interlinked.
24.06.2025 06:56 β π 1 π 0 π¬ 0 π 0
I like how you show services as enablers for team autonomy. I often think of "teams that own them can work independently" as a north star for improving flow, since full independence is hard to reach (there will always be _some_ things stream-aligned teams need to work together on and collaborate).
23.06.2025 17:00 β π 1 π 0 π¬ 0 π 0
From the article: "everybody tests in production, whether they admit it or not; good teams are aware of this and build tools to do it safely"
23.06.2025 07:21 β π 0 π 0 π¬ 0 π 0
Deploys Are The β¨WRONGβ¨ Way To Change User Experience
This piece was first published on the honeycomb.io blog on 2023-03-08. β¦. Iβm noΒ strangerΒ toΒ rantingΒ aboutΒ deploys. But thereβs one thing I havenβt sufficiently ranted aboutβ¦
This is actually one of the best-structured arguments for using feature flags that I've seen in a long time: buff.ly/dgOdKlV
Separate deployments (continuously delivering code to production) from releases (switching code "live" for users).
23.06.2025 07:21 β π 0 π 0 π¬ 1 π 0
When I vibe code, I often intervene in the process with something like "hey, you might try X instead of Y."
21.06.2025 11:21 β π 2 π 0 π¬ 0 π 0
For me, the process of coding with AI is a very active one. Like Pardis said in her post, reviewing code is essential. Use the tools to reason about the code and utilize the gain in iteration speed to actively contrast different approaches to solve the problem.
21.06.2025 11:21 β π 2 π 0 π¬ 1 π 0
I myself have experienced accelerated learning, but on a different level. Instead of reasoning about code details, I am able to focus much more on architectural concepts and ideas as well as iterate on them much faster and compare different approaches.
21.06.2025 11:21 β π 2 π 0 π¬ 1 π 0
What I found to be particularly interesting is the question about learning: "When I vibe code, especially in a domain Iβm not familiar with, am I actually learning anything? This is where Iβd recommend reviewing every change before every commit."
21.06.2025 11:21 β π 3 π 1 π¬ 1 π 0
I myself have experienced accelerated learning, but on a different level. Instead of reasoning about code details, I am able to focus much more on architectural concepts and ideas as well as iterate on them much faster and compare different approaches.
21.06.2025 11:18 β π 0 π 0 π¬ 0 π 0
What I found to be particularly interesting is the question about learning: "When I vibe code, especially in a domain Iβm not familiar with, am I actually learning anything? This is where Iβd recommend reviewing every change before every commit."
21.06.2025 11:18 β π 0 π 0 π¬ 1 π 0
YouTube video by The Pragmatic Engineer
Things you didn't know about GitHub - with CEO Thomas Dohmke
Check out the full interview here: www.youtube.com/watch?v=2oq_...
20.06.2025 18:03 β π 0 π 0 π¬ 0 π 0
He also mentioned some independent services that have different scaling needs from the platform itself, such as the Copilot API and Actions. This is pragmatic. Use deployment boundaries where they really matter: supporting varying load patterns or improving team independence.
20.06.2025 18:02 β π 0 π 0 π¬ 1 π 0
I listened to @gergely.pragmaticengineer.com interview with GitHub's CEO @ashtom.bsky.social today. What amazes me is that GitHub is mostly still a monolithic Ruby on Rails application and that it works so reliably at that scale.
20.06.2025 18:01 β π 1 π 0 π¬ 1 π 0
I'm also wondering: what about generated code? Does it have the same effect on teams and their perceived ownership of their (generated) artifacts? Might be an interesting area for research.
20.06.2025 08:11 β π 0 π 0 π¬ 0 π 0
While I'm bullish about LLMs and use them widely myself, this issue is something I've been worried about for a long time. Now, some empirical evidence seems to be emerging about this.
arxiv.org/pdf/2506.08872
20.06.2025 07:52 β π 2 π 0 π¬ 1 π 0
Designing Effective Cross-Team Dynamics For Platform Teams
Discover how to transform platform teams from bottlenecks into powerful enablers.
I just published a new article on the dynamics between platform and application teams. Discover how to build platform teams which enable teams instead of becoming a bottleneck. Read the full article here: www.shapingshifts.com/p/designing-...
26.01.2025 14:47 β π 0 π 0 π¬ 0 π 0
Danke an alle, die beim Vortrag von Stefan Toth und mir auf der @OOP Konferenz dabei waren. Wir haben ΓΌber Herausforderungen im Microservices-Umfeld gesprochen und diskutiert, wie evolutionΓ€re Architektur dabei hilft. π Folien-Download: www.embarc.de/microservice... #oop2024 #OOPMuc
31.01.2024 14:56 β π 0 π 0 π¬ 0 π 0
Freue mich riesig auf meinen Vortrag heute um 14:30 auf der OOP gemeinsam mit Stefan Toth. Lasst uns gemeinsam diskutieren, wie evolutionΓ€re Architektur bei modernen Herausforderungen im Microservices-Umfeld hilft. Seid dabei! #oop2024 #OOPMuc
31.01.2024 11:39 β π 0 π 0 π¬ 0 π 0
@RedHat - Senior Principal Software Engineer, working on Quarkus. Ex-IBM. Java Champion, developer, author, #cloud surfer and maker. My views are my own.
ππ»ββοΈ djpardis.com
π @107wins.club
πͺ @thedataroom.app
π @generalfolders.com
Husband and papa of 3 | International speaker | AWS Serverless Hero | Huge Java fan | π¨βπ» as Head of Development at ip.labs | Co-Org of Java User Group Bonn.
On intersection of people, business and technology.
Blogging on https://dev.to/vkazulkin
Create and share social media content anywhere, consistently.
Built with π by a global, remote team.
β¬οΈ Learn more about Buffer & Bluesky
https://buffer.com/bluesky
Em. Prof. Computing Systems, Information physics, Quantum Field Theory, Promise Theory, Cognitive Agents, Semantic Spacetime, CFEngine, author, hobby composer of eclectic musical styles...film music fan. Emotional support animal. Stuff at markburgess.org
AI x storytelling
AI Engineering: https://amazon.com/dp/1098166302
Designing ML Systems: http://amazon.com/dp/1098107969
@chipro
Writing The Pragmatic Engineer (@pragmaticengineer.com), the #1 technology newsletter on Substack. Author of The Software Engineer's Guidebook (engguidebook.com). Formerly at Uber, Skype, Skyscanner. More at pragmaticengineer.com
Chartbook Substack https://adamtooze.substack.com/
OnesandTooze podcast https://foreignpolicy.com/podcasts/ones-and-tooze/
C******* University historian, Director European Institute, Chair Cttee on Global Thought.
Economics, history, theory, politi
Wir heben Softwaresysteme, EntwicklungsΒorganisationen und Denkweisen auf ein neues Niveau. Pragmatisch, nachhaltig und technisch fundiert.
Blog: https://www.embarc.de/blog/
Impressum: https://www.embarc.de/impressum/
Berater, Trainer, Coach, Buchautor :: Softwarearchitektur.
embarc GmbH, Hamburg
https://jacquiread.com/
ποΈauthor | π§π»ββοΈarchitect | π’keynote speaker | π©π»βπ«trainer | π‘thought-leader | π©π»βπ life-long-learner | π TOGAF & SABSA Certified
I am a Programmer I like cats, otters and llamas...
Books are awesome. Into Functional Programming and thinking about Systems.
Web: http://www.roundcrisis.com
Masto: @roundcrisis@types.pl
Poblacht na hΓireann, An Nua-ShΓ©alainn, AirgintΓn agus Sasana
They/them. Technical Principal at Thoughtworks UK. All opinions are my own (at least I sourced them myself) and don't reflect those of my employer.
Systems, thinking, writing, software and doggos. montalion.com, mentrixgroup.com, learningsystemsthinking.com
Technical/Solutions/Enterprise Architect, depending on what day it is. I basically do all the things. DDD, coding, leadership, testing, devops, strategy, data. I even talk to people.
Author of Architecture Modernization
Curator of legacy-modernization.io
Check out my DDD list to find lots of DDD people on here
- nick-tune.me
- @nick_tune@hachyderm.io
- https://www.linkedin.com/in/nick-tune/
#legacyModernization #ddDesign