Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

README.md

01 Networking 🌐

This module covers the fundamental networking concepts essential for frontend engineers.

👶 Fresher Level

  • How the Web Works: DNS, IP, and the request-response cycle.
  • Protocols: HTTPS, HTTP/2, TCP, UDP, SMTP.
  • REST APIs: Principles and how to consume them.
  • GraphQL Basics: Queries, mutations, and the graph approach.
  • Web Vitals Overview: Initial understanding of performance metrics.

👨‍💻 Senior Level

  • Browser Rendering: DOM, CSSOM, Paint, and the Critical Rendering Path.
  • API Design: Deep dive into headers, content types, and status codes.
  • Advanced GraphQL: Data loader, batching, and schema design.
  • gRPC: High-performance RPC framework for modern APIs.
  • Impact on Web Vitals: How networking choices affect user experience.