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.

Stories by Taofiq Aiyelabegan

Using The Useupdates Hook To Manage Remote React Native App Updates

Using the useUpdates Hook to manage React Native app updates

The useUpdates Hook is an important advancement that helps streamline the update management process for React Native applications.

Taofiq Aiyelabegan
Oct 30, 2023 â‹… 5 min read
Optimizing Static Pages In Your Next.js Apps With Prisma

Optimizing static pages in your Next.js apps with Prisma

Explore how to optimize static pages in Next.js using the Prisma database to enhance the speed and efficiency of your apps.

Taofiq Aiyelabegan
Oct 12, 2023 â‹… 12 min read
How To Send Emails In Node Js Using Email Apis

How to send emails in Node.js using email APIs

In a Node.js app, you can send emails using an email API to better automate and customize communications with your users.

Taofiq Aiyelabegan
Sep 6, 2023 â‹… 8 min read
Building a Full-Stack App With Remix and Prisma

Building a full-stack app with Remix and Prisma

In this tutorial, you will build a simple full-stack application using Remix, Prisma, and MySQL as the database.

Taofiq Aiyelabegan
Jun 13, 2023 â‹… 11 min read
NestJS Interceptors: Guide and Use Cases

NestJS interceptors: Guide and use cases

In this article, we will look at what NestJS interceptors are, how to use them, and some use cases for them.

Taofiq Aiyelabegan
Apr 12, 2023 â‹… 9 min read
Choosing and Connecting a React Native Backend

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.

Taofiq Aiyelabegan
Jan 31, 2023 â‹… 11 min read
How to Add Pagination to Your Next.js App

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.

Taofiq Aiyelabegan
Dec 20, 2022 â‹… 5 min read
Implementing Secure Sign-On in Nest.js With Google

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.

Taofiq Aiyelabegan
Nov 1, 2022 â‹… 10 min read
How To Create Customized Pop-Up Menus In React Native

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.

Taofiq Aiyelabegan
Oct 13, 2022 â‹… 7 min read
Creating And Styling A Modal Bottom Sheet In React Native

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.

Taofiq Aiyelabegan
Sep 26, 2022 â‹… 8 min read
Build a full-stack app with Next.js and Supabase

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

Taofiq Aiyelabegan
Aug 17, 2022 â‹… 14 min read
Creating Split OTP input Fields In React Native

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.

Taofiq Aiyelabegan
Jul 18, 2022 â‹… 8 min read