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

Prisma Adoption Guide: Overview, Examples, And Alternatives

Prisma ORM adoption guide: Overview, examples, and alternatives

Dev

Prisma makes working with databases easier and more streamlined. Let’s discuss why you should start using Prisma in your next project.

Taofiq Aiyelabegan
Mar 7, 2024 ⋅ 16 min read
Building A React Native Number Pad Feature From Scratch

Building a React Native number pad feature from scratch

Dev

Modern mobile apps often involve a step in the onboarding process where you need to enter a verification PIN sent […]

Taofiq Aiyelabegan
Dec 29, 2023 ⋅ 13 min read
Using The Useupdates Hook To Manage Remote React Native App Updates

Using the useUpdates Hook to manage React Native app updates

Dev

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

Dev

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

Dev

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

Dev

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

Dev

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

Dev

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

Dev

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

Dev

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

Dev

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

Dev

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