Monthly Archives: November, 2020
Data Science
Natural Language Processing – A 30,000 feet view
Natural Language Processing has gained a lot of popularity owing to an exponential increase in unstructured data generation. Here are some fun...
JavaScript
How to unit-test a private (non-exported) function in JavaScript
When writing unit-tests for JavaScript modules, we often encounter a dilemma wherein the module has some private functions that have not been...
React
Detecting click outside component using React hooks
If you have tried developing your own dropdown, modal, or popover in React, you would have come across this. "How do I...
Algorithms and Data Structures
Number of Islands: Demystifying Programming Interview
Wisdom Geek - 0
If you are reading this post right now, chances are high that you are not looking for the number of islands in...