How to Add a New Line After Each Question Mark in Google Docs Using Google Apps Script

Have you ever found yourself needing to format a document by adding a new line after every question mark (?)? If so, doing it manually can be tedious and time-consuming — especially for large documents. Fortunately, with the power of Google Apps Script, you can automate this task in seconds. In this blog post, you’ll … Read more

Unleashing the Power of Google Apps Script and Gemini in Miami December 2024

Reflections on DevFest Miami 2024 — Thank You for an Incredible Experience! Gratitude and Reflection on DevFest Miami 2024 As the curtains close on DevFest Miami 2024, I’m filled with a deep sense of gratitude and excitement. This event, hosted by GDG Miami at 300 NE 2nd Ave, Miami, FL 33132, was an unforgettable experience. … Read more

JavaScript Weird Parts and Quirks

Introduction to JavaScript What is JavaScript? JavaScript is a versatile, dynamic, and interpreted programming language that allows developers to create interactive and dynamic web content. It is one of the core web technologies, alongside HTML and CSS, and is essential for building interactive web applications. Unlike HTML (which defines the page structure) and CSS (which … Read more

Miami DevFest Laurence Svekis Presentation Unleashing the Power of Google Apps Script and Gemini AI

Unleashing the Power of Google Apps Script and Gemini AI: Laurence Svekis at Miami DevFest 2024 Get ready for an electrifying experience at Miami DevFest 2024! On December 14th, from 9:00 AM to 5:00 PM (EST), acclaimed Google Developer Expert (GDE) and industry thought leader Laurence Svekis will be presenting “Power Up with Google Apps … Read more

How to List Images from a Google Drive Folder and Generate Descriptions Using Gemini AI

📘 Introduction Have you ever needed to list image files from a Google Drive folder and generate descriptions for each image automatically? This process can be time-consuming if done manually, but with Google Apps Script and Gemini AI, you can automate the entire workflow. In this blog post, you’ll learn how to: This process is … Read more

How to Use Gemini AI to Summarize Google Docs and Email the Results

📘 Introduction Have you ever wished you could summarize the contents of multiple Google Docs with the help of AI and email the results to your inbox? This tutorial will show you how to do just that using Google Apps Script and Gemini AI. With this system, you can: This is perfect for creating executive … Read more

How to Automatically Create Google Docs and Email Summaries Using Apps Script

📘 Introduction Have you ever wanted to create Google Docs automatically and send an email summary of their contents? With Google Apps Script, you can automate this entire process. This is perfect for report generation, executive summaries, or consolidating multiple Google Docs into one easy-to-read summary. In this post, you’ll learn how to: By the … Read more

How to Automatically Create Sample PDFs and Extract Totals Using Google Apps Script

📘 Introduction Have you ever wanted to generate PDFs automatically and extract key details from them, like invoice totals? With Google Apps Script, you can automate this process. In this guide, you’ll learn how to: This is useful for managing invoices, receipts, and other financial documents. By the end, you’ll have a system that can … Read more

How to Use Google Apps Script to Call the Gemini API and Create a Google Doc with AI-Generated Content

📢 Introduction Imagine being able to generate AI-powered content and automatically store it in a Google Doc. With Google Apps Script and the Gemini API, you can achieve this in just a few lines of code. This guide will walk you through a simple script that: By the end, you’ll have a fully functional script … Read more

How to Create a New Spreadsheet and Populate it with Random User Data Using Google Apps Script

📢 Introduction If you’ve ever needed test data for a project or wanted to see how to fetch and store API data into a spreadsheet, this guide is for you! With just a few lines of Google Apps Script, you can: This script is perfect for generating sample test data for development, analysis, or practice … Read more