
Mahedee Hasan
I am a Microsoft MVP (9th times), programmer, software developer, software architect, consultant, author, researcher, technical blogger, technical speaker, trainer and learner. I have more than 15 years experience in the field of software design and development.
You May Also Enjoy
Unleashing Micro Frontends with React and ASP.NET Core: A Step-by-Step Implementation Approach
27 minute read
Micro frontends are an architectural pattern and approach for building modern web applications. Similar to microservices on the backend, micro frontends focu...
Simplified Sample Application: Building with Redux Toolkit, React.js, and ASP.NET Core
20 minute read
Redux is a popular state management library for JavaScript applications. In this article I will show you how to build a front-end application using redux too...
Getting started Python using Visual Studio Code
1 minute read
Getting started Python using Visual Studio Code. Here you will see how to install python in windows and run first application using python on visual studio c...
Singleton design pattern using C#
5 minute read
The Singleton pattern is a design pattern that restrict to create object more than once and provides a global point of access to that instance. This pattern ...