PinnedUditha Atukorala·Aug 7, 2023Frustrations 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.
PinnedUditha Atukorala·Feb 20, 2024Say 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)…A response icon2A response icon2
Uditha Atukorala·Aug 16, 2023Implementing a gRPC Server API in modern C++ — Devlog #6A devlog documenting the attempt to build a better gRPC Server API using modern C++
Uditha Atukorala·Aug 14, 2023Implementing a gRPC Server API in modern C++ — Devlog #5A devlog documenting the attempt to build a better gRPC Server API using modern C++
Uditha Atukorala·Aug 13, 2023Implementing a gRPC Server API in modern C++ — Devlog #4A devlog documenting the attempt to build a better gRPC Server API using modern C++
Uditha Atukorala·Aug 11, 2023Implementing a gRPC Server API in modern C++ — Devlog #3A devlog documenting the attempt to build a better gRPC Server API using modern C++
Uditha Atukorala·Aug 10, 2023Implementing a gRPC Server API in modern C++ — Devlog #2A devlog documenting the attempt to build a better gRPC Server API using modern C++
Uditha Atukorala·Aug 8, 2023Implementing a gRPC Server API in modern C++ — Devlog #1A devlog documenting the attempt to build a better gRPC Server API using modern C++A response icon1A response icon1
Uditha Atukorala·Aug 5, 2023Dark-side of gRPCAlthough there are many benefits of using gRPC there’s a dark-side hidden behind a curtain of optimistic documentation and examples…
Uditha Atukorala·Nov 6, 2022Basics of creating an Operating SystemCreating an OS can be a daunting task, but fundamentally it’s just a software to manage resouces.