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.
Jobbörse Indeed.com | Deutschlands Jobsuche

Mit Indeed können Sie Millionen Jobs durchsuchen und somit den nächsten Schritt in Ihrer Karriere planen. Wir begleiten Sie mit unseren Tools bei jedem Schritt auf diesem Weg.

Los 5 Mejores Frameworks Para Micro Frontends

En este artículo conocerás Los 5 Mejores Frameworks Para Micro Frontends, son usados por grandes empresas y proyectos.

Blog de Programación y Desarrollo - Nube Colectiva
React Native Meetup#20の現地レポートと学び - Qiita

はじめにこんにちは、menu事業部フロントエンドエンジニアの久米です。2025年2月18日(火)に株式会社マイベストさまのオフィスにて開催されたReact Native Meetup #20に参…

Qiita

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

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!

#microfrontend #microfrontends

I'm personally deeply deeply sceptical of #microfrontend 's but I'm curious to hear from people that are pro MFE's in the #webdev 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.

#changemymind

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.

https://positive-intentions.com/blog/decentralised-architecture

https://positive-intentions.com/blog/statics-as-a-chat-app-infrastructure

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

Decentralized Microfrontend Architecture | positive-intentions

In the ever-evolving landscape of digital communication, decentralization has emerged as a powerful concept with diverse interpretations and applications. This article explores our unique approach to decentralization in the context of a chat application, pushing the boundaries of what it means to be truly self-hosted and user-centric.

Decentralized Microfrontend Architecture | positive-intentions

In the ever-evolving landscape of digital communication, decentralization has emerged as a powerful concept with diverse interpretations and applications. This article explores our unique approach to decentralization in the context of a chat application, pushing the boundaries of what it means to be truly self-hosted and user-centric.

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

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!

https://podfollow.com/1592472699/episode/9e404a9b88d77e74865d7e1d1e8a021122eb5358/view

SoftwerkerCast: Micro-Frontends mit echten Menschen

Holger und ich sprechen über Micro Frontends. Welches Problem lösen sie und worauf ist beim Einsatz zu achten.In der Folge 30 haben wir eine komplett KI generierte Folge zum Thema veröffentlicht...

podfollow