top of page


Gooooo Prooooo
First post on GoPro Hero 11
Pradeep P
Nov 9, 20221 min read


How TLS Certificates work
This document provides a small introduction on how TLS certificates work
Pradeep P
May 12, 20228 min read


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
Nov 17, 20211 min read


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
Oct 4, 20215 min read


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...
Pradeep P
Oct 4, 20214 min read


My attempt at creating a hash table in C++
Hi. Was trying to understand how a hash table works. The below is my attempt to implement the same in C++. I hope to improve this with...
Pradeep P
Oct 2, 20213 min read


Horizon Zero Dawn – From PlayStation to PC
Horizon Zero Dawn (https://store.steampowered.com/app/1151640/Horizon_Zero_Dawn_Complete_Edition/) was a game that I wanted to play for a...
Pradeep P
Sep 6, 20212 min read


Foundation – A brilliant medieval city builder
While browsing through Steam, had come across a indie game called Foundation. It was in Early access (still is at the point of writing...
Pradeep P
Aug 30, 20212 min read


Intro to SPRING BOOT – Part 1
Introduction I recently shifted into a team that uses Spring Boot and hence am learning the same. This blog series represents some notes...
Pradeep P
Aug 29, 20212 min read


Sun Halo – 24th May, 2021
I was eating yummy avalakki bath for breakfast when my father called me to come to the roof with my camera. I ran up thinking that a...
Pradeep P
May 25, 20212 min read


Creating Live Wallpapers for Wallpaper Engine
I found this wonderful software called Wallpaper Engine in Steam. This tool allow us to set some live wallpapers for the Windows...
Pradeep P
May 16, 20211 min read


Ranthambore Trip – April 2015
I visited Ranthambore in April, 2015 (between 8th April 2015 and 12th April, 2015). From Bangalore, reached Jaipur via flight. Our...
Pradeep P
May 16, 20214 min read


AWS Certified!
Hello, I was finally able to clear the AWS Certified Solutions Architect – Associate level certification exam. 🙂 The pursuit of this...
Pradeep P
Aug 17, 20202 min read


Introduction to CloudFormation
Introduction When we are learning AWS, we usually make use of the AWS Console to create all the required resources. We connect them...
Pradeep P
Aug 10, 20203 min read


AWS API Gateway
The AWS API Gateway is a service that enables us to create, maintain and monitor APIs in the AWS cloud. API Gateway provides us...
Pradeep P
Oct 7, 20198 min read


VPCs in AWS
VPC – Virtual Private Cloud The VPC allows us to launch AWS resources into a virtual network that we can define ourselves. It is intended...
Pradeep P
Oct 4, 201914 min read


Popular topics for C++ interviews
I recently attended a few technical interviews for the role of a senior C++ software engineer / design lead and would like to put up here...
Pradeep P
Sep 16, 20198 min read


Smart Pointers in C++
Smart pointers eliminate the need to use “new” and “delete” while creating dynamically allocated objects. These ensure that the objects...
Pradeep P
Sep 16, 20196 min read


git Fundamentals
As per Wikipedia: Git is a version control system for tracking changes in computer files and coordinating work on those files among...
Pradeep P
Sep 16, 201915 min read


Safari books is an excellent technical resource!
Safari Books Online (https://learning.oreilly.com/) is an awesome resource to get your hands on all sorts of technical books! It has a...
Pradeep P
Sep 16, 20192 min read
bottom of page