Smelly Code

Post(s) tagged with "JavaScript"

How to "require" with aliases 🔁

May 08, 2021 2 min

An tutorial to setup aliased for a NodeJs applications.

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.

Variable Scope in Catch Block ~ JavaScript

August 02, 2019👓 3 min

A quick write up about variable scope in catch block.

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.

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📓 4 min

A quick explanation of interpolation formula used in Interpolation Search.

Binging Binary Search 🔎

January 09, 2018🧑🏻‍🏫 8 min

An overview of Binary Search.

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.