Pradeep P
Gooooo Prooooo
First post on GoPro Hero 11
Pradeep P
How TLS Certificates work
This document provides a small introduction on how TLS certificates work
Pradeep P
On Wix
Hi. I have been using a combination of AWS Lightsail and AWS Route 53 to host my website since I thought it would work out cheaper but...
Pradeep P
A simple thread pool (using a blocking queue) in C++
A general practice of running tasks on separate threads is creating new threads and running the required tasks on these threads. Creating...
Pradeep P
Producer Consumer problem – C++ Solution using condition variables
The Producer Consumer problem is apparently a classic multi thread synchronization problem in computer science. Essentially, we have a...