top of page
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
Pradeep P
Sep 16, 20192 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...
4 views0 comments
Pradeep P
Sep 16, 20199 min read
Docker Basic Commands
We will see some of the most commonly used docker commands here For a complete list of the supported commands, please refer to the...
14 views0 comments
Pradeep P
Sep 16, 20194 min read
Docker image for a simple webserver with Python
We will create a simple web server with Python and create a docker image with the same. Our target it to run the docker image and be able...
82 views0 comments
Pradeep P
Sep 16, 20198 min read
Docker – Building Custom Images
We will look at how to create our own images that can be run using docker. We will use a file called a Dockerfile to instruct docker as...
11 views0 comments
Pradeep P
Sep 16, 20191 min read
On HTTPS!
This website is created using Amazon’s Lightsail. By default, the site is a http one. This means that no TLS verification is inherently...
6 views0 comments
bottom of page