About Andrei Fangli

This author has not yet filled in any details.
So far Andrei Fangli has created 7 blog entries.

Dotnet Single Project Approach

This is a little experiment I want to try, over the years what I noticed is that the general approach in dotnet is to use multiple projects each resembling ... Read more

January 15, 2025

How to Override in JavaScript

JavaScript provides an arguments object inside any non-arrow function and it provides the list of arguments that were used to call the function. While this allows us to handle ... Read more

May 14, 2024

Iterators, Visitors and Selectors

This article is for: Software Developers The Iterator and Visitor design are patterns generally used to traverse collections or handle object tree navigation. This means both actual trees or graphs ... Read more

August 23, 2023

Model-View-ViewModel in ReactJS

In my previous article, MVVM to Flux and Back Again, I wrote about my journey with Model-View-ViewModel (MVVM) in .NET applications developed with Windows Presentation Foundation (WPF). It provides good ... Read more

September 22, 2021
Go to Top