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.
The Easiest Way to Send Emails in .NET Using Amazon SES
Milan Jovanović - youtube.com
Learn to send emails in .NET with Amazon SES and explore AWS services via the Free Tier.
AWS, .NET, Amazon SES, email, Free Tier
CQRS pitfalls and patterns - NDC Oslo 2023
Udi Dahan - youtube.com
Udi discusses common pitfalls of CQRS, highlighting increased complexity and lack of performance benefits when improperly utilized in projects.
CQRS, complexity, performance, software engineering

Why I Threw Away My Service Layer and My Code Got Simpler
https://bhavyansh001.medium.com - bhavyansh001.medium.com
Eliminating the service layer in clean architecture led to simpler code and a more streamlined development process.
Clean Architecture, Service Layer, Code Simplicity
Forget JSON — These 4 Data Formats Made My APIs 5× Faster
Krishnajlathi - medium.com
Switching data formats from JSON reduced API response times from 120 ms to under 20 ms for some endpoints, significantly improving performance.
API, performance, data formats, JSON, optimization

Finally We have answer between AutoGen and Semantic Kernel — Its Microsoft Agent Framework
Akshay Kokane - medium.com
A comprehensive framework that bridges the gap between AI agent research and practical application.
AI, Microsoft, AutoGen, Semantic Kernel, Agent Framework
Still Using REST for Everything? I’ve Seen That Decision Age Like Milk
https://medium.com/@harish852958 - medium.com
Reflecting on past advocacy for REST APIs as the ultimate design choice in microservices.
REST, APIs, microservices, system design
Design more decoupled services with one weird trick - NDC Oslo 2024
Udi Dahan - youtube.com
Udi Dahan discusses a method to enhance decoupling in service designs, reducing data coupling while improving encapsulation for software engineers.
#microservices #ddd #architecture #api
Distributed Systems & Messaging Patterns with Ian Cooper
Ian Cooper - youtube.com
Ian Cooper discusses messaging patterns for resilient, scalable systems in distributed architectures, providing insights and techniques for senior engineers and architects.
Distributed Systems, Messaging Patterns, Scalability, Event-Driven Architecture
.NET Aspire and AWS: From Zero to SNS + SQS in minutes
Milan Jovanović - youtube.com
Learn how to connect .NET Aspire with AWS, wiring up messaging flows using SNS & SQS in this hands-on tutorial.
AWS, .NET Aspire, SNS, SQS, messaging pipeline, CloudFormation, CDK
Why Startups Don't Use .NET and C#
Nick Chapsas - youtu.be
Startups favor JavaScript and TypeScript over .NET and C# for greater flexibility and community support.
startups, .NET, C#, JavaScript, TypeScript