Explore >> Select a destination


You are here

highscalability.com
| | timilearning.com
4.8 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.
| | github.com
5.2 parsecs away

Travel
| | A curated list of software and architecture related design patterns. - DovAmir/awesome-design-patterns
| | arpitonline.com
6.0 parsecs away

Travel
| | I was recently looking to scaling up an API currently hosted on Heroku.com. While adding dynos to Heroku was an option, I also thought it was a good excuse to get more familiar with Google Cloud Platform (GCP), which I have been curious about for a while and have had some really good conversations on...
| | simpleprogrammer.com
49.1 parsecs away

Travel
| Software Engineers do the complex work so that we can enjoy efficient software solutions. They're creating the systems behind the digital tools we use at work or in our personal life. This takes strong logical thinking and problem-solving skills, as well as a deep knowledge of computer science and programming. It's a challenging, but exciting [...]