Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!
Introduction to Utility Types Utility types in TypeScript allow you to transform existing types into...
amoy-todo-wallpaper Set To-Do list as windows wallpaper. This is a python program coded...
If you're using Wayland with an NVIDIA GPU, you've probably noticed something frustrating: 🎨 Colors...
This utility allows you to dynamically remap keys or assign hotkeys on macOS. With it, you can...
Sometimes, suppressing errors is handy. E.g. you see this: try { scrollableRef.update() }...
Yesterday I shared with you a utility function to recurrently loop an object in JS, one of the...
Custom hooks are method that helps us to create and maintain functionalities outside the component...
Currently, I'm working on some personal projects and I thought it was a good idea to share some code...