What do you do when you're unsure about the best approach to solve a problem?
I break the problem down and research similar use cases. I’ll reach out to peers, consult
Follow :
internal documentation or communities like Stack Overflow or Microsoft Docs. In one case,
we weren’t sure whether to use SignalR or polling for a real-time notification feature. I built
small POCs, ran performance tests, and presented findings to the team. We made a
data-driven choice—SignalR worked best for our needs.