Feed

This is a feed of links I've run across and found interesting or noteworthy. The images, content and opinions in them are owned by their respective authors.

Succeeding at Reactive Architecture - Ian Cooper - NDC Oslo 2023

youtube.com

In 2013 the Reactive Manifesto was published, establishing a set of properties for modern systems: responsive, resilient, elastic and message driven. In 2020...

View
Thoughts on Successful Software Development in a Post-Hexagonal World

Thoughts on Successful Software Development in a Post-Hexagonal World

Jeremy Miller - linkedin.com

I'm one of a number of folks who are actively questioning the conventional wisdom of Hexagonal Architecture approaches. If you're interested in all the things I think are wrong with the way that enterprise software is built today, you can check out my talk from NDC Oslo this summer (as I suffer through an Austin summer and blissfully remember the feeling of actually wanting a jacket on outside):

Read More

Event-Driven Architecture: I do not think it means what you think it means

youtube.com

With the popularity of Microservices, Kafka, and Event Sourcing, the term "Event" has become pretty overloaded and has caused much confusion about what Event...

View
Blazor WASM Publishing to AWS Amplify

Blazor WASM Publishing to AWS Amplify

Abdul Rahman Shabeek Mohamed - ilovedotnet.org

In this post I will teach how to publish your Blazor applications to AWS Amplify. All with live working demo.

Read More

The NEW Way of Validating Settings in .NET 8

youtube.com

Check out my courses: https://dometrain.comBecome a Patreon and get source code access: https://www.patreon.com/nickchapsasHello everybody, I'm Nick, and in ...

View

Blazor "United" has almost Arrived in .NET 8 Preview 6!

youtube.com

Microsoft just released .NET 8 Preview 6 which contains exciting new updates to Blazor. This video covers: - Mix and match Blazor Server and Web Assembly ...

View

Making Blazor work with everything, plus WebAssembly on the server - Steve Sanderson

youtube.com

Real-world software projects often involve combining many technologies. So, is modern Blazor powerful and flexible enough for your team's needs? In this demo...

View

Event Sourcing in 1 Hour with Marten in .NET

youtube.com

Are you using .NET and want to get into event sourcing for persisting state? Well, I have a presentation by Jeremy Miller, a maintainer of Marten. Marten is ...

View

Practical Event Sourcing with Marten and .NET - Oskar Dudycz - NDC Oslo 2023

youtu.be

Event Sourcing is like the Nessie, all heard about it but not much have seen it. The presentation will show how the moderns systems can benefit from that pat...

View

Message processing failed! But what's the root cause? - Laila Bougria - NDC Oslo 2023

youtu.be

How do you investigate failures in a distributed system? If your first thought is to look at the call stack, then good luck... In a distributed system, there...

View