A Brief Hiatus: Focusing on a Special Project
Why I haven't published any article for a while now

Search for a command to run...
Articles tagged with #web-development
Why I haven't published any article for a while now

A modern way of creating Single Page Applications without any frontend framework

currentColor is a really useful, yet less-known CSS value that provides a more straightforward way to define color properties for elements in CSS. In this article, we talk about with currentColor is, three different scenarios in which it comes in han...

In the fast-paced world of software engineering, staying up-to-date on the latest changes in your field and learning new skills effectively in the shortest time possible is crucial, however daunting. One method that has gained significant popularity ...

What is useImperativeHandle? The useImperativeHandle hook is a React hook that allows you to customize the value returned from a forwarded ref. This can be useful for a variety of reasons, such as adding new methods to a ref, or changing the behavior...
The useId hook is a relatively new addition to the React library, and it provides a convenient way to generate unique IDs for your application's components. In this article, we'll explore what the useId hook is, why it's useful, and how you can use i...
