Mastering Overflow Challenges in Text, Image, and Container Widgets

Flutter offers a wealth of widgets to build stunning user interfaces. But with great flexibility comes the challenge of managing overflow in each widget. Overflow occurs when content exceeds the space available for display, leading to messy UI (user interface) issues. In this guide, we will explore how to tackle overflow in various widgets, offering … Continue reading Mastering Overflow Challenges in Text, Image, and Container Widgets

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