Tagged: Tutorial

Seafile on FreeBSD 0

Seafile 9.x on FreeBSD with MariaDB behind Nginx reverse proxy and storage on separate disk

I will keep this short and simple: Install MariaDB (client and server)

Install seafile and seahub – you CANNOT do it via pkg because it depends on MySQL, which will conflict...

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...

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.

Overview of C++Traits idiom 0

C++ Traits

‘C++ Traits’ is an idiom that allows a great level of abstraction at compile time which is normally possible only by a combination of inheritance and composition. It allows an algorithm to...