GitHub user chenlica created a discussion: Interesting and Important reads (from old wiki)
>From https://github.com/apache/texera/wiki/Interesting-and-Important-reads >(may be dangling) ==== #### Observables in general * [observables-with-rxjs-i-dont-get-it-series-part-1](http://anasfirdousi.com/observables-with-rxjs-i-dont-get-it-series-part-1.html) #### Hot vs Cold Observables * [What's the different between a hot observable and a subject](https://github.com/ReactiveX/rxjs/issues/2604) * [Hot vs Cold Observables](https://medium.com/@benlesh/hot-vs-cold-observables-f8094ed53339) #### Testing in Angular * [Codecraft unit testing series](https://codecraft.tv/courses/angular/unit-testing/overview/) * [Jasmine Docs Archive 2.9](https://jasmine.github.io/2.9/introduction) * [Testing RxJS Code with Marble Diagrams](https://github.com/ReactiveX/rxjs/blob/master/doc/marble-testing.md) * [RxJS Marble Testing: RTFM](https://blog.angularindepth.com/rxjs-marble-testing-rtfm-a9a6cd3db758) * [Tasks, microtasks, queues, schedules](https://jakearchibald.com/2015/tasks-microtasks-queues-and-schedules/) #### Actor Model * [Channel 9 video with Carl Hewitt](https://channel9.msdn.com/Shows/Going+Deep/Hewitt-Meijer-and-Szyperski-The-Actor-Model-everything-you-wanted-to-know-but-were-afraid-to-ask) * [Actor model paper by Carl](https://arxiv.org/ftp/arxiv/papers/1008/1008.1459.pdf) #### Distributed Systems basics * [Distributed systems theory for the distributed systems engineer](https://www.the-paper-trail.org/post/2014-08-09-distributed-systems-theory-for-the-distributed-systems-engineer/) #### Orleans * [Orleans design patterns](https://github.com/OrleansContrib/DesignPatterns) #### C# and ASP.NET basics * [Passing of parameters in C#](http://jonskeet.uk/csharp/parameters.html) #### C# and asynchronous programming in .NET * [Async programming with async and await](https://docs.microsoft.com/en-us/dotnet/csharp/programming-guide/concepts/async/) * [Ways of starting threads in dotnet](https://www.markheath.net/post/starting-threads-in-dotnet) * [There is no thread by Stephen Cleary](https://blog.stephencleary.com/2013/11/there-is-no-thread.html) * [Best practices in C# async programming](https://msdn.microsoft.com/en-us/magazine/jj991977.aspx) * [Why is Synchronization Context not in ASP.NET core](https://blog.stephencleary.com/2017/03/aspnetcore-synchronization-context.html) #### Practices in Data Processing (batch and stream) * [Article series by LinkedIn's Kartik Paramasivam](https://engineering.linkedin.com/blog/2016/06/stream-processing-hard-problems-part-1-killing-lambda) #### Software Design Concepts * [Dependency Injection](http://www.jamesshore.com/v2/blog/2006/dependency-injection-demystified) #### Twitter futures * [Finagle API blog](https://twitter.github.io/finagle/guide/Futures.html) GitHub link: https://github.com/apache/texera/discussions/3972 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
