Bino

  • Home
  • Room
  • Workbench
  • Malayali
  • Desk
  • Projects
  • More
    • Travel
    • Uses
    • Stats
    • Library
    • Archive
    • Tags
    • Now
  • About

All
|
Essays
|
Notes

A collection of long form tech notes, and personal reflections.

മരണത്തിന്റെ മണം

17 June 2024

ചില വൈകുന്നേരങ്ങളിൽ ഞാൻ മരണത്തിന്റെ മണമുള്ള ഇടനാഴികളിൽ ചെന്ന് പെടാറുണ്ട്...
Read more

Understanding useCallback

5 June 2024

I hope you know what is useMemo and understood that it caches the values between re-renders. `useCallback` is similar to this and it caches a function instead of values...
Read more

React Notebook

2 June 2024

An online handbook about React that will cover all the basic topics. Unlike a physical handbook, this online book will evolve over time as I continue to learn and grow.
Read more

Understanding useMemo

1 June 2024

React ensures your user interface stays in sync with the application state by using a technique called re-rendering. During re-renders, React compares the Virtual DOMs and updates the necessary parts of the UI. This process is known as React Reconciliation...
Read more

Notes about Redux

20 May 2024

Redux is a JavaScript library that can be used with various JavaScript frameworks, including React, Angular, Vue, and Vanilla JS. It serves as a state management tool for handling cross-component or app-wide state.
Read more

How to deploy React app in Firebase

6 May 2024

A React Single Page Application (SPA) is essentially a static website and can be easily hosted using platforms like Firebase or Netlify.
Read more

Smart words from smart people

4 April 2024

A few smart things I've read lately and stuck in my head...
Read more

Understanding React custom Hooks

2 April 2024

In React there are several built-in Hooks like `useState`, `useEffect`, and `useContext`. Sometime you need to create your own Hooks for specific purpose like checking user session, fetching data, or showing notifications...
Read more

Understanding React Context

6 March 2024

Traditionally, you pass information from a parent component to child component via props in React. But data passing through this props drilling can make your code verbose and inconvenient if you have more components in the middle, or if many components in your app need the same information.
Read more
    • ««
    • «
    • 4
    • 5
    • 6
    • 7
    • 8
    • »
    • »»

Bino Kochumol Varghese  • © 2026

Powered by Hugo, Netlify, Lightbi & more.

| Made with ❤️ and ✨ by Bino |

Last updated: 23 February 2026, 22:53 +0300

  • Wall
  • Archive
  • Featured
  • Stats
  • Slashes
  • Now
  • Uses
  • Library
  • Tags
  • Credits
  • Changelog
  • Disclaimer
  • Blogroll