Frank de Jonge
frankdejonge.bsky.social
Frank de Jonge
@frankdejonge.bsky.social
Recovering Staff Software Engineer, Author of Flysystem, Flystorage and EventSauce #PHP #TypeScript #Architecture #DadJokes
I’m probably too jaded for this, but I don’t see how next time won’t be different.
July 7, 2025 at 6:03 PM
What makes it the best? I see this as a point of weakness in the PHP community, not something to be celebrated TBH
July 7, 2025 at 3:48 PM
Oh wow, that’s a while back!
June 23, 2025 at 5:05 AM
Hi :) it’s in the gh-pages branch of the repo (old school, I know 🙇
March 11, 2025 at 6:55 AM
If I did, I didn’t find out 🤣
January 15, 2025 at 9:06 AM
I did hear of them already a while back, but also the having to pay to run containers aspect seems pretty odd to me.
January 10, 2025 at 12:29 PM
I haven’t, oddly enough I’ve never hit performance issues that were not caused by developers themselves.
January 10, 2025 at 12:28 PM
A new [missing word?] that…
December 8, 2024 at 11:21 AM
Another big part of this is DMARC and DKIM setup, which is a lot more important since last year. Having that setup if you're emailing yourself programatically is essential: www.cloudflare.com/en-gb/learni... big spam penalty if it's not correct. And "dkim alignment": mxtoolbox.com/dmarc/dkim/d...
December 6, 2024 at 3:00 PM
Mailpit* whoops! haha
December 6, 2024 at 2:56 PM
Mailput seems to use an API provided by SpamAssassin (github.com/axllent/mail...) but also has things like HTML checks. All of these are exposed over an API as well as viewable in a dashboard. Not sure if such an approach fits your use-case, but looks pretty helpful :)
December 6, 2024 at 2:56 PM
I use mailpit which has a scoring mechanism which it partially uses a spamassassin api for. Can look up the specifics in a bit, on mobile right now
December 6, 2024 at 11:31 AM
Wasm maybe?
December 4, 2024 at 11:49 AM
I’m not super by the book on my event storming sessions, so I wouldn’t know which method I use. I kind of mix in event sourcing terminology so it maps to code easier. In that scheme I miss a way to express when a command can not result into an event, or when it is conditional which events are raised
December 3, 2024 at 10:11 PM
Btw, what you describe as policies in event storming is different from how I use them. For me, policies are behind commands and they guard internal consistency. I use process managers for what you describe as policies.
December 3, 2024 at 4:54 PM
For me, these models are tasked with enforcing conceptual/model consistency, they embed the policy. In evenstorming those would be policies behind commands, in code though they’re not as isolated as eventstorming has them.
December 2, 2024 at 10:48 PM
You’ve guessed it!
December 2, 2024 at 9:08 PM