Irina Dominte(Scurtu)
irina.codes
Irina Dominte(Scurtu)
@irina.codes
Software Architect @ParticularSW, Microsoft #MVP #MCT, Author @dometrain.com
Speaker, Trainer @dotnet Dev 👩‍💻, @dotnetdaysro,👩‍🏫 Blogs at https://irina.codes
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
April 16, 2025 at 11:28 AM
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
March 24, 2025 at 11:00 AM
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
February 25, 2025 at 3:10 PM
🚀 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
February 18, 2025 at 9:58 AM