⚠️Note

It’s under construction right now!

Intro

Backend Specific Courses and Books which are language agnostic

Linux

Courses:

  • Ahmed Alarabawy on Youtube [Software Engineer @Google]

Databases

DB

  • Fundmentals of Database Engineering, Hussein Nasser
  • FrontendMasters Courses
  • Database Internals, Book

Books:

  • Database System Concepts, Third Edition. [more academic]
  • Database Internals, see how distributed database works

Courses:

Distributed Systems and System Design

Before going into that section, you should’ve a miniamal knowledge of Operation Systems, Databases, Cryptography!

Books

  • Distributed Systems, Third Edition.
  • Designing Data Intensive Application.
  • System Design Interview

Courses

Another good resources

Networking

What’s important in this section is understand only [application networking].

RESTful APIs

Books:

  • API Architecture - The Big Picture for Building APIs by Matthias Biehl
  • API Design Patterns by JJ Geewax, Manning
  • API Security in Action by Neil Madden, Manning

Courses:

Microservices

Books:

Courses:

Operating Systems

Books:

  • Operating Systems - Three Easy Pieces
  • Operating Systems - Internals and Design Implementations, William Stallings

Javascript

Books:

  • Beginner
    • You Don’t Know JS, Kyle
    • The Principles of Object-Oriented JavaScript by Nicholas C. Zakas
    • Nicholas C. Zakas - Understanding ECMAScript 6 The Definitive Guide for javascript Developers-No Starch Press
  • Intermediate
    • Secrets of the JavaScript Ninja by John Resig, Bear Bibeault, Josip Maras
    • Javascript Design Patterns

Courses:

  • Frontend Masters Series

  • FrontendMasters series
  • Functional Javascript in action, book

Compilers

Software Architecture

OOP and Design Patterns

Cryptography and web security

As a software engineer you should have a good understanding of cryptography as most systems if not all use cryptography algorithms. and for you as a backend engineer it’s mandatory to grash those concepts very well, because you’re going to implement secure systems that facilitate most of the crypto algorithms. Books:

Other Useful resources:

ALG

  • Cracking the coding Interview [very_recommended]