PinnedFrustrations of creating a gRPC server in C++Despite the gRPC GitHub repo indicating over 65% of the code is C++, it’s so frustrating to use C++ to create a gRPC server.Aug 7, 2023Aug 7, 2023
PinnedSay hello to a blazing fast gRPC Server 👋 (C++)gRPCxx is a blazing fast, simple and flexible gRPC C++ server aiming to be a superior alternative to Google’s (frustrating)…Feb 20, 20242Feb 20, 20242
Implementing a gRPC Server API in modern C++ — Devlog #6A devlog documenting the attempt to build a better gRPC Server API using modern C++Aug 16, 2023Aug 16, 2023
Implementing a gRPC Server API in modern C++ — Devlog #5A devlog documenting the attempt to build a better gRPC Server API using modern C++Aug 14, 2023Aug 14, 2023
Implementing a gRPC Server API in modern C++ — Devlog #4A devlog documenting the attempt to build a better gRPC Server API using modern C++Aug 13, 2023Aug 13, 2023
Implementing a gRPC Server API in modern C++ — Devlog #3A devlog documenting the attempt to build a better gRPC Server API using modern C++Aug 11, 2023Aug 11, 2023
Implementing a gRPC Server API in modern C++ — Devlog #2A devlog documenting the attempt to build a better gRPC Server API using modern C++Aug 10, 2023Aug 10, 2023
Implementing a gRPC Server API in modern C++ — Devlog #1A devlog documenting the attempt to build a better gRPC Server API using modern C++Aug 8, 20231Aug 8, 20231
Dark-side of gRPCAlthough there are many benefits of using gRPC there’s a dark-side hidden behind a curtain of optimistic documentation and examples…Aug 5, 2023Aug 5, 2023
Basics of creating an Operating SystemCreating an OS can be a daunting task, but fundamentally it’s just a software to manage resouces.Nov 6, 2022Nov 6, 2022