Algorithms
- Two Pointers Technique - GeeksforGeeks
- Sliding Window Technique - GeeksforGeeks
- Prefix Sum Array - Implementation and Applications in Competitive Programming - GeeksforGeeks
- What is Priority Queue | Introduction to Priority Queue - GeeksforGeeks
Architecture
- How the CPU Translates Virtual Addresses to Physical Addresses. This blog has a lot of great content on computer architecture. computer-architecture
- Introduction To Modern Memory Management computer-architecture
- Demystifying the “SVCHOST.EXE” Process and Its Command Line Options | by Nasreddine Bencherchali | Medium windows-internals
Internals
- Vergilius Project | Home windows-internals
- NtDoc - The native NT API online documentation windows-internals
- Can Windows tell me what is using my USB drive? - Super User windows-internals
- README | P/Invoke windows-internals
- PatchGuard Internals | r0keb
- Rust Ownership and Borrowing
- How Docker Works Internally?