Understanding How TCP Works
Understanding the 3-Way Handshake and Reliable TCP Communication
Jan 20, 20263 min read3

Search for a command to run...
Articles tagged with #software-development
Understanding the 3-Way Handshake and Reliable TCP Communication

Picking the Best Protocol and Understanding Its Role with HTTP

What is a server, and why do we need to talk to it? Before understanding cURL, we need to understand one simple thing. What is a server? A server is just another computer.Its job is to: wait for requests process them send back responses When you...

What Lies Inside the .git Folder?

Basic Git Commands for New Users
