Codbix
  • Home
  • Garden
  • Notes
  • Collections
  • Projects
  • Tags
  • About

The Garden 🌱

A collection of essays, notes, and half-baked explorations I'm always tending to.
JSX

JSX

JSX is a XML-like syntax extension to ECMAScript (the acronym stands for JavaScript XML). Basically it just provides syntactic sugar...
Read more
Card Shortcode for Hugo

Card Shortcode for Hugo

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

React Components

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

What is React?

React is an open-source front-end JavaScript library that is used for building user interfaces.
Read more
Array Destructuring in JS

Array Destructuring in JS

Destructing is a way to extract Arrays or objects into a distinct variable.
Read more
Spread and Rest Operators

Spread and Rest Operators

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

Arrow functions

Arrow functions are modern JS syntax to declare a function, which is introduced in ES6.
Read more
Exports and Imports in JS

Exports and Imports in JS

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

Classes in JS

In object-oriented programming, a class is an extensible program-code-template for creating objects..
Read more
    • ««
    • «
    • 1
    • 2
    • 3
    • »
    • »»

Bino Kochumol Varghese  • © 2023  •  Codbix

Powered by Hugo  •  Theme Lightbi adapted from Beautiful Hugo  •  Made with ✨ by Bino