murphydhee.hashnode.devImplementing Pagination and Infinite Scrolling with SWR in Your Web ApplicationIn today's digital world, web applications especially dashboards often deal with massive datasets. With the constant competitive ecosystem to offer a seamless experience users expect to go through these datasets without overwhelming load times. Two c...Sep 22, 2023路4 min read
murphydhee.hashnode.devUsing the Deposit聽Vue UI-KitIntroduction A known fact for front-end engineers is the draining amount of time it takes to build components that are often required for any full-stack web application. Building a table, dropdown menu or button from scratch is time-consuming, which ...Sep 5, 2023路7 min read
murphydhee.hashnode.devRevolutionizing UI Search in React Applications with the Power of ElasticsearchIn the rapidly evolving landscape of web applications, creating a seamless and efficient search experience for users is more crucial than ever before. Traditional search methods often struggle to provide results that are both quick and accurate. Howe...Aug 24, 2023路4 min read
murphydhee.hashnode.devMaking use of Vue Use State Effect - a fast alternative to Vuex and Pinia.In the dynamic world of Vue.js, state management has been a pivotal challenge. Vuex, the stalwart solution, has served us well with its versatility and extensive capabilities. However, as applications grew, the need for a more lightweight and less co...Aug 15, 2023路5 min read
murphydhee.hashnode.devA Beginner's Guide: Setting Up a CI/CD Pipeline for Your Frontend Project with GitLab CI/CDIn the current world of software development, having a super helper that checks your code and even delivers it to users in real-time. CI/CD are like your trusty assistants making sure your code is great and gets to users fast. CI/CD known as Continuo...Aug 13, 2023路3 min read