Irina Dominte(Scurtu)'s Avatar

Irina Dominte(Scurtu)

@irina.codes

Software Architect @ParticularSW, Microsoft #MVP #MCT, Author @dometrain.com Speaker, Trainer @dotnet Dev ๐Ÿ‘ฉโ€๐Ÿ’ป, @dotnetdaysro,๐Ÿ‘ฉโ€๐Ÿซ Blogs at https://irina.codes

245
Followers
68
Following
14
Posts
24.08.2023
Joined
Posts Following

Latest posts by Irina Dominte(Scurtu) @irina.codes

Post image Post image Post image Post image

Exactly-once delivery doesn't exist. ๐๐จ๐ญ ๐ž๐ง๐-๐ญ๐จ-๐ž๐ง๐.

What you actually need is ๐ข๐๐ž๐ฆ๐ฉ๐จ๐ญ๐ž๐ง๐ญ ๐ฉ๐ซ๐จ๐œ๐ž๐ฌ๐ฌ๐ข๐ง๐ : + an ๐ญ๐ซ๐š๐ง๐ฌ๐š๐œ๐ญ๐ข๐จ๐ง๐š๐ฅ ๐จ๐ฎ๐ญ๐›๐จ๐ฑ.

Stop chasing impossible transport guarantees. Engineer deterministic outcomes instead.
#dotnet

03.03.2026 09:15 ๐Ÿ‘ 2 ๐Ÿ” 1 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0
Post image Post image Post image Post image

That's three different failure modes โ€” and each needs a different tool. ๐Ÿ› ๏ธ

โฑ๏ธ ๐“๐ˆ๐Œ๐„๐Ž๐”๐“ โ†’ caps how long you'll wait on a single call
๐Ÿงฑ ๐๐”๐‹๐Š๐‡๐„๐€๐ƒ โ†’ isolates capacity per dependency, so one slow service can't sink the rest
๐Ÿšฆ ๐‘๐€๐“๐„ ๐‹๐ˆ๐Œ๐ˆ๐“๐ˆ๐๐† โ†’ controls inbound throughput before it hits your internals

23.02.2026 09:49 ๐Ÿ‘ 5 ๐Ÿ” 1 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0
Preview
Api Versioning - A deep dive

#CSAdvent post 2 for December 22, 2025!

"Api Versioning - A deep dive" by @irina.codes

irina.codes/api-versioni...

#dotnet #csharp

22.12.2025 16:12 ๐Ÿ‘ 0 ๐Ÿ” 2 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0
Is a 100% Discount the Same as โ€œFreeโ€?
Is a 100% Discount the Same as โ€œFreeโ€? YouTube video by Dylan Beattie

With more and more open source projects switching to some sort of commercial licensing model with discounts for small business and community projects, the question keeps coming up: is a 100% discount the same as "free"?

So I made a video about it. What do you think?

www.youtube.com/watch?v=CpI8...

13.11.2025 15:41 ๐Ÿ‘ 14 ๐Ÿ” 8 ๐Ÿ’ฌ 1 ๐Ÿ“Œ 1
Post image

๐ŸŽ‰ Please join us in congratulating Irina Dominte (Scurtu) @irina.codes on being elected to the .NET Foundation Board of Directors! We look forward to your leadership and impact in the .NET community. ๐Ÿ’ซ #dotnetfoundation

27.10.2025 14:16 ๐Ÿ‘ 16 ๐Ÿ” 5 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 1

Thank you for your kind words!

29.10.2025 11:55 ๐Ÿ‘ 1 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0

The .NET Foundation election results are in!

Congrats to @irina.codes and @jtower.bsky.social - I look forward to serving with you both!

27.10.2025 13:22 ๐Ÿ‘ 2 ๐Ÿ” 3 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0
Preview
APIs in Practice : the road to production-ready | NDC London 2026 Having an API ready for production should mean more than just deploying functionality. Certain architectural aspects are often overlooked, only being considered too late in the process, if at all.

Having an #API ready for production should mean more than just deploying functionality. Don't miss @irina.codes hands-on #workshop "APIs in Practice : the road to production-ready" at #NDCLondon. #Earlybird offer ends today, Friday, October 3rd!

ndclondon.com/workshops/ap...

03.10.2025 10:51 ๐Ÿ‘ 1 ๐Ÿ” 1 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0
Preview
Messaging Patterns for Modern Software Solutions | NDC Oslo 2025 Modern software systems are becoming ever more distributed and complex, requiring efficient and reliable communication mechanisms to maintain consistency and performance.

Join @irina.codes "Messaging Patterns for Modern Software Solutions" at # NDCOslo, where she will dive into practical use cases and demonstrate how patterns can be leveraged to tackle some challenges in modern #software #architecture!

ndcoslo.com/agenda/messa...

07.05.2025 10:09 ๐Ÿ‘ 2 ๐Ÿ” 3 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0
Post image Post image Post image Post image

Not all rate limiting strategies work the same way! Whether you're preventing DDoS attacks, ensuring fair usage, or controlling expensive operations, choosing the right algorithm is key.

Each method has strengths and trade-offsโ€”so how do you decide? ๐Ÿค” #dotnet

16.04.2025 11:28 ๐Ÿ‘ 1 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0
Preview
Competing consumers

๐Ÿš€ Just blogged:
Competing Consumers Pattern โ€“ The Underrated Key to Handling More Load

Struggling with scaling background jobs or message queues?
This async pattern might be the missing piece in your architecture.

๐Ÿ”— Read the full post: irina.codes/competing-co...

#AsyncMessaging #dotnet

02.04.2025 08:29 ๐Ÿ‘ 2 ๐Ÿ” 1 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0
Post image Post image Post image Post image

Logging - itโ€™s about clear, actionable logs that make troubleshooting, debugging, and monitoring easier.
By using structured logging, proper log levels, and central log config, you create efficient, searchable logs that improve tracing & correlation across microservices.
#dotnet #logging

24.03.2025 11:00 ๐Ÿ‘ 0 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0

Virtual hugs! I can't even imagine..

27.02.2025 07:02 ๐Ÿ‘ 1 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0
Preview
Claude 3.7 Now Available in GitHub Copilot for Visual Studio - Visual Studio Blog The world of AI is evolving at a breathtaking pace, and today brings an exciting milestone for developers and tech enthusiasts alike. Anthropicโ€™s newest release, Claude 3.7, is now available directlyโ€ฆ

Claude 3.7 Now Available in GitHub Copilot for Visual Studio.

https://buff.ly/43bnXM1

#ai #visualstudio #githubcopilot #claudeai #anthropic #aiassistant

25.02.2025 19:01 ๐Ÿ‘ 0 ๐Ÿ” 1 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0
Post image Post image Post image Post image

Circuit Breaker Pattern ๐Ÿ”ง

When services fail, resilient architecture ensures your system doesnโ€™t collapse. It helps prevent repeated failures, improves system stability.
#SoftwareArchitecture #CircuitBreaker #Resilience #Microservices #DevOps #dotnet

25.02.2025 15:10 ๐Ÿ‘ 1 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0
Post image Post image Post image

๐Ÿš€ Retry vs. Hedgingโšก

When handling failures in distributed systems, two key strategies stand out: Retry and Hedging. But which one is right for your application? ๐Ÿค”
Letโ€™s discuss! โฌ‡๏ธ #dotnet #resilience #retry #hedging

18.02.2025 09:58 ๐Ÿ‘ 3 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0

See you there!

13.02.2025 16:25 ๐Ÿ‘ 1 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0
Preview
MassTransit with Azure Service Bus - Error management MassTransit with Azure Service Bus. MassTransit error management in Azure Service Bus.

Just [Blogged]
irina.codes/masstransit-...

#masstransit #azureservicebus #errormanagement #dotnet

13.02.2025 16:25 ๐Ÿ‘ 3 ๐Ÿ” 2 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0

me me !

12.02.2025 14:51 ๐Ÿ‘ 0 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0
Preview
Update ownership and license by dennisdoomen ยท Pull Request #2943 ยท fluentassertions/fluentassertions


github.com/fluentassert...

14.01.2025 19:35 ๐Ÿ‘ 0 ๐Ÿ” 1 ๐Ÿ’ฌ 1 ๐Ÿ“Œ 0

I love how easy it is to have a custom domain handle
Now I'm ๐Ÿ‘‡
bsky.app/profile/irin...
And I think it is awesome!

25.11.2024 12:50 ๐Ÿ‘ 0 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0

๐Ÿคฏ

22.11.2024 21:57 ๐Ÿ‘ 1 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0

I created a โ€œWomen in Techโ€ Starter Pack! Highly recommend to follow these incredibly talented women. ๐Ÿ’–โœจ

go.bsky.app/PNKtkEe

(Feel free to suggest edits, of course!)

21.11.2024 17:47 ๐Ÿ‘ 178 ๐Ÿ” 73 ๐Ÿ’ฌ 40 ๐Ÿ“Œ 6