Novel
Published on September 2022
BOOK CHAPTERS
No vague, impractical theory. Just quick, actionable advice.
introduction
Making Design Systems Work in the Real World
We’ve been there before. Once a source of hope and bright future for the entire organization, a thoroughly crafted design system is slowly becoming one of those legacy products collecting dust in an obscure Dropbox folder. Why are we still struggling to make a design system stick? What seems to be the main problem? Is it that working with a component-driven workflow is too difficult, or that maintaining the design system feels like too much work? We wanted to find the answers.
You will learn:
How online choice has empowered the consumer.
The hidden marketing costs of manipulation.
The dangers of buyers remorse.
Page:
7 pages
Time :
15 minutes
introduction
Making Design Systems Work in the Real World
We’ve been there before. Once a source of hope and bright future for the entire organization, a thoroughly crafted design system is slowly becoming one of those legacy products collecting dust in an obscure Dropbox folder. Why are we still struggling to make a design system stick? What seems to be the main problem? Is it that working with a component-driven workflow is too difficult, or that maintaining the design system feels like too much work? We wanted to find the answers.
You will learn:
How online choice has empowered the consumer.
The hidden marketing costs of manipulation.
The dangers of buyers remorse.
Page:
7 pages
Time :
15 minutes
introduction
Making Design Systems Work in the Real World
We’ve been there before. Once a source of hope and bright future for the entire organization, a thoroughly crafted design system is slowly becoming one of those legacy products collecting dust in an obscure Dropbox folder. Why are we still struggling to make a design system stick? What seems to be the main problem? Is it that working with a component-driven workflow is too difficult, or that maintaining the design system feels like too much work? We wanted to find the answers.
You will learn:
How online choice has empowered the consumer.
The hidden marketing costs of manipulation.
The dangers of buyers remorse.
Page:
7 pages
Time :
15 minutes
Chapter 1
Accessibility in Times of Single
An increasing number of web apps and websites are architected and rendered entirely with JavaScript these days, both client- and server-side. Accessibility is as important of a consideration as it’s ever been, with more products and services users depend on moving online–things like bill pay, shopping and education, among others.
You will learn:
The dangers of having no metrics or bad ones.
How to establish your key performance indicators.
What to track and how to track it.
Page:
24 pages
Time :
30 minutes
Chapter 1
Accessibility in Times of Single
An increasing number of web apps and websites are architected and rendered entirely with JavaScript these days, both client- and server-side. Accessibility is as important of a consideration as it’s ever been, with more products and services users depend on moving online–things like bill pay, shopping and education, among others.
You will learn:
The dangers of having no metrics or bad ones.
How to establish your key performance indicators.
What to track and how to track it.
Page:
24 pages
Time :
30 minutes
Chapter 1
Accessibility in Times of Single
An increasing number of web apps and websites are architected and rendered entirely with JavaScript these days, both client- and server-side. Accessibility is as important of a consideration as it’s ever been, with more products and services users depend on moving online–things like bill pay, shopping and education, among others.
You will learn:
The dangers of having no metrics or bad ones.
How to establish your key performance indicators.
What to track and how to track it.
Page:
24 pages
Time :
30 minutes
chapter 2
Production-Ready CSS Grid Layouts
CSS Grid has been around for a while, but what would be the right strategy to build bulletproof CSS layouts these days? Do we start building Grid-first, or Flexbox-first, or Fallback-first? In this chapter we won’t dive deep into the spec. Instead, we’ll look into the main things that trip people up when starting to use Grid Layout.
We’ll take a look at the fundamental parts of CSS: Grid and Flexbox. Key to both of these methods are concepts of sizing, space distribution and alignment. Our hope is that by reading this chapter, and building the examples, you’ll have a better understanding of CSS layout as a whole.
Page:
30 pages
Time :
40 minutes
chapter 2
Production-Ready CSS Grid Layouts
CSS Grid has been around for a while, but what would be the right strategy to build bulletproof CSS layouts these days? Do we start building Grid-first, or Flexbox-first, or Fallback-first? In this chapter we won’t dive deep into the spec. Instead, we’ll look into the main things that trip people up when starting to use Grid Layout.
We’ll take a look at the fundamental parts of CSS: Grid and Flexbox. Key to both of these methods are concepts of sizing, space distribution and alignment. Our hope is that by reading this chapter, and building the examples, you’ll have a better understanding of CSS layout as a whole.
Page:
30 pages
Time :
40 minutes
chapter 2
Production-Ready CSS Grid Layouts
CSS Grid has been around for a while, but what would be the right strategy to build bulletproof CSS layouts these days? Do we start building Grid-first, or Flexbox-first, or Fallback-first? In this chapter we won’t dive deep into the spec. Instead, we’ll look into the main things that trip people up when starting to use Grid Layout.
We’ll take a look at the fundamental parts of CSS: Grid and Flexbox. Key to both of these methods are concepts of sizing, space distribution and alignment. Our hope is that by reading this chapter, and building the examples, you’ll have a better understanding of CSS layout as a whole.
Page:
30 pages
Time :
40 minutes
chapter 3
A Strategy Guide to CSS Custom Properties
CSS Custom Properties have a huge potential to change how we write and structure CSS and to a lesser extent, how we use JavaScript to interact with UI components. They provide opportunities for well-organized stylesheets, but also the potential to add complexity to CSS
You will learn:
What a sales funnel is and how it helps.
How to map your customer’s journey.
How to build a sales funnel around the user’s journey.
Page:
27 pages
Time :
35 minutes
chapter 3
A Strategy Guide to CSS Custom Properties
CSS Custom Properties have a huge potential to change how we write and structure CSS and to a lesser extent, how we use JavaScript to interact with UI components. They provide opportunities for well-organized stylesheets, but also the potential to add complexity to CSS
You will learn:
What a sales funnel is and how it helps.
How to map your customer’s journey.
How to build a sales funnel around the user’s journey.
Page:
27 pages
Time :
35 minutes
chapter 3
A Strategy Guide to CSS Custom Properties
CSS Custom Properties have a huge potential to change how we write and structure CSS and to a lesser extent, how we use JavaScript to interact with UI components. They provide opportunities for well-organized stylesheets, but also the potential to add complexity to CSS
You will learn:
What a sales funnel is and how it helps.
How to map your customer’s journey.
How to build a sales funnel around the user’s journey.
Page:
27 pages
Time :
35 minutes
chapter 4
Building an Advanced Service Worker
Service Workers enable a wide array of great features and are beginning to feel like a lynchpin of the modern web. Yet even folks who’ve cooked up a few service workers of their own can be hard-pressed to explain what exactly the right strategy for building, using and maintaining a service worker is.
In this chapter, we’ll look into common scenarios, techniques and gotchas for building a quite sophisticated service worker. We’ll explore browser quirks, versioning issues, how to deal with caches, how to provide an offline experience and how to use Channel Messaging API, Web Push and Notifications as well as Background Sync.
Page:
40 pages
Time :
45 minutes
chapter 4
Building an Advanced Service Worker
Service Workers enable a wide array of great features and are beginning to feel like a lynchpin of the modern web. Yet even folks who’ve cooked up a few service workers of their own can be hard-pressed to explain what exactly the right strategy for building, using and maintaining a service worker is.
In this chapter, we’ll look into common scenarios, techniques and gotchas for building a quite sophisticated service worker. We’ll explore browser quirks, versioning issues, how to deal with caches, how to provide an offline experience and how to use Channel Messaging API, Web Push and Notifications as well as Background Sync.
Page:
40 pages
Time :
45 minutes
chapter 4
Building an Advanced Service Worker
Service Workers enable a wide array of great features and are beginning to feel like a lynchpin of the modern web. Yet even folks who’ve cooked up a few service workers of their own can be hard-pressed to explain what exactly the right strategy for building, using and maintaining a service worker is.
In this chapter, we’ll look into common scenarios, techniques and gotchas for building a quite sophisticated service worker. We’ll explore browser quirks, versioning issues, how to deal with caches, how to provide an offline experience and how to use Channel Messaging API, Web Push and Notifications as well as Background Sync.
Page:
40 pages
Time :
45 minutes
Testimonials
What my readers say
star
star
star
star
star
"This book messed with my emotions in the best and worst ways possible. It was impossible to get any sleep without finishing the book first."
Mark Manson
Bestselling author of The Subtle Art
star
star
star
star
star
"Whoa whoa whoa! A Court of Thorns and Roses was action-packed and sexy and book two amplifies both. After her trials and tribulations in book one"
Scarlet Rohanson
Huffington Post
star
star
star
star
star
"I really have no words but perfect. Its so good you want to keep reading forever. Now I can't wait until September for the next throne of glass book."
Alison Christian
USA Today
star
star
star
star
star
"I really have no words but perfect. Its so good you want to keep reading forever. Now I can't wait until September for the next throne of glass book."
Alison Christian
USA Today
some help from me
Frequently asked question
How much does shipping cost to my country?
How much does shipping cost to my country?
How much does shipping cost to my country?
Delivery times to my country?
Delivery times to my country?
Delivery times to my country?
Is the eBook included with print?
Is the eBook included with print?
Is the eBook included with print?
What payment methods are accepted?
What payment methods are accepted?
What payment methods are accepted?
Is there a money-back guarantee?
Is there a money-back guarantee?
Is there a money-back guarantee?
Still have questions?
Still have questions?
Can’t find the answer you’re looking for? Please connect with me
Can’t find the answer you’re looking for? Please connect with me
Get The Best Updates
It's good time to subcribe and get the latest promotions