Recent Posts

Cassandra Data modeling

8 minute read

Before we start with our modeling, we must first educate ourselves with at least the rudimentary knowledge of Cassandra’s Architecture. Don’t worry we’re not...

Solving Linear Equations

14 minute read

2.3 Elimination using matrices In linear algebra, systems of linear equations are viewed as matrix-vector operations. Elimination is a method of solving sys...

Introduction to Vectors

11 minute read

1.1 Linear combination Vectors A vector is an object that has both a magnitude and a direction. But for our purpose, consider vectors as groups of numbers. ...

Using Pm2 To Serve Python Application

2 minute read

PM2 is a production process manager for Node.js applications with a built-in load balancer. It allows you to keep applications alive forever, to reload them ...