top of page
Pradeep P
May 12, 20228 min read
How TLS Certificates work
This document provides a small introduction on how TLS certificates work
29 views
Pradeep P
Aug 29, 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...
20 views0 comments
Pradeep P
Aug 17, 20202 min read
AWS Certified!
Hello, I was finally able to clear the AWS Certified Solutions Architect – Associate level certification exam. 🙂 The pursuit of this...
6 views0 comments
Pradeep P
Sep 16, 20198 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...
96 views0 comments
Pradeep P
Sep 16, 20196 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...
45 views0 comments
Pradeep P
Sep 16, 201915 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...
8 views0 comments
bottom of page