Looking good!
05.08.2025 19:23 — 👍 1 🔁 0 💬 0 📌 0@lukehedger.dev.bsky.social
Software engineer. Building things for lego.com. Distributed systems, serverless. Wrote Serverless Development on AWS (O’Reilly) https://lukehedger.dev/book
Looking good!
05.08.2025 19:23 — 👍 1 🔁 0 💬 0 📌 0Yeah, never believe the hype around any technology! Running a HA, distributed backend on Lambda will never be perfect but if you take the time to understand serverless you can reach high levels (not hyper!) of scale and rest very easy
05.08.2025 07:39 — 👍 0 🔁 0 💬 0 📌 0Could you explain resource contention?
05.08.2025 07:32 — 👍 0 🔁 0 💬 0 📌 0Redis website showing “Caching. Obviously”
Love how they still recognise how synonymous Redis is with caching alongside the obligatory AI pivot
03.08.2025 07:48 — 👍 3 🔁 0 💬 0 📌 0Will read this paper purely out of respect for the title
03.08.2025 07:38 — 👍 2 🔁 0 💬 1 📌 0Our Star Wars quickstart got good feedback, and now you can view the stream from the dashboard too 🫣
This comes in real handy for live debugging and observability — especially in systems built around agentic workflows, microservices, or event sourcing using @s2.dev
The two most common things you hear said about serverless:
* there are still servers
* it’s just FaaS
That said, I’m seeing more innovation in the serverless space in 2025 than the past 3/4 years. Hopefully the balanced, informed discussions will follow!
The struggle is real!! 😂 So much FUD around serverless discourse. Exhausting trying to have nuanced discussions
30.07.2025 18:43 — 👍 2 🔁 0 💬 0 📌 0Decorator-less API is looking really nice! Makes the control-flow easy to follow and the code read like the execution. This is one of my favourite features of durable workflows tbh - you can write/read async/branching code in a logical, ordered fashion.
30.07.2025 18:37 — 👍 3 🔁 0 💬 1 📌 0Hmm yeah you’re right Qian Li. Although it looks like it _could_ become suitable for runtime apps too, maybe with a dedicated API... 🤷♂️ Do DAGs make sense for durable executions?
30.07.2025 18:05 — 👍 1 🔁 0 💬 0 📌 0Hot on the heels of Toad comes Crush, which looks super cool. Loving this trend of custom terminal apps for driving LLMs. Warp 2.0 also looks promising. Need to find time to try them all out!
github.com/charmbracele...
Has @dagger.io become a universal durable execution platform? 🤔 docs.dagger.io/features/pro...
30.07.2025 17:44 — 👍 1 🔁 0 💬 2 📌 0Hard agree on this but it’s a travesty. Often see teams build async apps around events/messaging but use CRUD for access patterns and mutable relational or nosql for persistence. This creates an unwieldy frankenstein. Event sourcing as a pattern is an optimal (but complex) model for state in an EDA
30.07.2025 17:29 — 👍 2 🔁 0 💬 0 📌 0What if the event sourcing engine and storage were abstracted away behind a simple API with suitable primitives? So application engineers would just get the ergonomic benefits without needing to understand the mechanics.
30.07.2025 17:21 — 👍 3 🔁 0 💬 1 📌 0The results… I was expecting 2 and 3 to be the winners but seems there are a lot of expert event sourcerers and lots who don’t care for it at all! Thanks for voting 💖
30.07.2025 09:25 — 👍 1 🔁 1 💬 0 📌 0The results… I was expecting 2 and 3 to be the winners but seems there are a lot of expert event sourcerers and lots who don’t care for it at all! Thanks for voting 💖
30.07.2025 09:25 — 👍 1 🔁 1 💬 0 📌 0I think you could be right. Seems like a few interesting gossip protocol projects being work on rn, like @iroh.computer www.iroh.computer/proto/iroh-g...
29.07.2025 18:12 — 👍 2 🔁 0 💬 0 📌 0Do you like event sourcing?
1️⃣ Expert, use it all the time
2️⃣ Part-time user, learning the ropes
3️⃣ Would like to use but don’t know where to start
4️⃣ Not interested, next question
📊 Show results
That does sound cool! Not a python user so wondering:
* what does the RM role involve?
* how do you get the chance to be the RM?
Hope it goes well! 🇨🇦
Uncloud looks super promising in this space. The power of docker without the overhead of k8s
> no central control plane to maintain. Each machine maintains a synchronised copy of the cluster state through peer-to-peer communication
🆒
uncloud.run
Sorry to see that winglang shutdown
29.07.2025 08:03 — 👍 0 🔁 0 💬 0 📌 0But I want to buy the LEGO set prebuilt Dave! 😂
bsky.app/profile/luke...
Imagine AWS EventSource existed ✨ You’d just bring your data models and state transition rules and start sending commands to and consuming events from the service. Easy
28.07.2025 17:32 — 👍 0 🔁 0 💬 1 📌 1If only it were that simple Brian! I want to allow teams to get the benefits of event sourcing without needing to know how to implement the engine - like using SQS instead of building/operating a message queue yourself. That’s what is meant by “managed service”
28.07.2025 17:32 — 👍 0 🔁 0 💬 1 📌 0This looks very cool Max - nice work! I’m interested in how aggregates could be generated from a set of rules. Maybe you’d define a FSM (and domain objects) in JSON and codegen the executable logic and state reconstruction. WDYT?
28.07.2025 17:09 — 👍 0 🔁 0 💬 1 📌 0Does something like fully-managed event sourcing exist? I’m expecting:
* Event ingestion API
* Command/trigger API
* Event store
* Snapshotting
* Domain data models defined in code
* Aggregate generation
* State machine event handlers
* Event/CDC stream and broadcast
Drop it in and it “just works”
AI-assisted Engineering 🙋♂️ Not enough people talking sensibly about this!
27.07.2025 09:48 — 👍 2 🔁 0 💬 0 📌 0No worries Addy - looking forward to reading the final version! Think enterprise teams especially can benefit from a framework around agentic ai usage for their engineers.
27.07.2025 09:46 — 👍 2 🔁 0 💬 0 📌 0Turns out hackers don’t test their code…
> AWS Security has inspected the code and determined the malicious code was distributed with the extension but was unsuccessful in executing due to a syntax error
aws.amazon.com/security/sec...
This is so cool! 🤩
25.07.2025 15:55 — 👍 1 🔁 0 💬 0 📌 0