Study-Notes icon indicating copy to clipboard operation
Study-Notes copied to clipboard

🤔💡 😃 😎 Algorithms, Data Structures, Design Patterns

Study Notes 😃


Algorithms

  • Algorithms
    • Search Algorithms
    • Sorting Algorithms
    • Greedy Algorithms
    • Dynamic Programming
    • Pattern Searching
    • Backtracking
    • Divide and Conquer
    • Geometric Algorithms
    • Mathematical Algorithms
    • Bit Algorithms
    • Graph Algorithms
  • Blockchain Consensus Algorithm

Books

Coding Skills

Cyber Attacks 🐱‍💻

Data Structures

Design Patterns

Programming Languages


Other:

  • HTTP 2.0 (Bidirectional) https://http2.github.io/faq/ ✅
    • HPACK Header compression
    • Server-side resource pushing
    • Multiplexing via streams and frames
    • Client/server prioritization
  • HTTPS
  • Socket
  • SSL / OpenSSL
  • Web Latency
  • (QUIC protocol)
  • Microservices https://www.youtube.com/watch?v=CZ3wIuvmHeM

NodeJS: