Check out my latest articles
How to set up Font Awesome in React
Font Awesome is a popular icon library that provides scalable vector icons that can be customized with CSS. It is commonly used in web design and is easily recognizable by its iconic font and CSS styling. The library includes a wide variety of icons, including social media icons, user interface icons, and brand icons.
Modals, Popups, Lightbox, and Popover
A handful of the various ways that websites can improve user experiences include modals, popups, lightboxes, and popovers. They can assist users in completing activities quickly and easily, whether to display information or solicit input from them without changing the page or reloading the page.
How to Validate URLs in JavaScript
Ever wondered how to validate URLs in JavaScript? The process is surprisingly simple. On the internet, web pages, images, and videos can be recognized by their URLs (Uniform Resource Locators). They are used to send emails, transfer files, and perform a variety of other tasks. However, unknown URLs can be risky since they can direct users away from safe websites and toward hazardous ones.
Conditional Rendering in Nuxt (v-show, v-if, v-else)
It is a typical use case while designing an application in Nuxt or any other JS library or framework to show or hide items under certain conditions. The user interaction can be as straightforward as when we need to display a popup when a user hits a particular button...