How to Enable Google Auth for Supabase in a Next.js App
October 15, 2024
Likes: 0
Adding Google Sign-In to your Supabase-powered Next.js app involves configuring Supabase, setting up the Google Cloud project for OAuth credentials,...
Speech Synthesis Markup Language for Google Text-to-Speech
August 11, 2024
Likes: 0
Google's Text-to-Speech (TTS) service supports a variety of SSML (Speech Synthesis Markup Language) tags that allow you to control the...
How to Download Images from Google Images Using Puppeteer and Node.js
July 31, 2024
Likes: 0
Explore how to create a script that automates the process of downloading images from Google Images using Puppeteer, Node.js, and...
How to Convert Text to Speech Using Google Cloud Text-to-Speech API
July 11, 2024
Likes: 0
Google Cloud Text-to-Speech API allows developers to synthesize natural-sounding speech from text. This guide will walk you through the process...
Google Map Viewer in React
May 19, 2024
Likes: 0
In this article, we'll explore how to create a Google Map Viewer using React and Next.js. This app allows users...
Deploy a Dockerized application to Google Cloud
May 11, 2024
Likes: 0
Here is a simple tutorial for creating a Node.js-based web application that takes text input from the user, saves it...
Using Google Cloud Text-to-Speech API
November 23, 2023
Likes: 0
In this aritcle, we will walk through the process of using Google Cloud Text-to-Speech API to convert text to speech...
Automating Your Deployment Workflow with Vercel Deploy Hooks and Google Cloud Scheduler
February 28, 2023
Likes: 0
This article provides step-by-step guidance on setting up a Vercel deploy hook with a Google Cloud Scheduler cron job to...
Google Cloud Scheduler Cron Job
February 25, 2023
Likes: 0
The article explains how to use Google Cloud Scheduler to create and manage cron jobs. It provides step-by-step instructions on...
Read and Write To MongoDB
February 25, 2023
Likes: 0
This article provides a basic example of how to connect to a MongoDB database from a Next.js application and perform...