Html inert property
Nov 17, 2023
Html
Fundamentals
The 'inert' property is a boolean value that can be quite nifty for managing accessibility and user interactions.
I'm a developer and design enthusiast with a keen interest in user experience, software architecture, and design systems.
Nov 17, 2023
Html
Fundamentals
The 'inert' property is a boolean value that can be quite nifty for managing accessibility and user interactions.
Jun 4, 2023
Javascript
Fundamentals
The Set object is an unordered collection of unique values. It allows you to store any type of value, whether it be primitive data types or object references.
Jun 1, 2023
Javascript
Fundamentals
JavaScript Map is an ordered collection of key-value pairs, where each key is unique. Unlike plain objects Maps allow any value, including objects, as keys and provide built-in methods for efficient data manipulation.
Measure an elements position and size.
Check if the user is on a touch device or not.
Simple hook to do simple fetching
Check when font files has been loaded
Short hook to know when an element is in view or not
Returns the size of the window (on load and resize)
A simple CLI that can create project licenses.
Platform for teachers where they could add, remove, and edit classes and students.
A simple calculator to calculate clamped viewport values.