My Blogs

  1. DSA and Development go hand in hand

    June, 2021

    In this post, I have tried to demystify this confusion and have tried to convey a message that DSA and Development go hand in hand. Let me show it to you how...

    Read More
  2. How does a Javascript code work?

    June, 2021

    JavaScript is a single-threaded language, meaning only one task can be executed at a time. When the JavaScript interpreter initially executes code...

    Read More