Cache
Caches can exist at all levels in architecture
Application Server Cache
Each time a request is made to the service, the node will quickly retur
...
Prefix Sum problem560. Subarray Sum Equals KLeetcode: https://leetcode.com/problems/subarray-sum-equals-k/
[Solution]
Use a hashmap to store {curSum:
...
Concepts
Why Kubernete: manual deployment of containers is hard to maintain, error-prone and annoying.
Containers might crash/go down and need to be
...
Crash course: https://www.youtube.com/watch?v=SLB_c_ayRMo
Concepts
Provider: platforms the TF code will be based on. (AWS, Docker, etc)
Resources
123
...
Why use concurrencyWhy Use parallel execution
More efficient
Some tasks must be performed sequentially
Not all tasks can be run parallelly
Parallel E
...
SummaryARC allows swift to automatically reallocate resources.
Strong Reference Cycles Between Class InstancesIt’s possible to write code in which an
...