For few of us starting a new project is always an excitement, and for rest of us there is a friction for generating the first file. Opinionated boiler plates, these days covers the friction what we feel for the pilot. Lets take a look at 5 ineluctable factors we should...
[Read More]
Understanding open source licenses.
Software licencing is becoming more and more complex each day. Progressive increment in no of licence is agonizing for architects and developers in choosing dependencies. Let’s take a look at few cardinal open source licence that a developer may stumble upon in the day to day life.
[Read More]
Decoding Python as a NodeJS developer.
So I took a turn to write a live Python app. Let me take you through a journey of a Javascript developer writing a Python project
[Read More]
Why you should be language agnostic.
Typically most programmers tend to be comforted with one programming language. Some times even binding to a framework. Its obvious that, they might be trying to solidify their concepts in that domain. Or may be comforted in the ambiance of the knowledge that legacy had gifted them. Let me take...
[Read More]
Async Await - The good, the bad and the ugly
Its been a long time since I wrote a blog. So let me break that laziness here. For the past few months I was associated with architechting and developing the back-end of a real time game. When there is a game, there will be game rules, and these rules is...
[Read More]