On a Cloud: Data Processing
Image Processing
This video should help you realize simple but powerful techniques in getting images to cloud backed storage, and processing them for common views.
- Upload strategy
- Queue for background processing
- Enable CDN for low latency
For more information check out his Open Source project on GitHub. The are also available on NuGet.
Dynamic Process Timing
When developing code for background tasks, you might realize that you don't care about fixed time, what is more important is how fast the system needs to go to keep up with the data flow.
- Maximize throughput
- Save costs
For more information check out his Open Source project on GitHub. The are also available on NuGet.