• Setting import path for go generate

    Go generate is one of my favorite tools but it is easy to mess up the import paths if you are not careful. This problem generally occurs when the import paths end up referencing to your fork and not to the original repo. This is a very common issue if...


  • Selected for Grace Hopper Conference

    Grace Hopper Conference is the largest gathering of women technologists in the world! The energy there is insane! It is inspiring, empowering and exciting! Being a woman myself, I can vouch that there are hardly any girls in CS. (Just a little background info, I am am Electronics Engineering undergraduate...


  • SEO for Jekyll blogs

    Previously, I wrote about how to make a Jekyll blog. In this post, I’ll talk about how you can make that blog SEO compatible. Jekyll blogs don’t have any SEO functionality by default so I had to incorporate it myself. This led me to learn more about SEO and it...


  • How to build a blog using Github, Jekyll and Lanyon

    UPDATE: I redesigned this blog using Centrarium. Though my blog does not reflect the steps in this post, this tutorial helped me to rebuild my blog. I hope this helps you too! I built this blog using Github pages, Jekyll and the Lanyon theme. The most amazing part is that...