Taofiq Aiyelabegan

  Taofiq is a technical writer and software engineer working on building mobile and web applications. Additionally, he likes to contribute to open source projects and exploring new topics.

     



7 Stories by Taofiq Aiyelabegan

Choosing and connecting a React Native backend

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.
2 11 min read

How to add pagination to your Next.js app

We’ll talk about how to set up a Next.js project, data fetching from an API endpoint with getStaticProps method, and implementing pagination.
2 5 min read

Implementing secure single sign-on authentication in NestJS

In this article, we will learn how to implement a secure Google single sign-on for your next NestJS project.
0 10 min read

How to create customized pop-up menus in React Native

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.
2 7 min read

Creating and styling a modal bottom sheet in React Native

A modal bottom sheet slides up from the bottom of a screen to display extra content or longer descriptions within a mobile application.
2 8 min read

Build a full-stack app with Next.js and Supabase

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
0 14 min read

Creating split OTP input fields in React Native

OTPs can be a daunting task because of the TextInput required. We can split the display to create one box for each OTP digit....
2 8 min read