Kantara 0

Kantara

Kantara is getting a lot of well deserved praise. It is rare that movies with such good writing get made in India. In that, I wanted to note down some points: The...

Monolith vs Microservices 0

Monolith vs Microservices

Let me start with an example. Imagine if we wanted to pick a machine among a list of machines that is best suited to run a CPU-heavy process. It is actually a...

A whale representing docker hitting a boat with wheel representing kubernetes 0

What is Docker or containerization?

The Beginning Imagine you are an average guy who is interested in coding and building something great that solves someone’s problems. Imagine you are not really writing an interactive desktop program, but...

Factory pattern 0

Generic Factory in C++

A generic factory is a factory that can register any class type. It is very easy to write because we are allowed to use void pointers.

Usage:

As we are...

0

Maximum Subarray

Problem statement: Find the largest sum that is possible in an array. I.e., find the maximum sub-array. Solution: From the very first this problem looks complicated because of how it is framed....

The Persistence of Memory by Salvador Dali 0

Limit of time

Ticking away the moments that make up a dull day Fritter and waste the hours in an offhand way. Kicking around on a piece of ground in your home town Waiting for...

Memento Design Pattern 0

Memento Pattern

This PDF was submitted to BITS PILANI Work Integrated Learning Program 2019 Object Oriented Analysis and Design (S2_18_SSZG514) for the final assignment.