7 Stories by Taofiq Aiyelabegan
In this article, we'll learn how to choose and connect a React Native backend and how to create our own backend service using Node.js.
We’ll talk about how to set up a Next.js project, data fetching from an API endpoint with getStaticProps method, and implementing pagination.
In this article, we will learn how to implement a secure Google single sign-on for your next NestJS project.
Pop-up menus improve UI by acting as an overflow menu. They can be used as a secondary action for an item or a button.
A modal bottom sheet slides up from the bottom of a screen to display extra content or longer descriptions within a mobile application.
We'll build an app using Next.js and Supabase. The concept is for users to track and create workout activities based on specified parameters
OTPs can be a daunting task because of the TextInput required. We can split the display to create one box for each OTP digit....