MF / Journal
Notes on technologyEst. 2021

The Journal

Issue 04

Essays on software, systems, and the small discoveries that happen while building things.

By Mobashir Farhan

Cover story · Latest

Debouncing and Throttling in JavaScript

A brief explanation of debouncing and throttling in JavaScript

7 min read
  1. STORY 02 / 04

    Types and Coercion in JS

    A quick guide to types and coercion in JavaScript.

    14 min read
  2. STORY 03 / 04

    Introduction to Functional Programming

    Functional programming is a programming paradigm that treats computation as the evaluation of mathematical functions and avoids changing-state and mutable data.

    15 min read
  3. STORY 04 / 04

    How Search System Works Part I

    Searching happens so often and so quickly that we hardly get time to know what actually happens under the hood. When we type something on Google, an instant search takes place behind the scenes.

    7 min read