MEMfon Ekwereinmurphydhee.hashnode.dev路Sep 22, 2023 路 4 min readImplementing 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...00
MEMfon Ekwereinmurphydhee.hashnode.dev路Sep 5, 2023 路 7 min readUsing 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 ...00
MEMfon Ekwereinmurphydhee.hashnode.dev路Aug 24, 2023 路 4 min readRevolutionizing 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...00
MEMfon Ekwereinmurphydhee.hashnode.dev路Aug 15, 2023 路 5 min readMaking 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...00
MEMfon Ekwereinmurphydhee.hashnode.dev路Aug 13, 2023 路 3 min readA 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...00