Blog

Just some geeky stuff

Dokku

Dokku is extremly simple PaaS (platform as a service) . Philosophy of this software is quite simple. It is as simple as possible clone of Heroku.

OAuth2 tricks

My friend was quite confused about OAuth 2 today (facebook specifically) so I decided to write a couple of tricks for facebook and instagram authentication.

How to fix failed arch kernel update

If you are anything like me, it happens to you also that you battery just runs out and laptop turns off.

Race condition

Race condition is very common problem which is not mentioned so commonly and that is not so good.

Latest Posts

Radio modulation
Radio modulation

RF is like jumping into a pool with cold water. At first, you are like WTF am I doing, but, then, you realize, you are already creating some waves…

Decoding CTCSS tone
How to print all rejections in NodeJS
How to print all rejections in NodeJS

Did you forget to print error on rejection, in a huge project and are now having issues debugging it? I wrote a snippet of code to solve that.