Bino

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

All
|
Essays
|
Notes

A collection of long form essays about tech.

Card shortcode for Hugo

25 January 2023

Shortcodes are simple snippets inside your content files calling built-in or custom templates.
Read more

React components

20 January 2023

Conceptually, components are like JavaScript functions. They accept arbitrary inputs and return React elements describing what should appear on the screen.
Read more

Spread and Rest Operators

17 January 2023

The spread and rest operators us the same syntax (...) three dots.
Read more

Arrow functions

12 January 2023

Arrow functions are modern JS syntax to declare a function, which is introduced in ES6. Besides a shortes syntax, below are the properties:
Read more

Exports and Imports in JS

12 January 2023

In modern JavaScript projects you can split the code across multiple JavaScript files and its called modules.
Read more

Variable shadowing in JS

4 January 2023

Scope is the place where you can access the values of our variables or functions in our code.
Read more

let and const Keywords Hoisting

5 December 2022

JavaScript declarations are hoisted Variables defined with `let` and `const` are hoisted to the top of the block, but not initialized...
Read more

Scope, Scope chain and Lexical Environment in JS

2 December 2022

Scope is the place where you can access the values of your variables or functions in our code.
Read more

Hoisting in JavaScript

10 October 2022

JavaScript Hoisting refers to the process whereby the interpreter appears to move the declaration of functions, variables or classes to the top of their scope, prior to execution of the code...
Read more
    • ««
    • «
    • 3
    • 4
    • 5
    • 6
    • 7
    • »
    • »»

Bino Kochumol Varghese  • © 2025

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

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