Explore >> Select a destination


You are here

www.niallkennedy.com
| | www.avinashmeetoo.com
23.3 parsecs away

Travel
| |
| | timilearning.com
14.2 parsecs away

Travel
| | In the first lecture of this series, I wrote about MapReduce as a distributed computation framework. MapReduce partitions the input data across worker nodes, which process data in two stages: map and reduce. While MapReduce was innovative, it was inefficient for iterative and more complex computations. Researchers at UC Berkeley invented Spark to deal with these limitations.
| | engineering.zalando.com
17.2 parsecs away

Travel
| | Architecture and tooling behind machine learning at Zalando
| | newdevsguide.com
73.7 parsecs away

Travel
| Over the weekend I discovered a new feature in Visual Studio 2022 for C# code. This feature, which I'm referring to as "Inline Diagnostics" allows you to see compiler warnings and errors in your editor window without needing to hover over the tooltips.