diff --git a/_posts/2024-02-07-astro-plannon-2024.md b/_posts/2024-02-07-astro-plannon-2024.md new file mode 100644 index 0000000..cc0d018 --- /dev/null +++ b/_posts/2024-02-07-astro-plannon-2024.md @@ -0,0 +1,19 @@ +--- +title: "Astro & Micro-Frontends - Planon Software Development Meetup 2024" +permalink: /:title/ +image: astro-planon-2024 +image-alt: Presenting Astro & Micro-Frontends talk in front of a crowd +description: "A demonstration of using Astro as shell for a Micro-Frontends architecture" +category: talks +fedi-url: https://social.ayco.io/@ayo/110465337600564976 +--- + +Last month I gave a full hour of talk about [Astro](https://astro.build) and Micro-Frontends in the very first [Planon Software Development Meetup](https://www.linkedin.com/posts/planon_softwaredevelopment-developmentmeetup-microfrontend-activity-7159166634534846465-UXBu?utm_source=share&utm_medium=member_desktop). + +We talked about Astro's Islands architecture and how to combine it with new web technologies such as EcmaScript Modules, Import Maps, and Smart CDNs that allow client-side composition of Micro-Frontends that are developed and deployed independently. + +Exciting times! + +## Links +1. **Slides** - I uploaded the [slides](https://docs.google.com/presentation/d/1V3wIXV8JnxAVdVhurqaOxWJq6hK_Ry_NY_7O7Dyh2A0/edit?usp=sharing) for this talk. +2. **Repo** - here's the [source code](https://ayco.io/gh/shoe-shop) for the demo I did during the talk. diff --git a/assets/images/astro-planon-2024.jpg b/assets/images/astro-planon-2024.jpg new file mode 100644 index 0000000..bdda0ca Binary files /dev/null and b/assets/images/astro-planon-2024.jpg differ