Collection of great resources

This is just a handful of resources I can recommend to anyone who wants to become a better software engineer. It's it for those who want to grow their technical skills further.

System Design

Book - Designing Data-Intensive Applications The Big Ideas Behind Reliable, Scalable, and Maintainable Systems
The Amazon Builders' Library How Amazon builds and operates software
Cloud Design Patterns A series of system design articles prepared by Microsoft
ByteByteGo Ace Your Next System Design Interview
System Design Primer The System Design Primer
System Design 101 From the creators of ByteByteGo
The Twelve-Factor App A set of mental models and prescriptions for building an app
System Design Notes A list of less common topics in system design.
System Design Newsletter Easy reads about architecture of popular services and systems

React

React+TypeScript Cheatsheets Cheatsheets for experienced React developers getting started with TypeScript
React Ecosystem in 2024 React Ecosystem in 2024
react-philosophies A list of general practices when working with React

JavaScript

Eloquent JavaScript The new edition of great book about JavaScript
Exploring ES6 Extensive ES6 book guide
You Don't Know JS Yet A a series of books diving deep into the core mechanisms of the JavaScript language

Misc.

The Frugal Architect Simple laws for building cost-aware, sustainable, and modern architectures.
HOW DNS WORKS Funny guides explaining in a few steps the logic behind DNS resolution
Explain Shell Write down a command-line to see the help text that matches each argument
What happens when... Classic. Explanation of what happens under the hood when you enter query in your browser
HEAD HEAD element in depth
Learn Regex Extensive guide dedicated to regular expressions
Node.js Best Practices Recommended libraries, latest and greatest best practices
How to JSON in PostgreSQL This series covers how to solve common problems on JSON datasets with PostgreSQL
Code. Simply. Clearly. Calmly. Video tutorials for modern ideas and open source tools.
Fusion Auth Articles A collection of articles helping to understand different authentication strategies and workflows