Learning To Invest - Part 1

At work I am inundated with financial buzz words all the time, It is {code} vs equities, derivatives… Being a tech guy, I knew next to nothing about what was being discussed.

Read More

Database Views With Django

In the Django ORM, a database table is tied to a Django ORM model, but it is also possible to tie a database view with a Django ORM model. By doing so, you can hide the data aggregation logic on the database level (in view creating SQL). And most of the ORM features, like double underscore foreign key lookup, still work for the model tied to a database view.

Read More

The Learning Curve

As a learner, difficulty is almost always proportional to learning. Literally every day I try to get out of my comfort zone, sometimes I fail, sometimes I get things done and sometimes I end up Yak-Shaving. Well let’s talk about Yak Shaving for a few seconds.

Read More

Slipstream Life Hacking

There is a good chance that you may have dropped a buttered toast atleast once in your life, you might have observed that the toast always lands the butter side down, creating a greasy mess on your table or the floor. Why does it always land the butter side down? Well, a team of researchers from Manchester MET University dropped 100 slices from the table and have found the answer.

Read More