A quick look at Gemini API shinny new pricing plan.

Google AI Gemini API has been gradually gaining traction, and it’s now transitioning into mainstream adoption. Gone are the days when Google merely relied on developers to test its new AI platform. With the platform now deemed production-ready, Google is gearing up to enable billing, marking a significant shift in […]


Simple Generative AI Tutorial: File Listing and Uploading

Welcome to my guide on harnessing the power of the Generative AI API to seamlessly manage your files for use within in your prompts! In order to use files within your prompts they must first be uploaded so that Gemini can access them. Whether you’re a seasoned developer or just […]


Its Free! Gemini API with AppScript free anywhere.

One of the issues with Gemini currently is that it is location locked. So you cant use it from the EU. One of the ways to get around that is to use Google APP script. Google App script runs on Googles servers so it is not effected by the location […]


A Pro’s Guide Multimodal Magic: Python-Powered Gemini for Creative Breakthroughs

In the ever-evolving landscape of artificial intelligence, Google’s Gemini has emerged as a groundbreaking large language model (LLM) that redefines the boundaries of multimodality. This sophisticated tool, trained on a vast corpus of text, images, audio, video, and even computer code, possesses the remarkable ability to seamlessly interweave these disparate […]


How to fix Username and Password when accessing Googles SMTP server

In today’s digital age, security is paramount. With the increasing sophistication of cyber threats, it’s crucial to safeguard your online accounts, especially those containing sensitive information. When it comes to sending emails, using a secure email server like Google SMTP is essential. However, to ensure that your account remains protected, […]


Unlocking the Power of Google Calendar API with C#

In today’s tech-driven world, automation and integration play a crucial role in enhancing productivity. One powerful tool that many businesses rely on for scheduling and collaboration is Google Calendar. In this blog post, we’ll explore how to harness the capabilities of the Google Calendar API using C# code. By the […]


Exploring Google Workspace Users with C# and Google APIs

If you’ve ever wondered how to interact with Google Workspace to manage and retrieve user information programmatically using C#, you’re in the right place. In this blog post, we’ll walk through a simple C# code snippet that utilizes the Google APIs to fetch and display information about users in a […]


Examining Google Analytics GA4 Data with Python and Pandas.

Welcome to my beginner-friendly tutorial on analyzing Google Analytics 4 data using Python and Pandas. In this guide, we’ll walk you through a simple Python script that fetches data from a Google Analytics property and shows you how to analyze it using the Pandas library. Prerequisites Before we begin, make […]


Gmail API JavaScript – Send Email Tutorial for Beginners

Sending emails programmatically can be a powerful tool, especially for developers automating routine tasks. In this beginner-friendly tutorial, we’ll walk through the process of sending an email using the Gmail API using JavaScript. Let’s get started! Prerequisites Before we dive into the tutorial, make sure you have the following: HTML […]