Migrate Classic ASP.NET Apps to Containers

The motivations, strategies, and challenges of migrating classic ASP.NET applications to containers

December 28, 2023 · 5 min · 1049 words · Teddy

Licenses

Licenses of this site

December 25, 2023 · 1 min · 23 words · Teddy

A new blog site

Created a new hugo based blog site

December 22, 2023 · 1 min · 6 words · Teddy

Teddy's Machine Learning in Action Study Notes

In recent 3 months, I have spent most of my casual time in studying machine learning algorithms. I’m really a new comer to machine learning. And left college for more than 15 years, no surprise, I have successfully forgotten most of my maths knowledge for such as calculus, linear algebra, probabilities, statistics, etc. How I began my learning was from reviewing all the maths by reading books, doing exercises, then watching online machine learning videos, and finally following books & tutorials in action....

August 9, 2018 · 1 min · 182 words · Teddy

FluentDataflow - Fluent Style TPL Dataflow

Background In modern application development, there are so many scenarios of dataflow processing, such large volume data processing, image/video conversion, data migration, etc. In .NET, thanks to Microsoft for providing the TPL Dataflow library which is a flexible and high performance library for this area. TPL dataflow is really flexible, but when we want to build complex dataflows, we might have to create bunch of blocks, manually wire them, be careful to avoid data blocking, write a lot of tricks even for implementing the simplest branching and merging cases....

October 22, 2017 · 5 min · 935 words · Teddy