Viraj CBlogProjectsAbout
  • What I learned from my first ever software development internship

    July 25, 2018

    After 3 and a half years years of learning computer science academically, I now had a chance to test my knowledge...

  • The World of Charts in Web Development (Part 1)

    January 15, 2020

    The best way to make sense of lots of data is through visualizations. In web, we have a ton of libraries to help us build a dynamic chart.

  • The World of Charts in Web Development (Part 2)

    January 21, 2020

    Let's take a look at some client-side JavaScript libraries that we can use to render different types of charts on our front-end.

  • JavaScript tip: How to properly isolate your code using Anonymous Closures (IIFEs)

    December 30, 2019

    JavaScript code can get really messy when we keep adding random functionalities as the requirements come. Closures help you manage your code better

  • Search your website directly from Chrome’s Omnibox

    August 07, 2019

    You might have searched for YouTube videos directly from Chrome’s Omnibar. Implement similar functionality for your website.