Joshi Swapnil (@joshiswapnil8) 's Twitter Profile
Joshi Swapnil

@joshiswapnil8

Die Hard Test Cricket Fan

ID: 1303200541502103553

calendar_today08-09-2020 05:16:48

796 Tweet

1 Followers

50 Following

Milan Jovanović (@mjovanovictech) 's Twitter Profile Photo

ASP .NET Core error handling: - Custom middleware: wrap the pipeline in try/catch - Log errors & return JSON ProblemDetails - Use IProblemDetailsService to standardize responses - Adopt IExceptionHandler from .NET 8 for focused handlers

ASP .NET Core error handling:
- Custom middleware: wrap the pipeline in try/catch
- Log errors & return JSON ProblemDetails
- Use IProblemDetailsService to standardize responses
- Adopt IExceptionHandler from .NET 8 for focused handlers
EliteRockerz 𝕏 (@eliteclubs0b) 's Twitter Profile Photo

🚨| Per India Today, The Undertaker is being considered for a special wildcard contestant entry into the Bigg Boss (Big Brother India) house in the latest season, likely around November. Mike Tyson is also being considered.

🚨| Per India Today, The Undertaker is being considered for a special wildcard contestant entry into the Bigg Boss (Big Brother India) house in the latest season, likely around November.

Mike Tyson is also being considered.
Milan Jovanović (@mjovanovictech) 's Twitter Profile Photo

5 books that made me a better software engineer: 1. Clean Architecture, Robert Martin 2. Domain-Driven Design, Eric Evans 3. Building Microservices, Sam Newman 4. Designing Data-Intensive Applications, Martin Kleppmann 5. Patterns of Enterprise Application Architecture,

5 books that made me a better software engineer:

1. Clean Architecture, Robert Martin

2. Domain-Driven Design, Eric Evans

3. Building Microservices, Sam Newman

4. Designing Data-Intensive Applications, Martin Kleppmann

5. Patterns of Enterprise Application Architecture,
Megh Updates 🚨™ (@meghupdates) 's Twitter Profile Photo

🚨 BIG STATEMENT by PM Modi at SCO Summit in China “No DOUBLE STANDARDS on terrorism are ACCEPTABLE.” “Those who openly SUPPORT terror challenge humanity itself.” “We must stand UNITED & OPPOSE terrorism in every form.”

The Jaipur Dialogues (@jaipurdialogues) 's Twitter Profile Photo

His channel survives on cricket. Yet, on the day of Pahalgam attack, he gave a word that he’ll never cover #INDvsPAK again. BCCI & GOI forgot the Pahalgam sentiment. But this guy stood for his word.

Tʜᴇ Bɪʜᴀʀ Nᴀᴍᴀ (@the_bihar_nama) 's Twitter Profile Photo

Surya Kumar Yadav भाऊ आपने तो दिल जीत लिया धन्यवाद भाऊ इतना हिम्मत दिखाने के लिए उन आतंकियों के मुंह पर बोलने के लिए

Anton Martyniuk (@antonmartyniuk) 's Twitter Profile Photo

👉 I just created something I wish I had 11 years ago. I've compiled 650+ hand-picked resources for mastering C#, .NET, ASP .NET Core, EF Core, and Microservices. These resources will help developers level up with targeted knowledge. I spent hours putting them together from my

👉 I just created something I wish I had 11 years ago.

I've compiled 650+ hand-picked resources for mastering C#, .NET, ASP .NET Core, EF Core, and Microservices.

These resources will help developers level up with targeted knowledge.

I spent hours putting them together from my
FADE (@fadeawaymedia) 's Twitter Profile Photo

Cody Rhodes says Roman Reigns is the biggest feud he’s ever been in and gives him his flowers 💐 “Roman keeps me on my toes and I hope he's around for years to come I I need a Roman Reigns” (ESPN First Take)

Ashutosh Maheshwari (@asmah2107) 's Twitter Profile Photo

Architectural patterns I’d master if I had to design systems that scale: Bookmark this. 1.CQRS & Event Sourcing 2.Saga Pattern 3.Strangler Fig Pattern 4.Bulkhead Pattern 5.Transactional Outbox 6.SEDA (Staged Event Driven Architecture) 7.Orchestration vs. Choreography 8.Sidecar

Milan Jovanović (@mjovanovictech) 's Twitter Profile Photo

I don't let exceptions crash production. Here's how. 👇 Robust error handling is a top priority in my applications. .NET makes it easy to succeed here. I use the IExceptionHandler interface to define my handler. You can handle one type of exception per handler. You can also

I don't let exceptions crash production.

Here's how. 👇

Robust error handling is a top priority in my applications.

.NET makes it easy to succeed here.

I use the IExceptionHandler interface to define my handler.

You can handle one type of exception per handler.

You can also