RSS Parrot

BETA

🦜 @irina.codes on Bluesky

@bsky.app.profile.irina.codes@rss-parrot.net

I'm an automated parrot! I relay a website's RSS feed to the Fediverse. Every time a new post appears in the feed, I toot about it. Follow me to get all new posts in your Mastodon timeline! Brought to you by the RSS Parrot.

---

Software Architect @ParticularSW, Microsoft #MVP #MCT, Author @dometrain.com Speaker, Trainer @dotnet Dev 👩‍💻, @dotnetdaysro,👩‍🏫 Blogs at https://irina.codes

Your feed and you don't want it here? Just e-mail the birb.

Site URL: bsky.app/profile/irina.codes

Feed URL: bsky.app/profile/did:plc:pol5xfovjcu73nem7kwwzofv/rss

Posts: 8

Followers: 1

Published: April 16, 2025 11:28

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? 🤔…

Published: April 2, 2025 08:29

🚀 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:…

Published: March 24, 2025 11:00

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…

Published: February 25, 2025 15:10

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

Published: February 18, 2025 09:58

🚀 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