CS fundamentals and algorithms카카오
TCP vs UDP
What's the difference between TCP and UDP? When a packet is lost, what happens under each one?
TCP vs UDP
What's the difference between TCP and UDP? When a packet is lost, what happens under each one?
CS fundamentals and algorithmsShort answerAdvanced
A user on the subway keeps bouncing between Wi-Fi and LTE, and your app's requests keep d…
#tcp #urlsession #quic
NetworkingMultiple choiceIntro
In a first-round iOS interview you get a networking fundamentals question: "What protocol…
#tcp #udp
TestingShort answerAdvanced
You want to test a network layer that uses URLSession directly, with no real server. Can …
#network #urlsession
ConcurrencyShort answerBasics
Write a Combine pipeline that sends two different network requests (user profile, account…
#network