Skip to content

Commit 23e72cf

Browse files
committed
Merge branch 'dev'
2 parents 2f8d02f + da7b25d commit 23e72cf

File tree

5 files changed

+170
-0
lines changed

5 files changed

+170
-0
lines changed

.vscode/settings.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"cSpell.words": [
3+
"themeable"
4+
]
5+
}

apps/codingcatdev/src/lib/types/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ export interface Socials {
9191
facebook?: string;
9292
github?: string;
9393
instagram?: string;
94+
lastfm?: string;
9495
linkedin?: string;
9596
email?: string;
9697
mastodon?: string;

apps/codingcatdev/src/routes/(content-single)/(non-course)/Author.svelte

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
Github,
1414
Instagram,
1515
Linkedin,
16+
Lastdotfm,
1617
Mastodon,
1718
Medium,
1819
Polywork,
@@ -108,6 +109,16 @@
108109
<Icon src={Instagram} class="w-8" theme="solid" />
109110
</a>
110111
{/if}
112+
{#if data.content?.socials?.lastfm}
113+
<a
114+
target="_blank"
115+
rel="noopener noreferrer"
116+
href={data.content?.socials?.lastfm}
117+
class="hover:!text-primary-500 !text-surface-900 dark:!text-surface-300 dark:hover:!text-primary-500 hover:!scale-110"
118+
>
119+
<Icon src={Lastdotfm} class="w-8" theme="solid" />
120+
</a>
121+
{/if}
111122
{#if data.content?.socials?.linkedin}
112123
<a
113124
target="_blank"
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
type: guest
3+
cover: https://media.codingcat.dev/image/upload/v1700821879/main-codingcatdev-photo/podcast-guest/brad-frost.png
4+
name: Brad Frost
5+
published: published
6+
slug: brad-frost
7+
start: January 1, 2000
8+
socials:
9+
github: https://github.com/bradfrost
10+
instagram: http://instagram.com/brad_frost
11+
linkedin: https://www.linkedin.com/in/bradfrost
12+
lastfm: http://www.last.fm/user/brad_frost
13+
mastodon: https://mastodon.social/@brad_frost
14+
codepen: http://codepen.io/bradfrost/
15+
spotify: https://open.spotify.com/user/ienjoyhotsoup
16+
twitter: https://twitter.com/brad_frost/
17+
youtube: https://www.youtube.com/@brad_frost
18+
websites:
19+
- https://bradfrost.com/
20+
---
21+
22+
## Profile
23+
24+
[Brad Frost](https://bradfrost.com) is a design system consultant, front-end developer, speaker, writer, musician, and artist located in beautiful Pittsburgh, PA. As a principal and design system consultant at [Big Medium](https://bigmedium.com/), he helps teams establish and evolve design systems, establish more collaborative workflows, and create better software together.. He is the author of the book [_Atomic Design_](http://atomicdesign.bradfrost.com/), which introduces a methodology to create and maintain effective design systems. He co-hosted the [Style Guides Podcast](http://styleguides.io/podcast/) and has helped create several tools and resources for web designers, including [Pattern Lab](http://patternlab.io/), [Styleguides.io](http://styleguides.io/), [Style Guide Guide](http://bradfrost.github.io/style-guide-guide/), [This Is Responsive](http://bradfrost.github.io/this-is-responsive)[Death to Bullshit](http://deathtobullshit.com/), and [more](https://bradfrost.com/projects/).
Lines changed: 129 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,129 @@
1+
---
2+
type: podcast
3+
authors:
4+
- alex-patterson
5+
- brittney-postma
6+
episode: 8
7+
recording_date: Jan 10, 2024 9:00 AM
8+
season: 4
9+
published: published
10+
podcast: CodingCat.dev
11+
chapters_done: false
12+
cloudinary_convert: false
13+
cover: https://media.codingcat.dev/image/upload/v1700822445/main-codingcatdev-photo/3_design-harmony.png
14+
devto:
15+
excerpt: 'Dive into the world of creating and maintaining successful design systems, unpack the layer cake approach, and explore the potential future of a global design system.'
16+
guests:
17+
- brad-frost
18+
hashnode:
19+
picks:
20+
[
21+
{ author: 'brad-frost', name: 'Frostapalooza', site: 'https://frostapalooza.bradfrost.com/' },
22+
{
23+
author: 'alex-patterson',
24+
name: 'Aquaman and the Lost Kingdom',
25+
site: 'https://www.imdb.com/title/tt9663764/'
26+
},
27+
{
28+
author: 'brittney-postma',
29+
name: 'Repo of awesome design systems',
30+
site: 'https://github.com/alexpate/awesome-design-systems'
31+
}
32+
]
33+
slug: 4-8-design-systems-brad-frost
34+
sponsors:
35+
- cloudinary
36+
spotify: https://open.spotify.com/episode/7jbeqkUHJsKGdNJIqSpEXE?si=VheIc2fOQMWT-ldoo0Gvrg
37+
start: Jan 1, 2024
38+
title: 'Design Systems: From Atomic Design to a Global Solution'
39+
youtube: https://youtu.be/WiryDTsHDec
40+
---
41+
42+
In the fast-paced world of design, creating a seamless and efficient user experience is crucial. Design systems have emerged as a powerful solution, marrying art and science to ensure consistency and cohesiveness. In this episode, we explore the complexities of successful design systems and how they bridge the gap between product and consistency.
43+
44+
## 1. Atomic Design
45+
46+
[Atomic design](https://atomicdesign.bradfrost.com/chapter-2/) is a methodology with a corresponding book created by our guest, Brad Frost. It involves breaking down user interfaces into fundamental building blocks, enabling the creation of more complex components. Serving as a mental modal for crafting The five hierarchical levels of atomic design — atoms, molecules, organisms, templates, and pages — build upon each other, enabling the formation of more sophisticated elements. By adopting this methodology, organizations can seamlessly scale their products while ensuring a consistent approach throughout the development process. As the importance of implementing design systems becomes increasingly recognized, additional complexities emerge for organizations to navigate.
47+
48+
## 2. Design System Complexities
49+
50+
As organizations grasp the importance of design systems, new complexities surface. The challenges of maintaining consistency and scalability are often underestimated. The conventional perspective on a design system oversimplifies the connection between the design system and the product or products it impacts. The digital product landscape has evolved significantly and as organizations scale, the complexity of design systems increases.
51+
52+
### Consistency and Standardization
53+
54+
The significance of maintaining consistency within user interfaces cannot be overstated. This involves adhering to a set of design principles and visual elements to ensure a cohesive and intuitive user experience. Additionally, standardizing components is essential for achieving a unified look and feel across different aspects of a product or platform.
55+
56+
### Collaboration and Communication
57+
58+
Efficient collaboration and communication between design and development teams are crucial for successful product implementations. Bridging the gap between these disciplines enhances understanding, fostering a streamlined development process.
59+
60+
### Scalability and Efficiency
61+
62+
Design systems serve as powerful tools for scalability in product development. Implementing efficient design systems streamlines workflows, saving time and resources. Balancing the challenge of scaling design systems to meet a growing organization's needs is critical for long-term success. Successful design systems deliberately move at a slower pace than the products they support, acknowledging that quality cannot be rushed. Build only what is needed and avoid complexity for the sake of complexity. While products often prioritize speed to meet business goals, design systems, as critical infrastructure, require a more deliberate and thoughtful approach to design and technical aspects.
63+
64+
- [Ship faster by building design systems slower](https://bigmedium.com/ideas/design-system-pace-layers-slow-fast.html)
65+
66+
### Unpacking Complexity
67+
68+
Navigating these intricate challenges, organizations witness the expansion of design systems' responsibilities, tooling matures, processes and organizational structures evolve. A design system ecosystem can become a complex web of dependencies within a modern organization.
69+
70+
## 3. The Layer Cake Approach
71+
72+
The layer cake approach is a more accurate representation of the relationship between design systems and products. The design system ecosystem is a complex web of dependencies within a modern organization. Unpacking the layers of this ecosystem is essential for understanding the intricacies of design systems.
73+
74+
- [The design system ecosystem](https://bigmedium.com/ideas/design-system-ecosystem.html)
75+
76+
- Core Design System:
77+
At the foundation lies the core design system—a comprehensive set of design principles, guidelines, and components. This serves as the bedrock, providing a standardized framework for the entire organization.
78+
79+
- Technology-Specific Implementation:
80+
Building on the core, this layer involves the translation of design principles into technology-specific implementations. It encompasses the adaptation of design components to fit the technological landscape, ensuring seamless integration.
81+
82+
- Recipes:
83+
Recipes represent predefined solutions or patterns that encapsulate best practices. These are ready-made solutions derived from the core design system, offering efficiency and consistency in design and development.
84+
85+
- Smart Components:
86+
Smart components are dynamic elements that intelligently adapt to different contexts within products. They leverage the design system's principles and technology-specific implementations to enhance flexibility and responsiveness.
87+
88+
- Product:
89+
At the top layer sits the product—the tangible manifestation of the design system in action. Products draw from the layers below, incorporating design principles, technology-specific implementations, recipes, and smart components.
90+
91+
It's crucial to note that these layers are not universally applicable to every organization. Instead, this visual representation illustrates a mature enterprise design system, influenced by real-world experiences with some of the world's largest companies. Each layer adds depth, and organizations may find value in implementing only a fraction of the depicted layers. Flexibility is key, allowing organizations to tailor their design system to their specific needs and growth trajectories.
92+
93+
## 4. Looking Ahead to a global Design System
94+
95+
A Global Design System would improve the quality and accessibility of the world’s web experiences, save the world’s web designers and developers millions of hours, and make better use of our collective human potential. - Brad Frost, [A Global Design System](https://bradfrost.com/blog/post/a-global-design-system/)
96+
Addressing the existing problem of incompatible design systems, a global design system is proposed as a solution. The aim is to improve the quality and accessibility of web experiences, save time for designers and developers, and harness collective human potential. The proposal involves creating an open-source system governed by a community of designers and developers, emphasizing collaboration on a global scale.
97+
98+
### The Problem
99+
100+
Despite the widespread adoption of design systems, compatibility issues persist, creating friction for designers and developers. The proposal advocates for the creation of a global design system to enhance the quality, accessibility, and usability of web experiences.
101+
102+
### The Proposal
103+
104+
Advocating for a united effort to create a global design system, the proposal suggests making the system open source and governed by a community of designers and developers. The goal is to dramatically improve the quality and accessibility of web experiences, showcasing the potential of worldwide collaboration.
105+
106+
- Centralize common UI components
107+
- Layer on top of HTML
108+
- Accessible and front-end best practices baked in
109+
- Unstyled and easily themeable
110+
- Intuitive and easy to use
111+
- Interoperable with other systems
112+
- Internationalized and localized
113+
- Composable and extensible
114+
115+
#### Where
116+
117+
Establishing the infrastructure for the global design system involves elements such as a code repository, code packages, a design library, and comprehensive documentation on a reference site.
118+
119+
#### How
120+
121+
The process of building a global design system includes initiating conversations, forming a working group, conducting research, planning the implementation, designing and building, releasing, iterating based on feedback, governing the system, and maintaining support for integration into the HTML specification.
122+
123+
#### Who
124+
125+
The initiative is open for contributions from individuals and is not owned by a specific company or organization. It is sponsored by various entities and supported by the community, including organizations like [Open UI](https://open-ui.org/), [W3C](https://www.w3.org/), and the [Design Tokens Community Group](https://tr.designtokens.org/).
126+
127+
## 5. Conclusion
128+
129+
Design systems are powerful tools for achieving consistency and scalability in product development. As organizations grow, the complexities of design systems increase, and the challenges of maintaining consistency and scalability are often underestimated. The layer cake approach provides a more accurate representation of the relationship between design systems and products, illustrating the intricate web of dependencies within a modern organization. A good baseline is to start with a solid foundation, using the layer cake approach, and scaling a design system as an organization grows. Start small and only add in complexity when needed. The proposal for a global design system aims to address the existing problem of incompatible design systems, advocating for a united effort to create a global design system. The goal is to dramatically improve the quality and accessibility of web experiences, showcasing the potential of worldwide collaboration.

0 commit comments

Comments
 (0)