Back to Home

Some New Learnings

June 22, 2016

Software Engineering comes with a lot of good learning opportunities. First you learn how to write something by reading tutorials, watching videos etc. Then down the time you learn some new ways to do the same thing and you are blown by it. But only after some days you actually encounter the real hard problems in Computer Science.

Some of them are:

  • Race conditions
  • Caching

I have had some very nasty experiences with race conditions. But it opened my eyes to a new set of bugs that could be introduced. Your code might work fine 99% of the time but that remaining 1% could only happen under very rare circumstances. I think being aware and looking out for ways where race conditions might occur could be a good way to minimize if not totally prevent race conditions.

About Caching, it is very important that you understand what you are caching, why you are caching and how exactly your caching is going to work. Just setting up memcached and using a plugin will not help when you encounter a nasty bug caused by caching and you only realize after wasting hours debugging the issue.

Lately, I have been hacking a lot on new things and writing some Go and Node.js. I mostly do that in my late evenings after dinner and it is good fun. I am thinking of documenting my learning process as I learn these new things in a better way. I think it works best for me.

I will probably do a 15 or 30 day challenge, pick up a language and learn as much as I could about that language. The goal here is to learn it deeply and clearly.


I’m a Principal Engineer at Scalefusion and Django CMS Fellow passionate about solving meaningful problems and pushing tech boundaries. I love reading, listening/playing music, appreciating/making art, and enjoying a good cup of coffee.

Here are some recommendations from my current and past colleagues. You can check out my latest resume and Github profile. You can connect with me on twitter at @vinitkme or drop me an email atmail@vinitkumar.me.

I hope you enjoy reading my essays.

© 2025, Vinit Kumar