Articles by Tag #util

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

TypeScript : Utility Types

Introduction to Utility Types Utility types in TypeScript allow you to transform existing types into...

Learn More 2 1Oct 28 '24

Set To-Do list as windows wallpaper (coded by sonnet)

amoy-todo-wallpaper Set To-Do list as windows wallpaper. This is a python program coded...

Learn More 0 0Feb 3

How to Enable Digital Vibrance on Wayland (NVIDIA Users, You Need This)

If you're using Wayland with an NVIDIA GPU, you've probably noticed something frustrating: 🎨 Colors...

Learn More 0 0Apr 12

Hot Swap Key Mapping for macOS

This utility allows you to dynamically remap keys or assign hotkeys on macOS. With it, you can...

Learn More 0 0Jun 13

Functional Snippet: withSuppress

Sometimes, suppressing errors is handy. E.g. you see this: try { scrollableRef.update() }...

Learn More 0 0Sep 1 '24

Get and verify paths in a nested object - util functions #2

Yesterday I shared with you a utility function to recurrently loop an object in JS, one of the...

Learn More 0 0Nov 14 '24

Are you using the custom hooks in React right?

Custom hooks are method that helps us to create and maintain functionalities outside the component...

Learn More 0 1Oct 15 '24

Recurrently loop an object in JS - util function #1

Currently, I'm working on some personal projects and I thought it was a good idea to share some code...

Learn More 0 0Nov 13 '24