Thinking Like an Architect

This ad is not shown to multipass and full ticket holders
React Summit
React Summit 2025
June 13 - 17, 2025
Amsterdam & Online
The biggest React conference worldwide
Learn More
In partnership with Focus Reactive
Upcoming event
React Summit 2025
React Summit 2025
June 13 - 17, 2025. Amsterdam & Online
Learn more
Bookmark
Rate this content

Remember when software architecture seemed like just boxes and arrows on a whiteboard? In this talk, we'll challenge that view and explore what really matters in modern software design. You will discover how successful architects think beyond tech specs, seeing architecture as a living story shaped by people, teams, and evolving needs. You'll gain fresh perspectives on building systems that last and learn why the best architectures are more about enabling people than enforcing technical decisions. Join me for a journey that might just change how you think about architecture forever.

This talk has been presented at Node Congress 2025, check out the latest edition of this JavaScript Conference.

FAQ

A common misconception is that software architecture is merely about choosing the right tech stack. In reality, it involves making informed decisions, balancing trade-offs, and dealing with long-term consequences.

Architecture should be viewed as a mindset rather than a title. It involves understanding the context, making informed decisions, and adapting to changes over time.

Context is crucial in software architecture because designing a system that aligns with business needs and organizational structure helps the system thrive.

Event storming and domain storytelling are two techniques that help team members understand business needs by focusing on user behavior and system interaction, rather than technology.

Understanding architectural characteristics, such as security requirements and latency, is essential for designing a system that meets specific business needs and operational constraints.

Modularization can take various forms, from monoliths to microservices, and should be chosen based on the rate of change of features and the need for independent development and iteration.

Communication, inclusion, and documentation are core skills in architecture, allowing architects to effectively convey ideas and build bridges between technical and business teams.

Architects should prioritize areas that provide the most business value, even if it means accepting technical debt in less crucial areas, to ensure strategic goals are met.

The ultimate goal is to create adaptive architectures that can evolve over time, rather than ones that are intended to last forever without change.

Modern developers need to consider multiple aspects such as DevOps, architecture, security, and more, as they take on a variety of tasks due to the shift-left movement.

Luca Mezzalira
Luca Mezzalira
23 min
17 Apr, 2025

Comments

Sign in or register to post your comment.
Video Summary and Transcription
In modern software development, architecture is more than just selecting the right tech stack; it involves decision-making, trade-offs, and considering the context of the business and organization. Understanding the problem space and focusing on users' needs are essential. Architectural flexibility is key, adapting the level of granularity and choosing between different approaches. Holistic thinking, long-term vision, and domain understanding are crucial for making better decisions. Effective communication, inclusion, and documentation are core skills for architects. Democratizing communication, prioritizing value, and embracing adaptive architectures are key to success.
Available in Español: Thinking Like an Architect

1. Introduction to Architecture

Short description:

In modern software development, developers have more to think about, including DevOps, architecture, and security. Architecture is not just about selecting the right tech stack; it involves decision-making, balancing trade-offs, and dealing with consequences. It should be considered a mindset rather than just a job title. The speaker, Luca, shares 11 insights based on their experience in various roles and organizations. They emphasize the importance of understanding the problem space, not just focusing on technology, and considering the context of the business and organization. Architecture is directly linked to engineering culture and organization.

In modern software development, we changed the way how we were used to design software. But the real challenge is now developers have way more things to think about. Think about the DevOps part, the architecture, security, and so on and so forth. This shift left movement started to kick in very aggressively towards developers, and now they need to cover a variety of tasks.

The challenge with architecture is that very often people think that architecture is nothing more than selecting the right tech stack or the most bleeding-edge tech stack. Unfortunately, this is wrong. Because the reality is that architecture is composed by three simple things. You take some decisions based on the context and the information that you have, then you need to balance the trade-offs regarding the decision you need to make, and finally, dealing with consequences. Because the reality is, architecture is not something you decide and then you forget about that. You need to live with that for a long period of time very often.

Therefore, architecture is not defined as a title, in my opinion, but like a mindset. If you have the architect role inside your job title, you might or might not represent a good architect. During this talk, I want to share with you 11 tips that I learned in the trenches in the past 22 years. My name is Luca and I'm working currently for AWS. But in the past, as you can see, I have done quite a few roles that started from a simple developer up to a CTO and everything in between. I had the pleasure to work with a large organization, Unicorn, companies that move from zero to millions of customers and stuff like that.

I believe that these 11 insights will help you to rethink how architecture should be thought inside your system. Let's start first with the problem space. We need to understand that. In modern architecture, one thing that changes is the decentralization part because we are not decentralizing anymore, just the practices, the engineering practices to multiple teams that are working on a specific area of the system, but also the organization. But for the vast majority of the time, the organization is an afterthought. We think that with a simple architecture like microservices or a self-based architecture, whatever, we solve all our problems. That's not the case. The second problem is that we focus a lot on the technology. We ignore the business needs and we focus on what we are passionate about, writing code or building with the latest cloud service. And lastly, we ignore our context, what the business needs. So what are the technical skills inside our organization and how our organization is structured and so on and so forth. Our context is the king here because if we design something that helps our context to thrive, then therefore we are in a good situation.

So let me start with a few tips that I learned in the trenches in the past 22 years. So first of all, you need to remember that architecture is linked, directly linked to engineering culture and organization.

2. Considerations for System Design

Short description:

Selecting a monorepo versus a polyrepo shape team communication. Technical decisions should not be underestimated, as they define team workflow and communication. Understanding product/business needs and gathering user feedback are crucial. Collaborative workshops like event storming and domain storytelling focus on business understanding. Start with boundaries to define core, supporting, and generic domains.

Something as simple as selecting a monorepo versus a polyrepo approach will basically shape the way how your teams are communicating together. And that's not something that you can underestimate. Very often people think that it's just a technical decision. The reality is you are basically defining how your teams should work, maybe using trunk-based development. Do they have the skill for doing that or how much friction you will create inside the trenches and also how they are going to communicate. Because sharing with the monorepo is different from sharing with the polyrepo approach and so on and so forth.

So never underestimate a technical decision to think that is just living in that realm. The other thing that you need to think about is understanding what your product or business needs. This is the first point for me. And very often, either that you're working in a Greenfield project or a Brownfield project is underestimated. It's extremely important we understand what kind of KPIs do we need to track? What is the benefit of this feature for our users? Why we are doing that? What is the minimum valuable product that they can deliver as soon as possible in order to gather information from the users?

There are two techniques that I usually use with customers now with AWS but before also in my company. One is a collaborative workshop called event storming that drags a bunch of people inside the same room and starts to take a step back from technology and looking on the business and how your users will behave inside the system. The other one is domain storytelling, very similar but with different approach where we tell a story and we explain how our users are going to interact with our system. But both of them have something in common. They don't need to talk about technology that at the beginning is not needed. You need to understand what you need to express inside your system.

And that leads us to the second tip. So start with boundaries. When you understand how the system works then you start to think about how your boundaries look like. Domain driven design is phenomenal on that because usually it helps to create a common vocabulary between product and engineering. But more importantly, when you identify through event storming on domain storytelling the different boundaries that your system is composed to or your feature is composed to, you can start to categorize them. You can define what is core, so the most important things inside your system. What is supporting that helps core to thrive and what is generic. Let me give you an example. So if we take Netflix for instance, a core domain for Netflix, so the reason why Netflix exists is allowing you to watch your favorite series in any device and at any given point of the day. The supporting domain, for instance, could be personalization. And personalization means that if I have a catalog that is the core domain and I have a personalization, yeah, I can have a better experience. But the reality is if the personalization service is down, I can still watch the catalog, I can still search. So it's not too bad. So I can immediately start to apply characteristics to supporting domains.

Check out more articles and videos

We constantly think of articles and videos that might spark Git people interest / skill us up or help building a stellar career

Scaling Up with Remix and Micro Frontends
Remix Conf Europe 2022Remix Conf Europe 2022
23 min
Scaling Up with Remix and Micro Frontends
Top Content
This talk discusses the usage of Microfrontends in Remix and introduces the Tiny Frontend library. Kazoo, a used car buying platform, follows a domain-driven design approach and encountered issues with granular slicing. Tiny Frontend aims to solve the slicing problem and promotes type safety and compatibility of shared dependencies. The speaker demonstrates how Tiny Frontend works with server-side rendering and how Remix can consume and update components without redeploying the app. The talk also explores the usage of micro frontends and the future support for Webpack Module Federation in Remix.
Understanding React’s Fiber Architecture
React Advanced 2022React Advanced 2022
29 min
Understanding React’s Fiber Architecture
Top Content
This Talk explores React's internal jargon, specifically fiber, which is an internal unit of work for rendering and committing. Fibers facilitate efficient updates to elements and play a crucial role in the reconciliation process. The work loop, complete work, and commit phase are essential steps in the rendering process. Understanding React's internals can help with optimizing code and pull request reviews. React 18 introduces the work loop sync and async functions for concurrent features and prioritization. Fiber brings benefits like async rendering and the ability to discard work-in-progress trees, improving user experience.
Full Stack Components
Remix Conf Europe 2022Remix Conf Europe 2022
37 min
Full Stack Components
Top Content
RemixConf EU discussed full stack components and their benefits, such as marrying the backend and UI in the same file. The talk demonstrated the implementation of a combo box with search functionality using Remix and the Downshift library. It also highlighted the ease of creating resource routes in Remix and the importance of code organization and maintainability in full stack components. The speaker expressed gratitude towards the audience and discussed the future of Remix, including its acquisition by Shopify and the potential for collaboration with Hydrogen.
The Eternal Sunshine of the Zero Build Pipeline
React Finland 2021React Finland 2021
36 min
The Eternal Sunshine of the Zero Build Pipeline
For many years, we have migrated all our devtools to Node.js for the sake of simplicity: a common language (JS/TS), a large ecosystem (NPM), and a powerful engine. In the meantime, we moved a lot of computation tasks to the client-side thanks to PWA and JavaScript Hegemony.
So we made Webapps for years, developing with awesome reactive frameworks and bundling a lot of dependencies. We progressively moved from our simplicity to complex apps toolchains. We've become the new Java-like ecosystem. It sucks.
It's 2021, we've got a lot of new technologies to sustain our Users eXperience. It's time to have a break and rethink our tools rather than going faster and faster in the same direction. It's time to redesign the Developer eXperience. It's time for a bundle-free dev environment. It's time to embrace a new frontend building philosophy, still with our lovely JavaScript.
Introducing Snowpack, Vite, Astro, and other Bare Modules tools concepts!
Composition vs Configuration: How to Build Flexible, Resilient and Future-proof Components
React Summit 2022React Summit 2022
17 min
Composition vs Configuration: How to Build Flexible, Resilient and Future-proof Components
Top Content
Today's Talk discusses building flexible, resilient, and future-proof React components using composition and configuration approaches. The composition approach allows for flexibility without excessive conditional logic by using multiple components and passing props. The context API can be used for variant styling, allowing for appropriate styling and class specification. Adding variants and icons is made easy by consuming the variant context. The composition and configuration approaches can be combined for the best of both worlds.
Remix Architecture Patterns
Remix Conf Europe 2022Remix Conf Europe 2022
23 min
Remix Architecture Patterns
Top Content
This Talk introduces the Remix architecture patterns for web applications, with over 50% of participants using Remix professionally. The migration from single page applications to Remix involves step-by-step refactoring and offers flexibility in deployment options. Scalability can be achieved by distributing the database layer and implementing application caching. The backend for frontend pattern simplifies data fetching, and Remix provides real-time capabilities for collaborative features through WebSocket servers and Server-SendEvents.

Workshops on related topic

AI on Demand: Serverless AI
DevOps.js Conf 2024DevOps.js Conf 2024
163 min
AI on Demand: Serverless AI
Top Content
Featured WorkshopFree
Nathan Disidore
Nathan Disidore
In this workshop, we discuss the merits of serverless architecture and how it can be applied to the AI space. We'll explore options around building serverless RAG applications for a more lambda-esque approach to AI. Next, we'll get hands on and build a sample CRUD app that allows you to store information and query it using an LLM with Workers AI, Vectorize, D1, and Cloudflare Workers.
High-performance Next.js
React Summit 2022React Summit 2022
50 min
High-performance Next.js
Workshop
Michele Riva
Michele Riva
Next.js is a compelling framework that makes many tasks effortless by providing many out-of-the-box solutions. But as soon as our app needs to scale, it is essential to maintain high performance without compromising maintenance and server costs. In this workshop, we will see how to analyze Next.js performances, resources usage, how to scale it, and how to make the right decisions while writing the application architecture.
OSZAR »