thetechtrends.hashnode.devSOLID PrinciplesWhat are SOLID Principles ? SOLID is a set of five design principles that help developers write clean, maintainable, and scalable object-oriented code Single Responsibility Principle (SRP) The S in SOLID stands for Single Responsibility Principle...Nov 30, 2025·2 min read
thetechtrends.hashnode.devWhat Does Complement Mean in Binary?1. What does "complement" mean ? In binary/number systems, complement just means "the opposite" or "what is missing to reach a certain whole." For example: In decimal with base 10, the complement of 7 (in base 10, single digit) is 3, because 7 + 3 =...Sep 13, 2025·5 min read
thetechtrends.hashnode.devHttp/2Key features of HTTP/2 Binary Protocol Multiplexing Streams Header compression No head of line blocking Prioritization Server push Connection reuse Better performance Working of HTTP/2 It uses multiplexing for data transmission Multiplex...Apr 19, 2025·1 min read