PFPromise Femiinpromisefemi.hashnode.dev·May 25, 2023 · 11 min readgRPC Client Connection PoolingOriginal article was published on my website: https://promisefemi.vercel.app/blog/grpc-client-connection-pooling Recently I was working on a daemon for consuming MQTT messages sent from thousands of IOT devices. One of the requirements was that the ...00
PFPromise Femiinpromisefemi.hashnode.dev·May 6, 2023 · 6 min readData Structures: Singly Linked ListOriginal article is available on my website: https://promisefemi.vercel.app/blog/data-structures-singly-linked-list The illusive data structures, in this series i would be explaining individual data structures and their respective implementation in ...00
PFPromise Femiinpromisefemi.hashnode.dev·Oct 16, 2021 · 8 min readHanding file upload with GoIt has been one hell of a journey learning go, it been some-worth difficult as I was very used to the loose nature of JavaScript and PHP (languages I have been writing for about 3 years). GO's strict nature is something I have just been coming into t...00