Florian Rappl
banner
florianrappl.bsky.social
Florian Rappl
@florianrappl.bsky.social
Solution Architect for distributed web applications. Innovator in the space of micro frontends. Software craftsman from Bavaria 🥨.

🌐 https://dev.to/florianrappl
🌐 https://www.linkedin.com/in/florian-rappl/
🌐 https://github.com/FlorianRappl/
Pinned
Hi, Bluesky! 👋 Excited to join this community! I'll be sharing insights on:

⚡ Micro frontends
🌐 Distributed web apps
🏛️ Software architecture

Let's connect, share, and build together! 🚀 Looking forward to engaging with this awesome community! 🙌

#Tech #WebDevelopment #SoftwareArchitecture
Reposted by Florian Rappl
🚀 .NET statt Rust?

@florianrappl.bsky.social  zeigt in seinem Artikel, wie das Beispielprojekt Netpack beweist, dass #CSharp beim Web-Tooling ganz vorne mitspielen kann – inklusive AoT-Kompilierung & High-Performance-Vergleich!

⚡️ Ganzen Artikel lesen: https://tinyurl.com/erxhbrbk

#dotnet #WebDev
Webprojekte bauen mit .NET und C#
Die Frage ob man anstelle von Rust oder Go auch auf C#/.NET setzen kann lässt sich direkt mit „ja“ beantworten - lesen Sie hier warum.
tinyurl.com
November 7, 2025 at 10:03 AM
Reposted by Florian Rappl
🧩 How do you build scalable micro frontends in strict, regulated industries like healthcare?

@florianrappl.bsky.social shares how his team balanced React-first micro frontend architecture with compliance at scale.

Learn how to stay agile & compliant at https://reactadvanced.com/
November 4, 2025 at 2:01 PM
🚀 Top React Component Libraries for IoT Portals

Building an IoT portal? Choosing the right UI component library can make or break your project. You need flexibility, great design, and easy extensibility—especially when dealing with dashboards, real-time data, and cross-framework compatibility.
March 11, 2025 at 10:56 AM
Reposted by Florian Rappl
🔥 JETZT LIVE auf Twitch! 🔥

Serverless neu gedacht – Dr. @florianrappl.bsky.social zeigt dir, wie du mit Node.js, Fastify & TypeScript deinen eigenen FaaS-Service baust! Mehr Speed, mehr Kontrolle, mehr Möglichkeiten. 💡

👉 Einschalten & mitdiskutieren: twitch.tv/GregorBiswan...
GregorBiswanger - Twitch
Gregor Biswanger (Microsoft MVP, Freier Trainer, Berater und Sprecher) gibt regelmäßig Live-Streams via Twitch zu spannenden Technologie Themen im Bereich von Node.js / Angular und .NET. Gemeinsam als...
twitch.tv
March 7, 2025 at 7:33 PM
Reposted by Florian Rappl
🚀 Serverless, aber besser!

Heute Abend zeigt uns Dr. @florianrappl.bsky.social, wie du mit Node.js, Fastify & TypeScript deinen eigenen FaaS-Service baust - schneller, flexibler & mit mehr Kontrolle als AWS Lambda. 💡

Sei live auf Twitch dabei & diskutiere mit! 🎙️👇
March 7, 2025 at 1:15 PM
I continued a bit with the netpack experiment. The next version will have support for Windows and covers Sass, PostCSS and codegen. Also module federation and a couple of other things are directly integrated.
January 18, 2025 at 8:25 PM
Today first day after my vacation.

I just published a small experiment I've worked on during the last couple of days: netpack 🤩

github.com/FlorianRappl...

My goal was to see if C# can be used to create a bundler with speed in the same ballpark as Rust / Go. 🤔

Answer: yes. 🤯
GitHub - FlorianRappl/netpack: A web project bundler written in C#/.NET.
A web project bundler written in C#/.NET. Contribute to FlorianRappl/netpack development by creating an account on GitHub.
github.com
January 9, 2025 at 2:21 PM
🎆 Advanced Frontend Web Dev Articles - Issue 7️⃣6️⃣!

A thread with 10 really great #articles in the area of #frontend #webdev. 🧵

🙏 Shout-out to all authors for their hard work - thanks for sharing your knowledge!
December 31, 2024 at 11:32 AM
#Microfrontends can be built in many ways. I've summarized 6 popular #patterns in my #article:

Six Patterns for Micro Frontends (dev.to/florianrappl/microfrontends-from-zero-to-hero-3be7).

Find the right approach for your next #webdev project! 🚀
December 30, 2024 at 11:13 AM
🎄 Advanced Frontend Web Dev Articles - Issue 7️⃣5️⃣!

A thread with 10 really great #articles in the area of #frontend #webdev. 🧵

🙏 Shout-out to all authors for their hard work - thanks for sharing your knowledge!
December 27, 2024 at 1:35 PM
Merry Christmas everyone 🎄!

Besides having a cozy time with my family and 🎅 I will take a bit of time for my OSS projects. Namely, Mages will see a v3, AngleSharp.Css will move closer to v1, codegen will be released as a standalone project, and I have one secret project I will try to get released!
December 24, 2024 at 12:06 PM
React isn't just for #SPAs — it can be a pure #component #framework too! 🌟

Generate static pages and add interactivity with #Alpine or simple one-liners. Learn how in my #article:

Fast Pages with React (dev.to/florianrappl/fast-pages-with-react-27og).
December 23, 2024 at 3:36 PM
Still unsure what to get for reading during the vacation period? 📚

Packt has you covered! With the special holiday sale you get any ebook and video for less than a month of Netflix!
💡 Grab your copy of The Art of Micro Frontends here: https://shorturl.at/iqXcN

#book #microfrontends #webdev
December 22, 2024 at 10:14 AM
It's a wrap! With the year coming to an end it's time to have a summary of my OSS contributions at GitHub.
December 21, 2024 at 9:08 AM
🎄 Advanced Frontend Web Dev Articles - Issue 7️⃣4️⃣!

A thread with 10 really great #articles in the area of #frontend #webdev. 🧵

🙏 Shout-out to all authors for their hard work - thanks for sharing your knowledge!
December 20, 2024 at 8:37 AM
A #microfrontend is just a self-contained set of components or UI fragments. But how can you integrate them #framework-agnostically? 🤔

Find out in my #article: Cross-Framework Components (dev.to/florianrappl/cross-framework-components-3kcb).
December 19, 2024 at 7:33 PM
I've seen many projects struggle with #scalability 😬.

Often, a small #service to decouple the different #microfrontends was all it took to get back on track 🧠:

Micro Frontend Discovery - The Driver for Scalability (dev.to/florianrappl/micro-frontend-discovery-the-driver-for-scalability-oai).
December 18, 2024 at 8:42 PM
How do #microfrontends communicate? Events are one way, but there are many others that might suit your needs better.

Explore them in my #article:

Communication Between Micro Frontends (dev.to/florianrappl/communication-between-micro-frontends-41fe).
December 16, 2024 at 10:06 AM
👊 Advanced Frontend Web Dev Articles - Issue 7️⃣3️⃣!

A thread with 10 really great #articles in the area of #frontend #webdev. 🧵

🙏 Shout-out to all authors for their hard work - thanks for sharing your knowledge!
December 15, 2024 at 11:05 AM
Can't decide what technology to use for your #microfrontends solution? The Tractor v2 is a good starting point!

I just released some new repos showing Picard.js with single-spa and MF (github.com/FlorianRappl...) as well as without (github.com/FlorianRappl...)

#modulefederation #single-spa #picard
GitHub - FlorianRappl/picard-sspa-module-federation-tractor-v2: The Tractor v2 implemented with micro frontends using Module Federation, orchestrated using Picard.js with single-spa lifecycle componen...
The Tractor v2 implemented with micro frontends using Module Federation, orchestrated using Picard.js with single-spa lifecycle components. - FlorianRappl/picard-sspa-module-federation-tractor-v2
github.com
December 13, 2024 at 5:17 PM
Want to do crazy things with a #web #bundler? 🤯 Pre-compute or pre-optimize imports? Use bundler-agnostic glob imports?

#Codegen makes it possible! Learn more in my #article:

Getting Bundling Superpowers Using Codegen (dev.to/florianrappl/getting-bundling-superpowers-using-codegen-2no8).
December 13, 2024 at 9:27 AM
🎁 Advanced Frontend Web Dev Articles - Issue 7️⃣2️⃣!

A thread with 10 really great #articles in the area of #frontend #webdev. 🧵

🙏 Shout-out to all authors for their hard work - thanks for sharing your knowledge!
December 11, 2024 at 8:14 AM
"#Microfrontends require #JavaScript." Nope! 🚫

Discover this and other misconceptions in my #article:

11 Popular Misconceptions About Micro Frontends (dev.to/florianrappl/11-popular-misconceptions-about-micro-frontends-463p).
December 10, 2024 at 4:38 PM
📅 Save the date! This Thursday at 4pm CET we'll have the last #microfrontends #meetup of the year. Raffles, cool demos, and more. www.meetup.com/microfronten... Join live on YouTube!
Micro Frontends Meetup - December 2024, Thu, Dec 12, 2024, 4:00 PM | Meetup
Get ready to attend the Micro Frontends Meetup for December 2024. Join us to follow and engage in discussions around the current state of micro frontends. In this special
www.meetup.com
December 9, 2024 at 1:26 PM
Why should you adopt #microfrontends? 🤔 I've compiled 5 compelling reasons to convince your boss in my #article:

5 Reasons for Doing Micro Frontends (dev.to/florianrappl/5-reasons-for-doing-microfrontends-1mba).

Check it out! 🚀
December 8, 2024 at 1:32 PM