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.
Experiments with the new WASI workload in .NET 8 Preview 4
YouTube - youtube.com
.NET 8 introduces a 'wasi-experimental' workload, enhancing native server-side WebAssembly support.
wasi, .NET 8, server-side, WebAssembly

Introducing AWS Bedrock with Semantic Kernel
Tao Chen - devblogs.microsoft.com
Semantic Kernel now integrates with AWS Bedrock, enabling access to Amazon Titan models and support for chat completion, text generation, and embeddings.
Semantic Kernel, AWS Bedrock, AI integration, Amazon Titan, developers
CDK: Deploy to LocalStack and AWS with single CDK code | AWS CDK Series
YouTube - youtu.be
Learn to set up AWS CDK for deploying applications to LocalStack and AWS in this detailed video tutorial.
aws localstack, aws cdk, deployment, software engineering

QConPlus 2021: Takeout burritos and minimizing design-time coupling in a microservice architecture
Chris Richardson - microservices.io
Learn to design loosely coupled microservices using burrito ordering as an example, emphasizing minimized design-time coupling for efficient development.
Microservices, Loose Coupling, Design-Time Coupling

Microsoft Introduces Modern Web App Pattern for .NET
C4Media - infoq.com
Microsoft unveils the Modern Web App (MWA) pattern for .NET to enhance application modernization to the cloud.
Modern Web App, .NET, application modernization, cloud

The Untimely Death of Product Management
Joe Procopio - ehandbook.com
This article discusses the significant decline of product management roles amid recent tech layoffs, questioning the need for these positions in an AI-driven world.
Product Management, AI, Tech Layoffs, Software Development

Webhooks in .NET
Roko Kovač - medium.com
Explores the limitations of Request-Response pattern and introduces the lightweight Publish-Subscribe alternative in .NET for improved implementation.
Webhooks, .NET, Publish-Subscribe, Software Development
JavaScript Isolation in Blazor | .NET 5 | A Step-By-Step Tutorial
Ganesh Balakrishnan - youtube.com
A comprehensive tutorial on implementing JavaScript Isolation in Blazor, guiding software engineers through the necessary steps.
javascript isolation, blazor, .NET 5, tutorial
Building Change Data Capture (CDC) in .NET with Debezium + RabbitMQ
YouTube - youtube.com
This video explains implementing Change Data Capture in .NET using Debezium and RabbitMQ, focusing on modern architecture practices.
change data capture, debezium, rabbitmq, .NET, system design
Architecting Your Team Setup: Aligning Teams with Software Design (and Vice Versa)
Bart Wullems - bartwullems.blogspot.com
A discussion on the importance of aligning team structure with software design to improve interactions, data flow, and overall system architecture.
team architecture, software design, alignment