Cron-Dev Blog

2

Django middlewares with Rest Framework

Due to some design decisions in Django Rest Framework, the request.user is not available in the middleware request layer but only the views layer. Which means any extensible middlewares that you can think of...

1

Tempe Crash was Uber's fault. Period.

Autonomous cars would possibly be the most relevant example where we should talk about ethics around responsibility of computer engineers. This is software(and hardware) running the world with possible life changing consequences for the...

0

Natural keys as Primary keys

Any Database designer looking at the post title would cringe. So would I for the next time. This post is a walk through of an example why it is a horrendous idea to do...

2

Home NAS and VPN with Odroid XU4

A month ago, the above title was a mystery for me too. I started with a very simple goal. In layman terms, to be able to wirelessly access my files over home WiFi. Why not...

0

Setting up Networking in Linux without Network Manager

Yesterday, I faced this issue in Ubuntu where I accidentally uninstalled DHCP client on my system and leading to it uninstalling the Network manager too! Doing an apt-get update returned Err http://us.archive.ubuntu.com trusty Release.gpg...