How to Integrate Google APIs with a Next.js App (OAuth 2.0 Guide)

In this post, we’ll dive into integrating Google APIs with a Next.js app. We’ll walk through how to: Ready? Let’s get started! Step 1: Set Up Google Cloud Console Head over to console.cloud.google.com.Create a New Project.Under API & Services: Next, Create Credentials: Step 2: Install Dependencies Step 3: Set Up Your .env File These values are required to authenticate users via… Read More How to Integrate Google APIs with a Next.js App (OAuth 2.0 Guide)

How to Send Emails from WordPress on a Google Cloud Compute Instance

Google Compute Engine does not allow outbound connections on ports 25, 465 and 587. These SMTP ports are blocked by default due to abuse. For sending emails through the Google cloud compute instance Google recommends the following: Relay emails through your G suite(formerly known as Google Apps) account Relay using third party email service such… Read More How to Send Emails from WordPress on a Google Cloud Compute Instance

How to Access phpMyAdmin on Google Cloud Compute on your Mac

I’ve been doing a small bit of Google Cloud Compute(GCP) configurations to run this blog. I thought I’ll start sharing some of the steps I’ve gone through which could be useful to others out there. So I’ve setup a GCP instance and configured it with a WordPress Bitnami stack. I’ve got some videos of those… Read More How to Access phpMyAdmin on Google Cloud Compute on your Mac