Bino

  • Home
  • Room
  • Workbench
  • Desk
  • Malayali
  • About
  • Search

All
|
Essays
|
Notes

A collection of long form essays about tech.

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

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

Job commands in Oracle PL/SQL

2 February 2024

Here I am listing the commands using for creating, running, and fetching the scheduler jobs in Oracle database for easy reference.
Read more

Default Apps 2023

21 January 2024

Read the Defaults app of Chris Coyier and found interesting.
Read more

Set up a feed/ archive page in Hugo to display all posts

7 January 2024

This website contains various types of blogs, both technical and non-technical, that can be accessed through the variuos links. I wanted to have a single page...
Read more
    • ««
    • «
    • 1
    • 2
    • 3
    • 4
    • 5
    • »
    • »»

Bino Kochumol Varghese  • © 2025

Powered by Hugo, Netlify, Lightbi & more.   Made with ✨ by Bino

  • Stats
  • Now
  • Uses
  • Library
  • Tags
  • Credits
  • Changelog
  • Disclaimer
  • Blogroll