Learn, Share, and Enjoy!
Development and/or architecture!
Search and/or filter result:

Set key-value on JS Object!
In this post, we’ll build a utility to handle adding or updating key-value pairs on an object — cleanly and flexibly!

Javascript plain object!
In this post, we will create a utility to ensure the given value is an actual object—not null or an array.

React hook to get device details!
In this post, we will create a custom hook to retrieve device-related information in a React or Next.js project.

Minimal alternative to `clsx`!
In this post, we will create a custom function for handling conditional `classNames` in your projects!