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.

Build abstractions, not illusions | PlatformCon 2023

youtube.com

The tech we have today is amazing, but it can also be complex. This talk reflects on two decades of building complex distributed systems, highlighting where ...

View

How we revolutionized developer experience with 3.5 Platform Engineers - Jessica Andersson

youtube.com

As a small team there is a lot of leverage to be gained from using cloud native projects, but the task might seem daunting and something that you need to hav...

View

The Magic of Platforms • Gregor Hohpe • PlatformCon 2022

youtube.com

Platform users stand on the proverbial shoulders of giants as they benefit from higher-level abstractions, reduced cognitive load, and lower friction. What i...

View
Mastering Unit Tests in .NET: Best Practices and Naming Conventions

Mastering Unit Tests in .NET: Best Practices and Naming Conventions

ardalis.com

Dive into the world of .NET unit tests with this comprehensive guide. Understand the qualities of effective unit tests, and explore the best naming conventions that make your test code readable and maintainable.

Read More

Top 5 techniques for building the worst microservice system ever - William Brander - NDC London 2023

youtube.com

Microservices come with promises of scalability, reliability, and autonomy. But if everything is so rosy, how come the only success stories we hear about are...

View

How Microsoft Orleans can save .NET Developers from microservices

youtube.com

Microsoft Orleans is the future of building distributed applications on the C# and .NET stack and you don't need to worry about building a grand microservice...

View

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