balena interview question

How would I optimize bandwidth usage for software updates

Interview Answer

Anonymous

Mar 26, 2021

Some form of delta so we only download the new code. Used git as an example of a tool which has delta diff download already.