#microfrontend

2025-05-26
Hi, I'm Evan (he/any).

TLDR: I'm a privileged white hetero-cis-male politically #left #TriratnaBuddhist #SoftwareEngineer (#IHelpPeopleGetJobs) currently in #Seattle but planning to move to #AotearoaNZ or #Australia as so as we can manage it with my wife & 3 kids

I'm politically #left (at least in United States terms). I'm a #voting nerd in that I have a favorite voting-related textbook (Collective Decisions and Voting by Nicolaus Tideman).

I think we could mostly solve #gerrymandering by making larger districts with ~5 representatives instead of just 1 and then using #SingleTransferableVote. That would strike a nice balance between local & proportional representation. For single-person positions, like presidents/governors/mayors, STV becomes #RankedChoiceVoting (aka #InstantRunoffVoting aka #AlternativeVote) which eliminates the spoiler effect and leads to more civil campaigns.

Plus, #RankedChoiceVoting eliminates the need for primaries and runoffs, which can lead to significant cost reductions.

I'm training for ordination with the #TriratnaBuddhist Order (#dhamma, #dharma, #Buddhism) and have been for many years. It's a long process, especially with other things going on. I've done some kind of #meditation (mostly #anapanasati) every day for over 3 years and more sporadically since 2006.

That said, I do take issue with some of the things the founder (Sangharakshita) did, and I'm concerned with a recent rise in sort of guru worship around. I can have gratitude for his explanation of the dharma, try to sort out the idiosyncratic bits, and still view him as a deeply flawed human being.

I write #software for http://indeed.com (job search site) (previously employed by Amazon). I've written a lot of #database-backed #webservices in #Java, but in the last few years, I've been working on #microfrontend platforms in #JavaScript & #TypeScript, primarily supporting #React. I have more knowledge about #Webpack #ModuleFederation than anyone should be cursed with. I'd love to try #SolidJS, #RustLang seems really cool, and I'm excited about the future of #WebAssembly.

My wife & I have fantasized about moving to #AotearoaNZ or #Australia since well before the pandemic, and now we're actively trying make it happen. Since we're both in high-demand professions (she's a nurse), I think it should go reasonably smoothly 🤞. Feel free to get in touch with job opportunities that offer visa sponsorship, suggestions for #kiwiana or Australian culture that will help us adapt, reasons that your city is the best, etc. I always blow on the pie when I wear my jandals to the dairy. If we ship things over, I can only hope that the front doesn't fall off the boat. I hear that only rarely happens.

My daughter Juniper was born at the beginning of 2020, so her experience of life and my experience of parenthood are both tightly linked to the pandemic. On the upside, I get to work remotely, which means I get more time with her. She's a lot of fun (and of course a lot of work).

Then, we had our twins Heath & Magnolia (Noli) in September 2023, and our lives got even more hectic and full of love.

Juniper goes to a Waldorf school, and I wish I could go, too, but I think the adult version of Waldorf school might just be therapy.
Nube Colectivanubecolectiva
2025-04-05
Los 5 Mejores Frameworks Para Micro Frontends.
Benjamin Seberseebaer@ohai.social
2025-03-17

Bin auf der Suche nach Informationen zu Microfrontends mit Server Side Include oder Edge Side Include.

Gibt es da gute Blogs? Gerne auch seeehr alte? Ich kenne nur Zalando Mosaic.

Bonus: Progressive Enhancement. Eine Prise JavaScript nur für Ajax/Fetch, View Transitions oder um HTML Elemente auszutauschen.

#microfrontend #softwareengineering #softwaredevelopment

jmsfbsjaforbes
2024-12-28

Spotify squad 1: I'm going to put notifications at the bottom of the screen!

Spotify squad 2: I'm going to put navigation and other buttons at the bottom of the screen!

Spotify user: Oh no!

jmsfbsjaforbes
2024-12-14

I'm personally deeply deeply sceptical of 's but I'm curious to hear from people that are pro MFE's in the space.

For context, my view is code splitting is old tech now. It's trivial to only load the code we need. Just use a dynamic import. If merge conflicts constantly arise in a large team its because there's too much DRY and not enough WET.

Every company's obsessions with having a bespoke component library is also completely bizarre to me.

xoron :verified:xoron@infosec.exchange
2024-12-01

Microfronends as a #decentralized alternative to #npm.

While i can smush everything into a #monoRepo, i wanted to explore the idea of using #Microfrontends as a kind-of self managed alternative to #npm.

Microfronends have been around for a while and i've come across many different approaches. I want to share how im using microfrontends in my project.

Im using #Webpack 5 #moduleFederation to create the #microfrontend. there are some interesting features that i dont think are being mentioned elsewhere:

- Dynamic Remotes: Modules can be loaded from various endpoints. We can use a custom function to ping different URLs and determine the fastest one for loading the required module.

- #Selfhosters can manage modules independently, enhancing control over updates and #security on #opensource projects.

- Development Experience: By using dynamic-remotes and running modules locally during development, it can speed up testing and iteration.

- Scalability: The approach allows for #CDN scaling with module deployments on multiple cloud providers. currently, my redundencies are on AWS S3 + github-pages... but i can see how this can be scaled to more cloud providers.

Im aiming for the architecture to look like the following. Let me know your thoughts on my approach and if its something you would consider for your project.

positive-intentions.com/blog/d

positive-intentions.com/blog/s

#Microfrontends #JavaScript #WebDevelopment #Frontend #ModuleFederation #DynamicRemotes #SelfHosting #DevExperience #Scalability #AWS #GitHubPages #CDN #OpenSource

microfrontend architecture
2024-09-27

In practice, the toughest part of stream-aligned teams is owning the full stack, especially the front end, where UIs need to span vertical streams. Coordinating and building UIs, where teams own their data, isn’t easy. Composite UIs, like Micro-frontends, can be tricky, and monolithic UIs break stream alignment. How have you managed this challenge in your teams? #teamtopologies #frontend #ddd #microfrontend #microservices

Holger Grosse-Plankermannholgergp@chaos.social
2024-08-15

Ich war beim SoftwerkerCast der codecentric AG zu Gast. Es geht ein halbes Stündchen um das Thema #microfrontend
Was ist das? Welches Problem lösen diese? Und welche Gedanken könnte ich mir machen, wenn ich diese einsetzen möchte.

Hört doch mal rein!

podfollow.com/1592472699/episo

Chris Woody Woodruffcwoodruff
2024-06-28

Anyone have a good implementation of using ASP.NET Core for a Mincro Front-End?

:mastodon: Mike Amundsenmamund
2024-04-08

Beyond Micro Frontends: Effective Composable Decoupled Applications on Cloud Native Infrastructure

infoq.com/presentations/micro-

"I hope, by the end of this talk, you'll have a new perspective on building robust and scalable applications that can meet the demands of modern cloud environment, but also of the modern frontend ecosystem, and that you can do it from a frontend perspective." --

2023-12-23

micro frontends - що це таке й які вони бувають . zalando mosaic , puzzlejs ,single-spa, piral

makertube.net/videos/watch/7b3

whitonewhitone
2023-10-28

"Abstract for Eyecare: the evolution of telemedicine" by Francesco Bedussi & Tommaso Vecchiattini

2023-08-31

angularday | 24th November 2023 | Verona (2023.angularday.it/):

⌛ Today is the last day to submit your talk proposal: t.co/usbGktVhx9

#CFP is closing tomorrow!

Looking forward to meeting you in 📍 Verona on 📅 24.11.23
🎫 t.co/kAEmzai2eo

@grusp #angular #angularjs #javascript #js #cypress #microfrontend #components t.co/eTAvXTsigk

2023-08-24

angularday | 24th November 2023 | Verona (2023.angularday.it/):

Only one week left to submit your talk proposal for #angularday: t.co/usbGktVhx9

You have time until 31.08.2023

Looking forward to meeting you in📍 Verona on 📅 24.11.23
🎫 t.co/kAEmzai2eo

@grusp #angular #angularjs #javascript #js #cypress #microfrontend t.co/aFMwjSnPFF

Nicolas Fränkel 🇺🇦🇬🇪frankel@mastodon.top
2023-07-26

#Microfrontend Migration Journey – Part 1: Design: thesametech.com/micro-frontend

I stopped reading at "and I was the only full-time frontend engineer on the team". Really? A single dev wants to implement a solution whose main benefit is to scale the dev team??? Hype-driven development is not dead 🤦‍♂️

2023-07-17
2023-07-10

angularday | 24th November 2023 | Verona (2023.angularday.it/):

#angularday #CFP is open!

We look forward to hearing from you: t.co/usbGktVhx9

See you in📍 Verona on 📅 24.11.23
🎫 t.co/kAEmzai2eo

@grusp #angular #angularjs #javascript #js #cypress #microfrontend #schematics #redux #ngrx #rxjs #components t.co/6kr2r287J4

Client Info

Server: https://mastodon.social
Version: 2025.04
Repository: https://github.com/cyevgeniy/lmst