First Bootcamp day

Bye comfort zone. Hello, world.

Today was my first day in a 10 – week Web Development Bootcamp.

It’s something I wanted to do and I’ve been delaying for 2 years.

So here we go:

I opened a CodePen account and started with HTML.

Also, I’ve learned that when the browser initiates a TCP connection to an IP address, it sends a request in a plain text document structured in 3 parts to get the page:

  • request line
  • request header
  • request body

The request body is optional and it’s not used in GET requests.