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
- NtDoc - The native NT API online documentation
- Can Windows tell me what is using my USB drive? - Super User
- README | P/Invoke
- PatchGuard Internals | r0keb
- Windows X86-64 System Call Table (XP/2003/Vista/7/8/10/2022/11) system-call
- Windows Kernel Ps Callbacks Experiments windows-internals
- https://explorar.dev/torvalds/linux linux-internals
Programming Languages
- RareCode rust
- Rust Ownership and Borrowing
- 100 Exercises to Learn Rust rust
- Learn backend development the smart way | Boot.dev golang