eupolicy.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
This Mastodon server is a friendly and respectful discussion space for people working in areas related to EU policy. When you request to create an account, please tell us something about you.

Server stats:

213
active users

#designengineering

0 posts0 participants0 posts today

Excited to launch the Actor Whitepaper site: whitepaper.actor – introducing Actors, a serverless programming model bringing UNIX philosophy to cloud computing.

Created at @apify, I crafted every aspect:
• Complete UI/UX design
• 3D illustrations & animations
• Full development in Astro
• Custom components

This demonstrates my design engineer approach: designing interfaces and bringing them to life through code.

So, @kevinpowell asked about CSS Layers.
I've been using them for a few projects now, and I'm totally sold on their utility. They help with structural blocks of styles and, not insignificantly, with organising styles.
My layer structures often look something like this.
- tokens
- base
- design
- theme
- interface (mapping to other CSS libraries)
- component.props
- component.styles
- component.modifiers