Cart

Udemy Fundamentals Of Backend Engineering

Fundamentals of Backend Engineering course on Udemy, created by Hussein Nasser

The Udemy course Fundamentals of Backend Engineering (formerly Fundamentals of Backend Communications and Protocols), created by Hussein Nasser, is a high-rated intermediate-level deep dive into how backend systems work beneath the application layer. udemy fundamentals of backend engineering

Key concepts include:

  1. Handles failure gracefully (Retries and Circuit Breakers).
  2. Scales under load (Load Balancers and Caching).
  3. Protects user data (ACID and Hashing).

The course is a great deep-dive for anyone tired of just "building features" and ready to start "building systems." Fundamentals of Backend Engineering course on Udemy, created

Security Protocols: Detailed look at TLS 1.2, 1.3, and 0-RTT handshakes. Handles failure gracefully (Retries and Circuit Breakers)

OS Kernel & Execution Patterns: How the OS kernel interacts with backend applications, including threads, processes, and async IO in Linux.

Networking Essentials: Understanding the Kernel TCP/IP stack, TLS, and connection management.