MOMiracle Onyenmainopenreplay.hashnode.dev·May 30, 2023 · 23 min readCommon date/time operations without Moment.jsFor date/time operations, Moment.js was once the recommended library, but now it's not being developed, and it's considered a legacy library. This article will help you replace that library with several alternatives, so you can keep doing modern deve...00
MOMiracle Onyenmainopenreplay.hashnode.dev·Mar 28, 2023 · 14 min readCreate a custom range slider with VueRange sliders in HTML are UI elements that allow users to select a range of values within a certain minimum and maximum range. They are typically used in applications where the user must select a range of values, such as adjusting the volume on a mus...00
MOMiracle Onyenmainopenreplay.hashnode.dev·Mar 19, 2023 · 12 min readImprove App UX With Fuzzy SearchWhen a search argument does not match the required information, a fuzzy search is used to find content likely relevant to the search term. In this article, we’ll discuss fuzzy search and how it can improve the user experience of sites and application...00
MOMiracle Onyenmainopenreplay.hashnode.dev·Jan 11, 2023 · 14 min readBuilding a mobile app with React and IonicIn this article, we will cover the basics of React and the Ionic framework. We will learn how to build a simple application with React and Ionic. We will cover the application structure by explaining how React and Ionic applications are laid out and ...00
MOMiracle Onyenmainopenreplay.hashnode.dev·Dec 13, 2022 · 7 min readBuilding a responsive sticky navbar with CSSNavigation bars are a great technique to let users move through your websites. Every time our application has multiple pages, a navigation bar is required to make it simpler to distinguish between them and to make the application more interactive. We...00