libcrypto.so.1.1: cannot open shared object file: No such file or directoryRecently I was trying to deploy an Erlang application on Ubuntu 22.04 server. When I try to start the service, I got following error:Dec 22, 2023Dec 22, 2023
RabbitMQ queue deleting error (403 forbidden)What I am going to share is a thing happened to our team recently when trying to delete a queue from RabbitMQ. This had happened to some…Nov 6, 2023Nov 6, 2023
Stock Market experience — After one yearIts been almost a year for my stock market investment experience, here in this post I am gonna list my experiences, my mistakes during…Apr 17, 2022Apr 17, 2022
Starting stopped docker containerToday we faced with a scenario where we started Kong API gateway and tried to access previously created APIs and keys. They were gone, they…Feb 22, 2022Feb 22, 2022
My Docker problems — Networking & VolumesRecently I had been working on my own hobby project, there I used docker-compose to run my docker images , and set network_mode: "host" …Feb 7, 2022Feb 7, 2022
Importance of Unit tests — My journey with Unit-tests 2I will list my own recent experiences learning C++ data-structures with Unit-tests (using googletest framework) in this post.Feb 6, 2022Feb 6, 2022
C++ Unit Tests — 1Recently I had been studying C++ and Unit Testing (C++ from this Udemy course and Unit Testing from this book). Finally I landed on this…Dec 17, 2020Dec 17, 2020
My C++ Journey : OOPI had learned C++ few years ago at university. But, I was not happy with OOP concepts. Even during Java Data structures subject , I often…Dec 5, 2020Dec 5, 2020
Prepare to prevent sql-injectionI recently watched this OWASP Top-10 talk from Jim Manico and tried this sample using basic golang. I am not a security expert, but by…Aug 31, 2020Aug 31, 2020
Nginx 101 — Load-BalancerThis will be the part 3 of my Nginx series. If you havent read first two, please read them before start this. Hope they would give you an…Jul 26, 2020Jul 26, 2020