Hi, I am Hitesh.
A bit about Binary Heap ๐ณ
June 20, 2020 โ 7 min ๐An overview of binary heap with words, code and diagrams.
JavaScript and Bit-hacks ๐ง๐ปโโ๏ธ
May 01, 2020 โ 13 min ๐An overview of bitwise operators in JavaScript with bit-hacks.
Building an Accordion with React Hooks.
February 26, 2020 โ 7 min ๐A tutorial to build a reusable accordion component with React Hooks.
Variable Scope in Catch Block ~ JavaScript
August 02, 2019 โ 3 min ๐A quick write up about variable scope in catch block.
Component Glossary ๐
June 25, 2019 โ 9 min ๐Explanation of various types of components with words and code.
CSRF in Action ๐ญ
June 10, 2019 โ 7 min ๐Demonstration of Cross Site Request Forgery(CSRF) with a simple todo app.
NodeJs with(out) Express ~ Part 1
May 27, 2019 โ 7 min ๐Peeling the layers of abstraction wrt NodeJs and Express.
React starter kit for Chrome Extensions with Live Reloading ๐ค
May 07, 2019 โ 5 min ๐I didn't find a react starter kit for chrome extensions which provides live reloading. So I created one ๐.
JS one-liners ๐ป
March 01, 2019 โ 4 min ๐Collection of JS one-liners.
Data Structures with Iterable Protocol
January 26, 2019 โ 8 min ๐Iterating 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 min ๐Explanation of Binary Tree with simple words and code.
A Gentle Introduction to Trees ๐ณ
July 14, 2018 โ 6 min ๐An overview of the tree data structure.
Demystifying Interpolation formula for Interpolation Search
January 19, 2018 โ 3 min ๐A quick explanation of interpolation formula used in Interpolation Search.
Binging Binary Search ๐
January 09, 2018 โ 8 min ๐An overview of Binary Search.
An Ode to Asymptotic Notations
August 26, 2017 โ 11 min ๐Aymptotic 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 min ๐Keynotes I captured while reading the book.
Insertion Sort with Callback.
May 16, 2017 โ 1 min ๐Implementation of insertion sort using with callback.
Angular => extend, copy & merge
February 11, 2017 โ 4 min ๐An overview of angular's copy, merge and extend api.