10 years back this day, I officially kick-started my "this.life". I have come a long way since then and as usual I did not realized that today till end of the day and a small incident which pushed me to evaluate my geek journey.
I am just planning to journal my 10 years of experience, learning, memories and conclusions in this post. Readers, if you looking for anything technical or code solution, please skip this and help bump-up my bounce rate, thanks for visiting :)
Bill's Skill
I was sta » Read more
Developers mostly like to take control of your machine and how things work on it. This time I decided to take control where NodeJS would restore my global packages and manages package cache.
In this case I am referring to Windows 10 particularly as that is my core development platform.
By default NodeJS gets installed in C:\Program Files\nodejs folder (assuming you are installing nodejs - Windows x64 version).
After installation lets say I wish to install http-server package so I can run s » Read more
Using MySQL community server in one of the projects I have been working on. Few days back I reset my machine and installed latest version of MySQL server - v5.7.12 (development mode).
This started giving me error on "update from source" in EntityFramework (EDMX) - design first approach.
Unexpected exception occurred when generating the model. See output window for more details. Exception message : 'StrongTypingException: The value for column 'IsPrimaryKey' in table 'TableDetails' is DBNul » Read more