A Developer’s Tale: Conquering CORS in .NET

As developers, we often encounter hurdles that test our resilience and technical acumen. In this blog post,  I shall share my experience navigating through two prevalent challenges in modern web development: Cross-Origin Resource Sharing (CORS) issues in .NET and prop drilling in ReactJS. My journey through these obstacles not only honed my problem-solving skills but … Continue reading A Developer’s Tale: Conquering CORS in .NET

The Journey of an HTTP Request – From Client to the Server

Developers are known for working with HTTP requests. But have you ever wondered what happens in the background - when a button that performs an HTTP request is clicked to get a response from the server?  The journey of an HTTP request from the client’s side to the server comprises multiple stages. POV of the … Continue reading The Journey of an HTTP Request – From Client to the Server