Amit.KumarAdvanced c++ : Must know conceptsPerfect forwarding and its use in generic codeJun 11, 2023Jun 11, 2023
Amit.KumarMultithreaded Server in c++ using EpollFirst of all , epoll is specific to Linux System . So this code is not portable on other OS.Jun 10, 2023Jun 10, 2023
Amit.KumarREDIS DB using PYTHONPutting out the code doe python redis db . redis-py installation required before running this codeOct 20, 2022Oct 20, 2022
Amit.KumarKafka producer and Consumer using python scriptPyhton script is written using python version -3.8 and using python library kafka-pythonJul 21, 2022Jul 21, 2022
Amit.KumarThread Pool using c++ : Taken from stackoverflowLet’s build a ThreadPool class:Jun 17, 2022Jun 17, 2022