How to Set Up an Expo React Native Project with React QueryInteracting with external APIs is often essential, and React Query simplifies this by allowing you to focus on the data rather than the complexity of fetching it. This guide will walk you through setting up a React Native project using Expo and integ...Sep 2, 2024路3 min read路18
1 - Bootstrapping a new Django Rest Framework projectCreating a new project infrastructureJul 6, 2023路8 min read路48
0 - Introduction to Nigerian Schools APIThis is a journey into creating a community to build an open-source project that will be useful to developers in the coming times. For this project, we will use the Django rest framework to build the API with the help of other great libraries to en...Jul 2, 2023路1 min read路83
Adding React Query to a React Native ProjectReact Query is a performant and powerful data synchronization tool for React and React Native applications. It gives you declarative, always-up-to-date auto-managed queries and mutations that directly improve both your developer and user experience. ...Feb 1, 2023路4 min read路480
Converting a number to a short human-readable formatThis blog aims to provide simple reusable functions you can use in your projects to build user-friendly web applications or mobile applications. This one does a straightforward job of converting a number it receives to the shortest human-readable f...Jan 28, 2023路2 min read路85