MMMohamed Mahgoubingoba.hashnode.dev·Mar 30 · 7 min read3 bugs that taught me more about HTTP than any tutorialI recently built StreamIngress — a small HTTP server and reverse proxy written in Java, built directly on top of raw TCP sockets with no frameworks, no Netty, no Jetty. Just ServerSocket, byte streams00
MMMohamed Mahgoubingoba.hashnode.dev·Jun 22, 2024 · 2 min readOOP Vs FPIn the third chapter of the SICP book titled "Modularity, Objects, and State," the book begins by explaining how to structure a system to be modular. It states that there are two ways to achieve this: Object-oriented approach Stream Processing appr...00