Hi, I am Hitesh.
How to "require" with aliases ๐
May 08, 2021 โ โณ 2 minAn tutorial to setup aliased for a NodeJs applications.
A bit about Binary Heap ๐ณ
June 20, 2020 โ ๐จ๐ปโ๐ซ 7 minAn overview of binary heap with words, code and diagrams.
JavaScript and Bit-hacks ๐ง๐ปโโ๏ธ
May 01, 2020 โ ๐ฉ๐ปโ๐ป 13 minAn overview of bitwise operators in JavaScript with bit-hacks.
Building an Accordion with React Hooks.
February 26, 2020 โ ๐ง๐ปโ๐ซ 7 minA tutorial to build a reusable accordion component with React Hooks.
Variable Scope in Catch Block ~ JavaScript
August 02, 2019 โ ๐ 3 minA quick write up about variable scope in catch block.
Component Glossary ๐
June 25, 2019 โ ๐ฉ๐ปโ๐ป 9 minExplanation of various types of components with words and code.
CSRF in Action ๐ญ
June 10, 2019 โ ๐ฉ๐ปโ๐ซ 7 minDemonstration of Cross Site Request Forgery(CSRF) with a simple todo app.
NodeJs with(out) Express ~ Part 1
May 27, 2019 โ ๐ต 7 minPeeling the layers of abstraction wrt NodeJs and Express.
React starter kit for Chrome Extensions with Live Reloading ๐ค
May 07, 2019 โ โณ 5 minI didn't find a react starter kit for chrome extensions which provides live reloading. So I created one ๐.
Data Structures with Iterable Protocol
January 26, 2019 โ ๐จ๐ปโ๐ป 8 minIterating data structures with for-of loop and spreading them with spread operator(โฆ).
Level up your Regex Game ๐
October 13, 2018 โ ๐ฉ๐ปโ๐ซ 11 min๐ฑ๐ฐ๐จ๐ข๐ฅ๐ต๐ณ๐ฒ๐ฎ๐ง๐ฆ๐ฏ๐๐๐๐ค๐ค๐
A Bit about Binary Tree ๐ณ
August 18, 2018 โ ๐จ๐ปโ๐ซ 13 minExplanation of Binary Tree with simple words and code.
A Gentle Introduction to Trees ๐ณ
July 14, 2018 โ ๐จ๐ปโ๐ป 6 minAn overview of the tree data structure.
Demystifying Interpolation formula for Interpolation Search
January 19, 2018 โ ๐จ๐ปโ๐ป 4 minA quick explanation of interpolation formula used in Interpolation Search.
An Ode to Asymptotic Notations
August 26, 2017 โ ๐ 12 minAymptotic notations are fancy ways/classes of speaking about algorithms. I'll do my best to explain them in simple words.
Salient Notes from โThe Monk Who Sold His FERRARIโ
August 05, 2017 โ ๐จ๐ปโ๐ป 10 minKeynotes I captured while reading the book.
Insertion Sort with Callback.
May 16, 2017 โ ๐ 1 minImplementation of insertion sort using with callback.
Angular => extend, copy & merge
February 11, 2017 โ ๐จ๐ปโ๐ซ 4 minAn overview of angular's copy, merge and extend api.