|
You are here |
highscalability.com | ||
| | | | |
github.com
|
|
| | | | | A curated list of software and architecture related design patterns. - DovAmir/awesome-design-patterns | |
| | | | |
timilearning.com
|
|
| | | | | 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. | |
| | | | |
arpitonline.com
|
|
| | | | | 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... | |
| | | | |
thottingal.in
|
|
| | | I just published a VS Code language extension to support OpenType feature files in the Adobe "AFDKO" format. The extension provides syntax highlighting and code snippet support. (Screenshot From Amiri font) The syntax highlighting patterns for AFDKO is based on the opentype-feature-bundle for Atom Editor by Kennet Ormandy which is based upon Brook Elgie's original Textmate bundle. The code snippets are based on the snippets prepared by Simon Cozens for AFDKO-SublimeText | ||