We have moved to a new website!
If you are not redirected within 3 seconds, click
here
to go my homepage.
Codbix
Home
The Garden 🌱
A collection of essays, notes, and half-baked explorations I'm always tending to.
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
Shortcodes are simple snippets inside your content files calling built-in or custom templates.
Read more
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?
React is an open-source front-end JavaScript library that is used for building user interfaces.
Read more
Array Destructuring in JS
Destructing is a way to extract Arrays or objects into a distinct variable.
Read more
Spread and Rest Operators
The spread and rest operators us the same syntax (...) three dots.
Read more
Arrow functions
Arrow functions are modern JS syntax to declare a function, which is introduced in ES6.
Read more
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
In object-oriented programming, a class is an extensible program-code-template for creating objects..
Read more
««
«
1
2
3
»
»»