Conclusion to part 3: Network programming with HTTP

Conclusion to part 3: Network programming with HTTP

Link to the course

L. Delafontaine and H. Louis, with the help of GitHub Copilot.

This work is licensed under the CC BY-SA 4.0 license.

Conclusion to part 3: Network programming with HTTP

What have you learned?

  • How and why HTTP can be used to build web applications:
    • Methods, status codes, headers, etc.
  • How HTTP features can be used to build web infrastructures:
    • Reverse proxies, load balancers, caching, scalability, etc.
Conclusion to part 3: Network programming with HTTP

What have you accomplished?

  • You have obtained and set up a server on a cloud provider.
  • You have created a simple web API to deploy on your server.
  • You have obtained and configured a domain name to use for yourself.
  • You have deployed your API on your server.
Conclusion to part 3: Network programming with HTTP

You have closed the loop

With this final part, you have closed the loop of the course. You can be proud of yourself!

Conclusion to part 3: Network programming with HTTP

Sources