Tag: Paywall

BigQuery Data Science Paywall March 16, 2026

Temp Tables and Session Mode - This article explains how using BigQuery's temporary tables in conjunction with session mode can significantly reduce query costs. By materializing filtered data subsets into temporary tables that persist within a session, users can avoid repeatedly processing large datasets. This approach offers substantial cost savings and improved efficiency for analysts and engineers performing iterative or multi-step queries.

Big Data Paywall March 16, 2026

GCP — DATA ENGINEER: Secret Manager - Introduction to Secret Manager.

Paywall March 16, 2026

Google Cloud RAG Design (Part I): Scalable RAG withVertex AI Vector Search+ Firestore + Gemini - How to build a production-grade Retrieval-Augmented Generation pipeline on Google Cloud that scales to millions of document chunks —….

Paywall March 16, 2026

Deploying a React App to Google Cloud Run with Cloud Build (Step-by-Step Guide) - Deploying frontend applications should be fast, scalable, and production-ready. One of the easiest ways to do this is using Google Cloud….

Data Analytics Databricks Paywall Terraform March 16, 2026

Building a Real-Time Analytics Platform for SaaS APIs - How We Transformed 650M API Calls Into Actionable Insights in 10 Minutes.

Paywall Vertex AI March 16, 2026

Building RAG with Google Cloud Vector Search 2.0 — Part I - Google’s redesigned vector database stores your data, metadata, and embeddings in one place — no more juggling indexes, endpoings, and….

Paywall March 16, 2026

I Tried to Automate a Simple Google Sheet. It Wasn’t as Simple as People Say - And why saying “just use an API key” is not real advice.

Paywall March 16, 2026

GCS Interoperability Mode: Architecture, Access Keys & Security Risks - Google Cloud Storage (GCS) is built primarily around Google’s own JSON and XML APIs, and its native authentication model uses OAuth 2.0….

BigQuery Paywall March 9, 2026

From Personal Project to BigQuery Bill Shock: How I Optimized a 150GB Biomedical Data Warehouse - In the world of Big Data, the line between a “cool” personal project and a financial disaster is often just one SELECT * away.

BigQuery Cloud Spanner Paywall March 9, 2026

Ditching Batch: How to Build a Live Data Pipeline with BigQuery Continuous Queries and Spanner - This article explores how Google Cloud's BigQuery Continuous Queries revolutionize data pipelines by enabling real-time processing of new data directly into Cloud Spanner using simple SQL. This powerful combination allows for immediate analytical insights and high-concurrency transactional reads, effectively moving beyond traditional batch processing for live applications.

BigQuery Data Science Paywall March 9, 2026

Materialised Views - BigQuery Materialized Views offer a powerful way to significantly reduce costs and improve query performance by pre-calculating and storing query results as physical data. Unlike standard views, these materialized views eliminate the need to re-run complex queries against raw data, with BigQuery intelligently handling incremental refreshes and even rerouting base table queries for optimal efficiency. This functionality is crucial for optimizing data processing and dashboards, despite some syntax limitations and storage costs.

Paywall March 9, 2026

How To Mount a Google Cloud Storage Bucket as a Drive on a Linux VM with Cloud Storage FUSE - Mounting a Cloud Storage bucket into a Linux VM file system is useful when you want familiar file operations (ls, cp, mv, application file….

Gemini Paywall March 9, 2026

Gemini and the Archive of You: When AI Begins to Read Your Life - From travel photos to old receipts — how a connected AI begins to trace your habits.

AWS Azure Paywall March 9, 2026

Agentic Identity in AWS, Azure, GCP and OSS: Workloads, Sponsorship, Secrets, and Shadow Detection - Biggest blind spot in most teams’ agentic architecture is identity management. AWS, Azure, and GCP have all shipped first-class agent ids.

AI Paywall Workspace March 9, 2026

Testing Google’s Workspace CLI Without the REST API Headache (With Claude Integration) - Installation, Auth, and MCP Commands.

Generative AI Paywall March 9, 2026

Google Generative AI Models (Gemini, Imagen, Veo, Chirp, Lyria & Gemma) - A Practical Guide to Google’s AI Model Ecosystem for Tech Leaders and Architects.

Cloud Storage Paywall March 9, 2026

AI Model Transfers on Google Cloud Storage: Parallel Uploads for 15–20x Higher Throughput - Large AI model artifacts frequently encounter slow single-stream uploads to Google Cloud Storage, creating significant bottlenecks. Utilizing parallel composite uploads with `gcloud storage cp` can dramatically boost throughput by 15-20x, efficiently transferring large training checkpoints and model weights.

Generative AI Machine Learning Paywall March 9, 2026

Mastering Google Generative AI Ecosystem - A Complete Guide to Google’s GenAI Offerings for the Google GenAI Leader Certification.

AI Paywall March 9, 2026

Your AI Features Are Broken.Here’s the Architecture to Fix Them. - AI Architecture · March 2026.

Paywall March 9, 2026

Cloud Computing Explained: How the Cloud Quietly Powers the Digital World - From streaming movies to training AI models, here’s how cloud computing became the invisible backbone of modern technology.

AI BigQuery Paywall March 9, 2026

Building Reliable AI Agents: Why Relational Data Still Matters - “In God we trust. All others must bring data.” — W. Edwards Deming.

AI Paywall Workspace March 9, 2026

Google Workspace CLI: Agent Native Alternative to Zapier, n8n and Make - Google has launched `gws`, a new command-line interface that offers programmatic access to all Google Workspace APIs. This tool dynamically generates commands from Google’s live API catalog, ensuring it stays current and greatly simplifying integrations for developers and AI agents.

BigQuery Paywall March 2, 2026

Ending The SQL Syntax War: Why Google Bet Big On ZetaSQL - The same SQL query can be correct, wrong, and expensive, all at the same time, depending on where it runs.

BigQuery FinOps Paywall March 2, 2026

The Query That Cost $500 in 10 Minutes: How I Found Our BigQuery “Slot Eaters” - A Senior Data Engineer’s guide to reducing BigQuery spend by 40% using advanced runtime metrics and partitioned join optimization.

BigQuery Paywall March 2, 2026

The Data Architect’s Guide To ZetaSQL: Scaling Queries From Spanner To BigQuery - Your dashboard can be green, your query can be valid, and your numbers can still be wrong.

BigQuery Paywall March 2, 2026

The Backbone Of BigQuery: How ZetaSQL Standardizes Google’s Data Universe - Nothing makes a data platform feel broken faster than one familiar SQL query meaning two different things in two different places.

Javascript Paywall March 2, 2026

Deploy Your MCP Server to Google Cloud Run (For Free) - This article was originally published at Agentailor blog.

DevOps Kubernetes Paywall SRE March 2, 2026

From Zero to Disaster Recovery: Backing Up PostgreSQL on Kubernetes to Amazon S3 (With a Real… - Most teams say they have backups.

DevOps Kubernetes Paywall March 2, 2026

The Strange Discipline from Kubernetes CI — A practical architecture with Supabase - Building a CI infrastructure on Kubernetes in Google Cloud is a strangely philosophical exercise. You begin with the noble intention of….

BigQuery Paywall Feb. 23, 2026

Data This Week #3: Is Your “Fast” Query Actually Bleeding Money? 💸 - Keeping up with the data ecosystem in 2026 feels like trying to drink from a firehose. This week, we’re diving into the hidden costs of….

BigQuery Paywall Feb. 23, 2026

Inside Modern Data Warehouses: Snowflake, BigQuery, Redshift Explained - How cloud warehouses scale without breaking & Handle Concurrency, Cost, and Speed Together.

BigQuery LLM Paywall Feb. 23, 2026

BigQuery + Vector Search for Support Tickets: A Practical RAG Pipeline That Survives Real Data Mess - This article details how to construct a practical Retrieval-Augmented Generation (RAG) pipeline for support tickets, specifically designed to handle common data challenges like threads, duplicates, and PII.

Cloud Spanner Paywall Feb. 23, 2026

Building Graph RAG on GCP with Cloud Spanner Graph + Vertex AI (and a Multimodal Ingestion… - Traditional RAG (vector search + LLM) is great at “find me relevant text,” but it often fails at multi-hop reasoning — the step where you….

Paywall Feb. 23, 2026

GCP MLOPS: End-to-End Production ML Strategy - Overview: GCP MLOps Architecture.

Paywall Feb. 23, 2026

Using Google Cloud Service Accounts Without a JSON Key File - A practical approach for serverless and file-restricted environments using environment variables and the Node.js SDK.

Paywall Feb. 23, 2026

Building an Agentic Analytics Platform: A Deep Dive into Multi-Agent AI Architecture - How I combined Google ADK, Gemini, MongoDB Atlas, CopilotKit, and the A2A Protocol to create a conversational analytics platform that….

Paywall Feb. 23, 2026

The Golden Thread: Managing Distributed Life Cycles in Go - In a monolithic world, a stack trace was usually enough to diagnose a failure. In a cloud-native Go environment, where a single request….

Paywall Feb. 23, 2026

What is Compute Engine? The Ultimate Guide to Google’s Virtual Powerhouse - Imagine you’re building a massive Lego castle, but you don’t have enough room in your house to store it. Instead of buying a bigger house….

Flutter Paywall Feb. 23, 2026

Flutter Google Sign-In Complete Tutorial (Android & iOS) — From Zero to Production - Google Sign-In is one of the most important authentication methods in modern mobile apps. It allows users to log in instantly without….

Javascript Paywall Feb. 23, 2026

11 Free Google AI Tools You Should Know - Top Free Google AI Software You Can Start Using Today.

Gemini Paywall Feb. 23, 2026

Deploying AI Agents on Vertex AI Agent Engine using Google ADK - In the early stages of building AI agents, developers often rely on simple API keys for quick testing. However, in an enterprise….

BigQuery Paywall Feb. 16, 2026

BigQuery vs DuckDB for JSON: When Semi-Structured Data Is Cheaper Locally Than in Your Warehouse - A practical playbook for picking the right engine for messy JSON — without paying warehouse prices for warehouse convenience.

BigQuery dbt Paywall Feb. 16, 2026

BigQuery + dbt + CI: The “Fail Fast” Data Quality Pipeline That Prevents Bad Tables from Shipping - Turn data quality into a hard gate — so broken models never reach production, and your analysts stop becoming human QA.

BigQuery Paywall Feb. 16, 2026

DuckDB vs BigQuery: Speed Isn’t the Tradeoff Anymore - In 2026, the real decision is who controls the data, the spend, the governance, and the blast radius when things go wrong.

BigQuery Paywall Feb. 16, 2026

Architecting Agentic RAG for Enterprise Product Discovery in BigQuery - Most RAG tutorials assume your data looks like documents: long text, fuzzy queries, and “good enough” answers. But many enterprises have….

BigQuery Paywall Feb. 16, 2026

The ZetaSQL Analyzer: Where Most Query Bugs Get Caught - ZetaSQL Deep Dive : Part 2.

BigQuery Paywall Feb. 16, 2026

BigQuery Materialized Views vs Caching Layers: What Wins on Cost When Traffic Becomes Spiky - A practical cost playbook for handling bursty dashboards and API traffic — without paying for peak all month.

BigQuery Paywall Feb. 16, 2026

How ZetaSQL Resolves Functions: Signatures, Overloads, And Templated Types - No Matching Signature For Function IF For Argument Types: BOOL, INT64, STRING.

BigQuery Paywall Feb. 16, 2026

Why ZetaSQL Rejects Queries: Types, Coercion, And Hidden Rules - ZetaSQL Deep Dive : Part 3.

Paywall Security Feb. 16, 2026

GCP Penetration Testing: A Step-by-Step Attack Guide - A practical GCP lab case study: overprivileged identities, leaked creds, weak controls — and how it all chains together.

Paywall Feb. 16, 2026

🚀 How to Create a GCP Account and Deploy Kubernetes (GKE) — Beginner to Production Guide - This guide offers a practical, step-by-step walkthrough for beginners to create a Google Cloud Platform account, deploy a Kubernetes cluster (GKE) using Autopilot mode, and launch their first application. It emphasizes understanding cloud pricing, setting budget alerts, and best practices to manage costs effectively, enabling users to confidently build a production-ready cloud environment.

AI Paywall Feb. 16, 2026

Building a Golden Path for GenAI Applications - A hands-on guide to building a “Golden Path” with Backstage, GitLab, and Google Cloud — from zero to one-click GenAI environments.

Kubernetes Paywall Feb. 16, 2026

K8s won’t save you: how I over-engineered my first cloud-native app - Have you ever looked at a codebase you wrote years ago, and your only thought is: “What was I thinking?”.

Cloud Run Paywall Feb. 16, 2026

Beyond the API: Squeezing High-Performance Out of Go on Cloud Run - A common architectural myth is that Cloud Run is only for “lightweight” stateless APIs, while “real” high-performance work belongs in GKE.

GitHub Paywall Feb. 16, 2026

Using GitHub Actions for Google Cloud Run - Zero-Stress Deployments.

AI Machine Learning Paywall Feb. 16, 2026

Google’s GEAR Program Boosts AI Agent Development Skills - Google’s new Gemini Enterprise Agent Ready (GEAR) program empowers developers to build, test, and deploy AI agents.

Paywall Feb. 16, 2026

Cloud Scheduler + Cloud Run + Pub/Sub: The Boring Architecture That Eliminates Cron Infrastructure - Most engineering teams are working too hard to solve a problem that was solved years ago.

BigQuery Data Science Dataform Paywall Feb. 9, 2026

How To Detect Event Changes In BigQuery Table (And Send Alerts) - An Event-Driven Data Pipeline Using Dataform, BigQuery Audit Logs, Pub/Sub, And Cloud Run.

BigQuery DevOps Paywall Feb. 9, 2026

I Integrated Agentic AI into our Data Workflow: It’s Not as Easy as the Demos Look - Why 90% of AI Agents Fail the “Production Test” and How I Built the Data Backbone to Save Ours.

BigQuery FinOps Paywall Feb. 9, 2026

I’m Moving My BigQuery Strategy from ‘Cost-First’ to ‘FinOps-Native’ in 2026 - How I’m building a proactive, unit-economic-driven data culture using GCP’s latest FinOps tools.

BigQuery Data Analytics Paywall Feb. 9, 2026

Google Enhances BigQuery with Conversational AI Features - Google introduces Conversational Analytics and custom agent tools to BigQuery.

BigQuery Paywall Feb. 9, 2026

BigQuery EXECUTE IMMEDIATE + Templates: Safe Dynamic SQL for Multi-Tenant Analytics - Build flexible, metadata-driven queries per tenant — without turning your warehouse into an SQL-injection playground.

BigQuery Paywall Feb. 9, 2026

Stop Building Over-Engineered AI Agents: How I Built a BigQuery Analyst with Just a Markdown File. - Stop coding “Agents.” Start teaching “Skills.” A guide to the new decoupled architecture of AI.

Apigee Paywall Feb. 9, 2026

Understanding Deployments in Apigee X: Virtual Hosts, Environments, and Revisions Explained - Imagine you’re a chef running a high-end restaurant. You don’t just throw a brand-new, untested recipe onto every customer’s plate at once….

AWS Azure DevOps Paywall Feb. 9, 2026

The DevOptimists : A Publication For Cloud Enthusiasts - Follow for DevOps Related Ideas, Experience and Innovations.

Paywall Feb. 9, 2026

From Digital Chaos to Organized Clarity - The Essential Guide for Content Creators to Master Their Google Drive.

Kubernetes Paywall Feb. 9, 2026

The Complexity Tax: Why “Kubernetes by Default” is a Senior Trap - This article argues that defaulting to Kubernetes introduces an unnecessary "complexity tax" for many applications, especially stateless services and background workers. It highlights Cloud Run as a more pragmatic and powerful serverless container platform that offers similar benefits without the operational burden of Kubernetes node and control plane management. The piece emphasizes that true senior engineering involves choosing simpler solutions to reduce overhead and focus on business logic.

Data Science GCP Certification Paywall Feb. 9, 2026

How I Conquered the GCP Professional Data Engineer Certification - Deciding to become a Google Cloud Professional Data Engineer was less of a career choice and more of a deep dive into the future of how the….

AI API Paywall Feb. 9, 2026

Google’s Developer Knowledge API Explained - If you’ve ever wanted an official, machine-readable method to access Google’s developer documentation—authentic and well-structured, not….

BigQuery Paywall Feb. 2, 2026

BigQuery + DuckDB Together: The “Local Hot Cache” Pattern That Slashes Query Bills Without Losing Governance - This article proposes a "local hot cache" pattern using DuckDB alongside BigQuery to significantly reduce query costs. By keeping BigQuery as the governed source of truth and offloading frequently accessed "hot slices" of data to a local DuckDB instance, organizations can avoid expensive repeated scans.

BigQuery Paywall Feb. 2, 2026

BigQuery Stored Procedures for Cost Guardrails: Quotas, Alerts, and Auto-Kill - Wrap “freeform SQL” in a safety harness: per-team quotas, proactive alerts, and a kill switch for runaway jobs — without slowing analysts….

BigQuery FinOps Paywall Feb. 2, 2026

Query Labelling - How labels help you explain BigQuery spend and pinpoint cost drivers.

Paywall Python Serverless Feb. 2, 2026

Serverless Django on GCP: Zero-Cold-Start Async Views for APAC Scale ($50/mo Budget) - Why GCP for Indian Developers? Cost, Speed, and Reality.

Paywall Feb. 2, 2026

The Architect’s Blueprint: REST API Best Practices in Apigee X - Introduction.

Paywall Terraform Feb. 2, 2026

Building a Vulnerable GCP Pentest Lab with Terraform - A complete, step-by-step guide to deploying intentionally misconfigured cloud resources for hands-on security training.

Microservices Paywall Feb. 2, 2026

CAREER & PRODUCTIVITY - From Clicks to Prompts: Rethinking Production Support with GenAI.

DevOps Infrastructure Paywall Feb. 2, 2026

Mastering Terraform CLI: The Hidden Configuration Powers That Transform Your Infrastructure… - When Your Terraform Workflow Becomes Your Bottleneck.

Paywall Feb. 2, 2026

SEO is Dead. Here Are 6 Tasks That Actually Work in 2026 - They turned search into an industry. We turned it back into a craft.

Paywall Feb. 2, 2026

A Complete Cloud Penetration Testing Walkthrough - How I Discovered Critical Vulnerabilities in a Cloud Environment Using Basic Tools and Methodical Testing.

AI DevOps Paywall Feb. 2, 2026

I Cleared the GCP PCA Exam in 2 Days — 2026 - Here’s Why Everyone Else Studies The Wrong Way.

BigQuery Data Analytics Paywall Jan. 26, 2026

Google’s BigQuery AI Converts Natural Language to SQL | by Valentin Podkamennyi | Jan, 2026 | Level Up Coding - Google introduces a new AI feature in BigQuery to generate SQL queries from natural language comments and accelerating data analysis.

AI BigQuery Paywall Jan. 26, 2026

Stop Exporting Data to AI Services - Your Database is Now the AI Platform | by Rasiksuhail | Jan, 2026 | Stackademic - AI-Powered SQL Functions.

BigQuery Paywall Jan. 26, 2026

BigQuery AI.SEARCH in Practice: When Autonomous Embeddings Beat Your DIY Vector Pipeline on Cost and Ops - A field guide for teams building semantic search and RAG: when BigQuery’s autonomous embeddings + AI.SEARCH are the “boring” choice that….

BigQuery Databricks Paywall Jan. 26, 2026

I Analyzed $500K in Data Warehouse Bills — Here Are the 7 Biggest Waste Patterns | by Reliable Data Engineering | Jan, 2026 | Medium - An analysis of common cost inefficiencies across Snowflake, Databricks, and BigQuery implementations.

BigQuery FinOps Paywall Jan. 26, 2026

BigQuery Cost Spikes Explained: Why Your “Small” Change Triggered 10× Spend (and How Pros Prevent It) - This article explains how seemingly small changes in BigQuery queries can trigger significant cost spikes, often by inadvertently increasing bytes processed, data shuffled, or query executions.

Apigee Paywall Jan. 26, 2026

Environment vs. Proxy Variables in Apigee X | by idiot | Jan, 2026 | Medium - Introduction.

Paywall Jan. 26, 2026

GCP的基礎知識-區域/VM與IP - 運用"雲端服務"加速企業的數位轉型願景 - Medium - Regions and Zones.

AWS Azure Paywall Jan. 26, 2026

Why Most Companies Should Stop Chasing 99.99% Availability | by Shukla Chandan | Jan, 2026 | Medium - 99.99% availability sounds like excellence.

Paywall Jan. 26, 2026

How Pub/Sub Messaging Transforms Modern Distributed Architectures | by Sumit K | Jan, 2026 | Medium - Before we dive into Pub/Sub and explore its capabilities in depth, it’s essential to first understand the fundamentals of messaging….

DevOps Paywall Terraform Jan. 26, 2026

A Year of Platform Engineering, GCP Migration, and Hard Lessons Learned | by Sriram Mahalingam | Jan, 2026 | Medium - This post is a reflection on a year spent modernizing core platform foundations on Google Cloud. Rather than focusing on specific tools or….

AI Firebase MCP Paywall Jan. 26, 2026

I Stopped Setting Up Firebase Manually, Here’s What Changed - What I changed in 2026 to make Firebase setup reproducible across teams and projects.

Firebase Paywall Jan. 26, 2026

Firebase Just Got Relational: How to Use SQL in Your Next.js 16 App - The article introduces how Firebase Data Connect allows Next.js developers to integrate relational databases, specifically PostgreSQL via Cloud SQL, into their Firebase projects.

Firebase NodeJS Paywall Jan. 26, 2026

Hosting Next.js 16 on Google Cloud (The Right Way) | by Jason Williams | Jan, 2026 | Medium - We need to talk about where your application lives after the honeymoon phase is over.

Flutter Paywall Jan. 26, 2026

Build a Zomato‑style live delivery tracking system with Flutter | Medium - From order pickup to delivery: building a real‑time tracking app in Flutter.

Cloud Spanner Paywall Jan. 26, 2026

Inside the Data Papers: Spanner. Welcome to Inside the Data Papers… | by Deepthi Indurthi | Jan, 2026 | Medium - Welcome to Inside the Data Papers Series. This is the third article in the Series. If you are interested in this subject, you can refer to….

Cloud Run Paywall Serverless Jan. 26, 2026

Google Found a Way to Make Serverless Actually Fast - Google Cloud Run significantly improves serverless function performance by enabling sub-100ms cold starts when properly configured. This is achieved through a combination of startup CPU boost, lightweight gVisor sandboxing, and efficient concurrency management.

BigQuery Paywall Jan. 18, 2026

BigQuery Adaptive Materializations: Auto-Refresh Policies Based on Query Heatmaps - This article details an adaptive strategy for optimizing Google BigQuery materialized views by leveraging query heatmaps derived from job metadata. This approach dynamically tunes refresh policies and max staleness based on actual query patterns and demand, utilizing BigQuery's recommender and user-defined thresholds.

BigQuery Machine Learning Paywall Jan. 18, 2026

BigQuery Product Quantization UDFs: ANN Vector Search at a Fraction of the Cost - This article demonstrates how to achieve approximate nearest neighbor (ANN) vector search in BigQuery at a significantly lower cost. It details implementing Product Quantization (PQ) using User-Defined Functions (UDFs) to compress vectors, enabling a two-stage process of cheap shortlisting followed by precise reranking.

BigQuery Paywall Jan. 18, 2026

BigQuery Row-Level Policies + Views: Tenant-Isolated Analytics Without Duplicate Tables - Keep a single shared fact table, enforce tenant isolation with row access policies, and publish clean analytics views — no per-tenant table….

BigQuery Google Analytics Paywall Jan. 18, 2026

Inside the Data Papers: Dremel. Welcome to Inside the Data Papers… | by Deepthi Indurthi | Jan, 2026 | Medium - Welcome to Inside the Data Papers Series. This is the second article in the Series. If you are interested in this subject, you can refer to….

AWS Paywall Jan. 18, 2026

Benchmarking AWS RDS vs GCP CloudSQL | by Aishwary Dhare | Zuka Technology Blog | Jan, 2026 | Medium - AWS RDS vs GCP CloudSQL with PostgreSQL running on an infra as identical as possible and nearby cost. This story is from a multi-part….

Apigee Paywall Jan. 18, 2026

Your Proxy Should Only Allow Requests with a Custom Header — How Do You Do It in Apigee X? - This article demonstrates how to implement a custom header validation in Google Cloud's Apigee X to enhance API security. It explains how Apigee X proxies act as intermediaries to enforce policies, ensuring only requests with a specific custom header and value can access backend services.

AI FinOps Paywall Jan. 18, 2026

From Dashboards to Autonomous Actors: The Agentic FinOps Revolution on GCP | by Praveen Bhushan | Jan, 2026 | Medium - The era of staring at Looker dashboards and chasing engineers to “please right-size your VMs” is coming to a close. Despite years of FinOps….

Data Science Paywall Retail Jan. 18, 2026

The “Universal Translator” for AI Shopping: A Deep Dive into Universal Commerce Protocol (UCP) | by Dr Sokratis Kartakis | Jan, 2026 | Medium - From browsing to buying: How AI Agents will safely negotiate and pay on the open web.

Paywall Terraform Jan. 18, 2026

Terraform, Productivity at Warp Speed | by Pandu Malik | Jan, 2026 | DevSecOps & AI - What i learned of using Terraform for at least 3 years.

DevOps Paywall SRE Jan. 18, 2026

Google Cloud for DevOps: The Essential Knowledge Stack | by Everton Araújo | Jan, 2026 | Medium - Transitioning to Google Cloud Platform (GCP) requires more than just knowing where the buttons are; it requires a shift toward Google’s….

Paywall Jan. 18, 2026

A Quick Glace at all new TranslateGemma for Translating Texts! | by Abish Pius | Writing in the World of Artificial Intelligence | Jan, 2026 | Medium - Machine translation has quietly become one of the most mature applications of deep learning. Yet for many practitioners, deploying….

BigQuery FinOps Paywall Jan. 18, 2026

BigQuery Table Valuation Functions: Quantify Cost per Query Before You Ship - This article details how to quantify BigQuery query costs *before* deployment using "table valuation" functions and dry runs. This proactive method allows teams to estimate bytes processed and forecast expenses, effectively blocking costly "oops" queries during development.

DevOps Paywall Python Jan. 18, 2026

Why I Built My Own GCP Cleanup Tool Instead of Using Google’s - A Python CLI tool to delete unused GCP projects.

Paywall Jan. 18, 2026

Google Cloud Just Made AI Agents Way Easier — Here’s What Fully Managed MCP Servers Actually Mean - Google Cloud just dropped fully managed MCP servers for AI agents, and honestly? This could change everything about how we build….

Cloud Build DevOps Docker Paywall Jan. 12, 2026

From 161s to 17s: How I Reduced GCP Cloud Build Time by 89% - A production-ready CI optimization that cut build time, cost, and developer pain.

Cloud Memorystore Paywall Jan. 12, 2026

Lessons from a Year of Cache Platform Modernization: Redis to GCP Memorystore - This article details the modernization of a caching platform, migrating from a Redis marketplace offering to Google Cloud Memorystore to enhance scalability and operational simplicity.

BigQuery Paywall Jan. 5, 2026

BigQuery Multi-Project Mesh: Cross-Domain Datasets with Centralized Guardrails - This article details the BigQuery Multi-Project Mesh approach, which enables secure and governed sharing of cross-domain datasets across an organization.

BigQuery Paywall Security Jan. 5, 2026

BigQuery Tag-Based Governance + Information Schema Audits: Enforce PII Boundaries in SQL - Use policy tags, resource tags, and metadata queries to stop accidental PII leaks — without turning analytics into a permission-ticket queue.

Apigee Paywall Jan. 5, 2026

What Is the Purpose of API Products in Apigee X? - In Apigee X, API Products are fundamental components that package APIs with specific rules and access limits, acting as gatekeepers to control how different applications and partners consume them. These products enable crucial functionalities such as rate limiting, security, and monetization, ensuring a controlled, secure, and scalable API ecosystem.

Cloud Pub/Sub Java Paywall Jan. 5, 2026

Google Cloud Pub/Sub: 5 Hard-Won Lessons from Load Testing - This article outlines five critical lessons for effectively using Google Cloud Pub/Sub at scale, derived from extensive load testing in production environments.

Data Analytics dbt Paywall Jan. 5, 2026

Building a €100/month Modern Data Stack with GCP, dbt & Dagster - Learn how I built a production-grade modern data stack for €100/month using self-hosted Airbyte, Dagster, dbt Core and BigQuery.

BigQuery Paywall Dec. 29, 2025

BigQuery Token-Aware RAG: Hybrid Keyword/Semantic Search with Cost Caps - RAG demos are adorable right up until the first invoice.

BigQuery Paywall Python Dec. 22, 2025

BigQuery + DuckDB Pushdown Planning: Split Queries to Minimize Slot Burn - This article outlines a pragmatic strategy to optimize Google BigQuery costs and performance by reducing "slot burn." It advocates splitting queries, using DuckDB for initial data filtering, shaping, and keyset staging to narrow down datasets.

Cloud Firestore Cloud Run Docker Firebase Paywall Dec. 15, 2025

Deploy your app on Google Cloud Run with Firebase, Firestore and Docker - This guide walks through the full process of deploying an app on Google Cloud Run using Firebase with a Firestore backend.

AI Paywall Dec. 15, 2025

Why I Paid Google $299 And Got $700+ Back (This Makes No Sense 🤯) - Google just launched a subscription that pays YOU more than you pay them. Here’s why every developer needs to know about this.

Apigee Paywall Dec. 15, 2025

Difference Between PopulateCache, LookupCache, and InvalidateCache in Apigee X - This article clarifies the differences between three essential Apigee X cache policies: LookupCache, PopulateCache, and InvalidateCache. It explains that LookupCache checks for existing cached data, PopulateCache stores new backend responses, and InvalidateCache removes outdated entries. Together, these policies enable developers to optimize API performance, reduce backend load, and ensure data freshness within Apigee X proxies.

BigQuery FinOps Paywall Dec. 1, 2025

BigQuery Cost FireDrill: Guardrails, Quotas, and Kill Switches - How to stop one bad query, one rogue dashboard, or one “quick export” from torching your entire data budget.

Paywall Workload Identity Dec. 1, 2025

Stop Storing Cloud Secrets: How Workload Identity Federation Eliminates Static Keys - The most dangerous part of modern ML isn’t model accuracy. It’s the secrets we scatter across systems like digital landmines.

BigQuery Dataform dbt Paywall Dec. 1, 2025

How We Migrated from dbt Cloud to GCP Dataform (And Saved Significant Cost) - Step-by-step process, feature comparison, and real-world insights for data engineers.

Firebase Google Analytics Paywall Nov. 24, 2025

How to Set Up a Custom Firebase Auth Domain with Branded Emails (The Complete Guide) - Learn how to set up a custom Firebase auth domain and build Firebase branded emails for a clean, trusted sign-in experience.

BigQuery Paywall Nov. 17, 2025

BigQuery Join Order: Let the Optimizer Win - How to write join-friendly SQL that’s fast, cheap, and easy to maintain — without micromanaging the plan.

BigQuery Paywall Nov. 10, 2025

BigQuery Join Order: Let the Optimizer Win - Subtitle: How to write intent-driven SQL BigQuery can optimize — plus when to step in with hints and materialization.

AI Paywall Nov. 10, 2025

Google Just Made RAG Ridiculously Easy with the New File Search Tool - Google has introduced a new File Search Tool within the Gemini API that simplifies RAG (Retrieval-Augmented Generation) implementations. The tool allows users to upload various file formats, and Gemini then intelligently examines these files to answer questions, eliminating the need for separate vector databases or retrieval pipelines.

BigQuery Paywall Python Oct. 20, 2025

8 BigQuery Tricks from Python - Faster reads, safer writes, and cheaper queries using pandas-gbq, DB-API, and Arrow—without fighting dtypes or paying surprise bills.

BigQuery FinOps Paywall Oct. 20, 2025

BigQuery Slots vs On-Demand: Choose with Math - A clear, numbers-first way to pick the right BigQuery pricing model — without vibes or guesswork.

Billing DevOps Paywall SRE Oct. 20, 2025

Stop Google Cloud Bills Before They Spiral: Build Your Kill Switch - The article discusses the need for a "kill switch" to automatically disable billing in Google Cloud when budgets are exceeded, as budgets only provide alerts and don't prevent overspending.

BigQuery Paywall Oct. 20, 2025

Vector SQL in Practice: Embedding Tables, ANN vs. Exact Search - BigQuery supports vector search, enabling users to store and query embeddings with SQL, choosing between exact brute-force search and fast ANN indexes. The article provides a practical guide covering table design, distance metrics, index choices (IVF, TreeAH/ScaNN), pre/post-filters, cost optimization, and testing strategies for production use.

Airflow Cloud Composer Paywall Oct. 13, 2025

When “Scale Up” Just Scales the Pain: Debugging GCP Apache Meltdowns - The article provides a practical guide to debugging Apache meltdowns on Google Cloud Platform instead of just scaling up resources.

ADK Cloud Datastore Paywall Oct. 13, 2025

Announcing a Datastore-Backed Session Service for the ADK - Use Cloud Datastore for persistent session storage in ADK.

BigQuery Paywall Oct. 6, 2025

Data Types | BigQuery Cost Reduction Tier List Series | A Tier - How Data Type Choices Affect Query Speed and Storage Costs.

BigQuery Paywall Oct. 6, 2025

10 Cost-Smart Ways to Export Pandas → BigQuery - Practical patterns to move DataFrames into BigQuery without surprise bills — fast paths, right file formats, and safe upserts.

BigQuery Paywall Tutorial Sept. 29, 2025

Learning PIVOT in BigQuery - A step-by-step guide to reshaping your data with PIVOT.

BI Engine BigQuery Paywall Sept. 29, 2025

I Flipped a Switch in BigQuery and My Queries Got 75% Faster for Free - The Advanced Runtime is the next evolution of this powerhouse engine — a complete modernization of its core technology.

Kubernetes Paywall Sept. 29, 2025

How to Securely Expose Envoy/Application with GCP LoadBalancer and DNS Automation - When running workloads in Kubernetes on Google Cloud, one of the most common challenges is exposing services securely and predictably.

Cloud Logging Paywall Rust Sept. 22, 2025

A minimalist GCP logging library - "nano-gcp-logging" a Rust crate providing context-aware logging that adapts intelligently to its environment, automatically producing readable output during development and structured logs in production without requiring complex configurations.

BigQuery Paywall Sept. 15, 2025

BigQuery Keyboard Shortcuts I Can’t Live Without - Save time, stay in flow, and make the BigQuery console work for you.

BigQuery Paywall Sept. 8, 2025

A Case Statement Tutorial | BigQuery SQL | 2025 - The article provides a comprehensive guide to the CASE statement in BigQuery SQL, highlighting its flexibility in shaping data compared to IF statements.

AI AlloyDB Paywall Sept. 8, 2025

Do you know what AlloyDB AI can do? - An overview of AlloyDB features that focus on AI.

Cloud Run GitHub Paywall Python Aug. 25, 2025

How to Deploy Django to Google Cloud Run using GitHub Actions - This article guides users on deploying Django applications to Google Cloud Run using GitHub Actions for automated deployments.

Cloud Functions Cloud Run DevOps Paywall Aug. 25, 2025

The Truth About Cold Starts in Google Cloud Run & Functions - This article explains how to optimize cold starts, and understanding the underlying mechanics can help developers reduce their impact.

BigQuery Dataform dbt Paywall Aug. 11, 2025

Dataform CI/CD sucks. - The article discusses how companies can adapt Dataform to fit their needs when switching to other tools isn't feasible.

Big Data Paywall Aug. 11, 2025

Choosing GKE Over Dataflow: What I Learned as a Data Product Manager - A true story of listening to your architect and understanding the invisible cloud sales incentives.

Google Kubernetes Engine Kubernetes Paywall Aug. 11, 2025

Understanding Google Kubernetes Engine pricing like a five-year-old - Google Kubernetes Engine pricing resembles renting apartments and paying for utilities, with costs for space used plus a management fee. Standard mode is like renting an entire building, offering full control but requiring self-management, while Autopilot mode is like a hotel, charging only for the computing power used. The article simplifies GKE costs into understandable components.

Cloud Load Balancing Cloud Run DevOps Paywall Serverless Aug. 11, 2025

How to Add a Custom Subdomain to Google Cloud Run: Complete Guide with Load Balancer and SSL - Why Cloud Run Needs a Load Balancer for Custom Domains.

BigQuery FinOps GCP Experience Paywall Teradata Aug. 4, 2025

How We Cut BigQuery Costs by 35% During a Teradata-to-GCP Migration - An enterprise migrating from Teradata to GCP reduced BigQuery costs by 35% by implementing detailed billing exports, usage dashboards, and Looker Studio visualizations.

AI Billing FinOps Paywall Aug. 4, 2025

Stop Burning Money on GCP: Everything You Need to Know - “You can read the complete blog using “Friend’s Link” in case you are not a member of Medium yet!!”.

Firebase Paywall July 28, 2025

Upload Documents to Firebase Firestore using Web API - A Step-by-Step Guide to Adding Documents to Firestore.

AI AlloyDB Paywall July 28, 2025

Your Database Just Learned to Speak English: The AI Revolution Inside AlloyDB AI - AlloyDB is revolutionizing data interaction by embedding generative AI, enabling users to ask questions in natural language instead of complex SQL queries. This shift democratizes data access, allowing non-technical users to easily retrieve insights and analyze information, marking a significant change in the data landscape.

Cloud Bigtable Paywall July 21, 2025

Mastering GCP cbt: From Beginner to Pro - The article is a guide to using the `cbt` command-line tool for interacting with Google Cloud Bigtable. It covers installation, authentication, basic commands, and configuration, providing a practical walkthrough for users of all levels.

Firebase GCP Experience Paywall July 21, 2025

Why We Moved 10 Million Users Off Firebase (And What Broke) - And What We Replaced It With — Architecture, Benchmarks, Source Code & Lessons Learned.

Google Kubernetes Engine Kubernetes Paywall July 7, 2025

Integrating GKE with Google Cloud Services (Cloud SQL, Pub/Sub, etc.) - The article discusses the importance of integrating Google Kubernetes Engine (GKE) with other Google Cloud services like Cloud SQL, Pub/Sub, and Cloud Storage for building scalable microservices architectures.

Google Kubernetes Engine Kubernetes Paywall Terraform June 30, 2025

Building Super Reliable GKE Clusters for Your Most Important Applications - This article provides advanced strategies for building highly available and fault-tolerant Google Kubernetes Engine (GKE) clusters. It covers network architecture, private clusters, node pool optimization, and application resilience techniques.

AI Data Science LLM Paywall June 30, 2025

Talk to Your Docs: Building a Scalable RAG App on Google Cloud - Build a modular, secure, and scalable RAG system with Python, LangChain, and Google Cloud’s serverless stack.

BigQuery Paywall June 23, 2025

Why My BigQuery Query Was Fast at 10K Rows and Died at 10M - The article discusses common mistakes when using BigQuery that can lead to performance issues when scaling from small test datasets to larger, real-world datasets.

BigQuery Billing FinOps Paywall June 23, 2025

BigQuery Cost Management and Monitoring: In-Depth Technical Guide - BigQuery cost management is crucial as usage grows. The article provides techniques like table partitioning, query optimization, and audit log analysis. It also highlights the importance of understanding storage costs, including active and long-term storage, to control spending and maintain performance.

BigQuery dbt Paywall June 16, 2025

How to Build Metadata-Driven Data Pipelines in BigQuery (+ dbt Examples) - Automate, validate, and orchestrate your BigQuery workflows with metadata logic — and make your data platform think for itself.

BigQuery dbt Paywall June 9, 2025

dbt + BigQuery in Production: 13 Technical Practices to Scale and Optimize Your Data Platform - Best practices using dbt with BigQuery.

Billing DevOps Google Kubernetes Engine Paywall June 9, 2025

This One Trick Saved Us Thousands on GCP Kubernetes in Staging - The article discusses how to reduce GKE staging environment costs by implementing automatic node scaling.

AWS GCP Experience Migration Paywall Terraform June 9, 2025

Our AWS to GCP Migration: The Good, The Bad, and The Terrifying - Migrating cloud infrastructure is like switching the engine of a plane mid-flight.

FinOps Gitlab Paywall Terraform June 2, 2025

GCP FinOps: Our Terraform Pipeline for Automated GCP Label Management - Automating GCP Project Labels with Terraform & GitLab CI/CD.

AlloyDB Paywall May 26, 2025

Seamless Transition: Minimizing Downtime in PostgreSQL to AlloyDB Migrations - The article discusses a strategy for migrating PostgreSQL databases, specifically from Amazon RDS, to Google Cloud's AlloyDB with minimal downtime.

ADK Generative AI Paywall May 26, 2025

Creating a Jira Agent in Google ADK - Using Google ADK to create Jira Agent.

AI Machine Learning Paywall May 26, 2025

The Project that got me a handshake with Google Cloud’s CEO - Abish Pius recounts how participating in the Google Cloud MLB Hackathon and building a project with Gemini models led to meeting Google Cloud's CEO, Thomas Kurian, at Google Cloud Next 2025.

BigQuery Paywall May 12, 2025

A Detailed Guide to Key Generation in BigQuery - This blog post will guide you through strategizing surrogate key management in BigQuery.

Cloud Run Cloud SQL Paywall May 5, 2025

Minimalist Strategies for Optimizing SQL CPU Performance with Hibernate, Spring Boot, and PostgreSQL - The article discusses strategies for optimizing SQL CPU performance in Spring Boot applications using Hibernate and PostgreSQL on Google Cloud. It focuses on minimalist techniques like fetching less data and optimizing joins to reduce CPU usage and latency without scaling infrastructure. The author emphasizes that significant performance gains can be achieved by simplifying data access and projection in medium-sized monolithic applications.

Cloud Pub/Sub Paywall May 5, 2025

Mastering Google Cloud Pub/Sub Emulator: The Complete Guide - The article discusses the Google Cloud Pub/Sub Emulator, a local version of the Pub/Sub service that allows developers to simulate message publishing and consumption without using the actual Google Cloud infrastructure. It highlights the emulator's benefits, including cost savings, faster feedback loops, offline development capabilities, and suitability for test automation.

Google Kubernetes Engine Istio Kubernetes Migration Paywall April 28, 2025

Multi-Cluster Networking with Multi-Cloud : Migrating to Google Kubernetes Engine with Istio - Organizations often manage workloads across multiple Kubernetes clusters, sometimes spanning different cloud providers. Istio Service Mesh can be leveraged to connect two Kubernetes clusters, one running in another cloud provider and the other in Google Cloud (GKE). This enables secure, observable, and controlled traffic routing between clusters, as well as seamless connectivity between workloads across both clusters.

Gemini LLM Paywall April 28, 2025

Chatting With Dataproc Clusters Using An AI Agent - A Dataproc AI agent built using Google’s Agent Development Kit (ADK).

Infrastructure Migration Paywall April 28, 2025

Migrating GCP Projects Between Organizations Without Breaking Things - This guide provides a step-by-step approach to migrate projects across organization to ensure a smooth migration with minimal impact.

Cloud Functions Javascript Paywall April 28, 2025

How to programmatically schedule a Google Cloud function to run more frequently than once a minute - A function scheduling itself at sub-minute intervals in Google Tasks queue.

Cloud Datastore Java Paywall April 21, 2025

Querying Google Cloud Datastore Using Spring Boot and DatastoreTemplate - This article explains how to use Spring Boot and the spring-cloud-gcp-data-datastore library.

Paywall Python April 7, 2025

Tmux Is Tmagic - Leverage a subtle bash framework to execute data pipelines in the background, saving time for mission-critical tasks.

GPU Kubernetes Machine Learning Paywall March 31, 2025

Multi Instance GPUs (MIG) in GKE - Multi-Instance GPUs (MIG) in GKE allows users to partition a physical GPU into multiple smaller, isolated instances, optimizing GPU utilization for AI/ML workloads. With MIG, you can run multiple workloads in parallel on the same GPU, improve GPU utilization for small-to-medium ML tasks, and achieve workload isolation and better scheduling granularity.

BigQuery Paywall March 24, 2025

Oracle to BigQuery Migration: The Challenges, The Fixes, and The Wins - The article discusses the challenges, fixes, and wins experienced during the migration of an entire data warehouse from Oracle to BigQuery. The migration involved over 100 terabytes of data, 5000 tables, and complex transformation requirements. Despite encountering data type mismatches, SQL rewrites, performance issues, and hidden costs, the team successfully completed the migration and achieved a modern, scalable, and cost-effective cloud solution.

Firebase Paywall Vertex AI March 10, 2025

Better Spending Habits with Firebase Genkit & Monzo - This article showcases a small integration built using Firebase Genkit, a new framework for adding AI into web and mobile apps. McMurdo found it easy to use and sprinkle some AI magic into his app.

BigQuery Data Science Paywall March 3, 2025

Four missing Functions in BigQuery - And how to work around them.

Cloud Logging Paywall Feb. 24, 2025

Mastering Google Cloud Logging: The Essential Guide for Developers - This guide provides a comprehensive overview of Google Cloud Logging, covering both basic and advanced concepts, to help developers effectively manage and utilize logs for their cloud applications.

Gemini Paywall Vertex AI Feb. 24, 2025

Building AI-Powered Chatbots with Gemini, LangChain, and RAG on Google Vertex AI - This article provides a guide to build a chatbot that is using Gemini, LangChain, RAG, Flask, and a database, connecting a knowledge base with vector embeddings for fast retrieval and semantic search.

DevOps Paywall Security Feb. 17, 2025

Keyless Auth To Google Cloud From GitHub Actions With Workload Identity Federation - Stop using long-lived credentials to authenticate Google Cloud from GitHub Actions and use Google’s recommended way.

AI Kubeflow Paywall Feb. 10, 2025

Deploying Kubeflow on Intel Xeon CPUs on Google Cloud Platform - This article provides a step-by-step guide to deploying Kubeflow on GCP, including setting up a GCP project, installing Anthos, creating a Kubernetes cluster, and deploying Kubeflow.

BigQuery Dataform Paywall Feb. 3, 2025

Export BigQuery Saved Queries programmatically - Hands on tutorial how to export/backup using the Dataform API your BigQuery saved queries.

BigQuery Paywall Jan. 27, 2025

Efficient Management of SCD Type 2 Tables for Scalable Machine Learning Workflows - Unlocking historical data insights with optimized partitioning, clustering, and BigQuery’s advanced features.

BigQuery Java Paywall Jan. 20, 2025

Spring Cloud 3.x integrates BigQuery - Spring Cloud 3.x integrates BigQuery. Applications can submit, query, and analyze data through BigQueryTemplate and perform large-scale data processing using common components of the Spring Framework.

Cloud Functions Javascript Paywall Jan. 20, 2025

How to launch Puppeteer in Google Cloud Functions - When it is necessary to monitor a website, running Puppeteer in a scheduled Cloud Function can be the best option.

AI Data Science Paywall Jan. 13, 2025

Taming the Tool Chaos: The Generative AI Agents & Tool Registry - A practical guide to managing Tools for Generative AI Agents.

AlloyDB Java Paywall Jan. 13, 2025

Spring Cloud integrates AlloyDB - This article provides a complete example that shows how to connect to AlloyDB using a Spring Boot application.

Google Kubernetes Engine Paywall Workload Identity Jan. 13, 2025

Understanding and Solving GKE Workload Identity Cross-Project Issues - This article explains how GKE Workload Identity works and provides a step-by-step guide to resolving cross-project setup issues.

CI Cloud Deploy Google Kubernetes Engine Kubernetes Paywall Dec. 30, 2024

Building a CI/CD System for Private GKE Clusters with Google Cloud Deploy - This article discusses the creation of a robust Continuous Integration and Continuous Delivery (CI/CD) pipeline for Google Kubernetes Engine (GKE) workloads.

GCP Experience Google Cloud Platform Paywall Dec. 16, 2024

4 Years with Google Cloud Platform (GCP): The Good, the Not-So-Good, and the “Needs Work” - Honest take on GCP services — what shines, what lags, and what needs a serious overhaul.

Go Google Kubernetes Engine Kubernetes Paywall Dec. 16, 2024

Replacing GCP Secondary Backup with a Cost-Effective Kubernetes Operator Solution - Optimizing Database Backups: Cutting Costs, Increasing Flexibility, and Enhancing Observability with Kubernetes.

BigQuery Billing FinOps Paywall Dec. 16, 2024

10 Optimisation Tips to Reduce Your Mighty BigQuery Cost - 10 ways to reduce your eye watering BigQuery bills.

Apache Kafka Google Kubernetes Engine Paywall Dec. 9, 2024

Integrating GCP Secret Manager with Kafka Connect Using External Secrets - This guide shows how to securely inject secrets stored in GCP Secret Manager into a Kafka Connect deployment running on Kubernetes.

BigQuery Data Analytics Paywall Dec. 2, 2024

Dynamic Query Execution for Sharded Tables in BigQuery - Using EXECUTE IMMEDIATE to clean up rows from multiple sharded tables in BigQuery.

Cloud KMS Paywall Dec. 2, 2024

How to Set Up HashiCorp Vault in Kubernetes with GCS and GCP KMS: A Complete Guide - HashiCorp Vault is a secure secrets management tool that stores sensitive information like passwords and API keys. This guide shows you how to set up Vault in Kubernetes using Google Cloud Platform (GCP) for secure storage and management of secrets. By combining Vault and GCP, you can enhance the security, scalability, and professionalism of your infrastructure, regardless of your organization's size.

Paywall Python Serverless Dec. 2, 2024

Serverless Automation for GCP Project Liens - Serverless Automation for GCP Project Liens is a guide on how to set up an automated way to add a project lien to every project in your organization in order to prevent accidental project deletion.

BigQuery Paywall Nov. 18, 2024

Essential BigQuery SQL Tips for GA4 Analysis - This guide provides essential BigQuery SQL tips for analyzing Google Analytics 4 (GA4) data. It covers understanding GA4's data structure in BigQuery, handling nested fields, and extracting meaningful insights. The guide is designed for beginners and offers step-by-step instructions to get started quickly.

Apache Beam Dataflow Paywall Nov. 18, 2024

Understanding Windowing in Apache Beam: DataFlow - This article explores what windowing is, why it’s necessary for Apache Beam, and how to use it effectively in your data processing pipelines.

DevOps Paywall Python SRE Nov. 18, 2024

Building Resilient Systems on Google Cloud Platform: An Engineer’s Guide - This guide provides key strategies and coding practices for building resilient systems on GCP, covering topics such as regions and zones, platform availability, and infrastructure stack. Real-world scenarios illustrate the application of these principles in practice.

BigQuery Cloud Logging Paywall Python Nov. 4, 2024

How to Save Google Cloud Logs in BigQuery - Learn to save live and history Google logs in BigQuery.

API Cloud Identity Aware Proxy Kubernetes Paywall Security Oct. 28, 2024

Securing GCP Workflow Communication with Kubernetes API Endpoints with Identity-Aware Proxy (IAP) — a Step by Step Guide - In this guide, you'll learn how to secure communication between GCP Workflows and Kubernetes API endpoints using Identity-Aware Proxy.

Knative Kubernetes Paywall Oct. 28, 2024

Implementing Scale-to-Zero with Knative: A Comprehensive Guide - Implementing a scale-to-zero solution using Knative, a Kubernetes-based platform that offers powerful serverless capabilities. Covers both external and internal traffic patterns, and provide step-by-step instructions for building a basic scale-to-zero application. Prerequisites include a Kubernetes cluster, Knative Serving component, kubectl CLI tool, Docker, and optionally the kn CLI tool and a container registry account.

Cloud Functions Javascript Paywall Oct. 14, 2024

Accessing secured Google Cloud functions from the browser - Making HTTP requests from browser extensions to Cloud functions requiring authentication.

DevOps Docker Paywall Oct. 7, 2024

How to Deploy a Go service to GCP Cloud Run - Learn how to effortlessly deploy your Go service to GCP Cloud Run with Docker, environment variables, and troubleshooting tips.

BigQuery Data Analytics Data Science Paywall Sept. 30, 2024

Checking Differences Between Two Tables in BigQuery SQL: A Step-by-Step Guide - The easiest method to detect changes and discrepancies.

Cloud Composer Paywall Security Sept. 23, 2024

Critical GCP Composer Flaw Exposed: How CloudImposer Almost Led to Remote Code Execution - Google Cloud Platform's Composer, a workflow orchestration service, had a critical vulnerability named CloudImposer that could have led to remote code execution.

Artifact Registry Cloud Functions Paywall Python Sept. 16, 2024

Managing Python Dependencies in Cloud Functions - Python Packaging to Google Artifact Registry.

GCP Certification Generative AI Machine Learning Paywall Sept. 16, 2024

Acing the Google Cloud ML Engineer Exam: Field-Tested Strategies for Success

BigQuery Data Science Paywall Sept. 9, 2024

Google launched better Delta Lake BigQuery Integration - Delta Lake BigLake Tables are now generally available.

Cloud Run Paywall Sept. 2, 2024

Convert2PDF: An API to Transform Microsoft Office Files into PDF - Let’s use LibreOffice to convert MS Office files to PDF format and deploy the API on GCP Cloud Run.

Cloud Source Repositories GitHub Paywall Sept. 2, 2024

Mirror GitHub Repositories into Google Cloud Source Repository - Automated Repository Backup: Ensuring Your Codebase is Secure and Recoverable.

BigQuery Data Science Paywall Aug. 26, 2024

Google launched Recommendations Page for BigQuery - Get better Insights and Recommendations to tune Performance.

Artifact Registry Paywall Terraform Aug. 26, 2024

Workflow to Push a Simple Image to Google Artifact Registry - GitHub Actions.

Kubernetes Paywall Aug. 26, 2024

Multi-tenancy using Config Controller - Anthos Config Management.

BigQuery Paywall Aug. 12, 2024

Validate Your BigQuery SQL Table Metadata Using Just 1 Word - Leverage BigQuery SQL table metadata to deduplicate, partition and delete data — all using only one word.

BigQuery Paywall Aug. 12, 2024

Implementing SCD Type 2 in BigQuery - Implementing SCD Type 2 in BigQuery using MERGE statement.

BigQuery IoT Paywall Python Aug. 12, 2024

IoT Data Logging and Device Control with GCP: Setting Up Google Cloud Functions and BigQuery for Teracom TCG140–4 - Tutorial with step-by-step setup of Teracom TCG 140–4 with Google Cloud Function and BigQuery database for remote data logging.

BigQuery Data Science Paywall Aug. 12, 2024

Google launched JSON Keys and Paths for BigQuery - News Functions when working with JSON in BigQuery SQL.

GitHub Machine Learning Paywall Vertex AI Aug. 12, 2024

Part 1: Let’s Build an Operational MLOps Framework from Scratch - A step-by-step tutorial to transform a simple use case into an operational and reusable MLOps framework.

Cloud Identity Paywall Aug. 12, 2024

How-To: Create a Google Cloud Organization Using Cloud Identity for Free (Step-by-Step Guide) - Learn how to create a Google Cloud Organization using Cloud Identity for free.

BigQuery Paywall Aug. 5, 2024

Edit Your BigQuery Columns Without Ever Dropping A Table - Prevent BigQuery type errors and table deletions with a 5-minute method to edit columns without putting your table at risk.

Paywall Python Aug. 5, 2024

Deploying dbt Projects at Scale on Google Cloud - Containerising and running dbt projects with Artifact Registry, Cloud Composer, GitHub Actions and dbt-airflow.

Cloud Functions GitHub Paywall Python July 15, 2024

Deploy Your Google Cloud Functions The Right Way (Step-by-Step Guide) - Covering GitHub versioning, CI/CD pipeline development and scheduling jobs within Google Cloud Platform.

Gemini Machine Learning Paywall Vertex AI July 15, 2024

Learning to Build a Gemini-Powered Serverless App, from the perspective of an application developer - Can you be an application developer while surviving in this new world around AI? Yes you can, by honing your abilities to Build With AI!

BigQuery Paywall July 8, 2024

11 Useful BigQuery Tricks (for Newbies) - Tricks Every New BigQuery User Should Know.

BigQuery Paywall July 8, 2024

When (Not) to Choose Google Apache Kafka for BigQuery? - When (not) to choose Google Apache Kafka for BigQuery — a review, comparison with Confluent Cloud, and data streaming landscape outlook.

Gemini Generative AI Paywall Vertex AI July 1, 2024

Vertex AI Controlled Generation with Gemini - Respond reliably with JSON and other formats.

BigQuery Google Analytics Paywall June 24, 2024

Understanding the GA4 BigQuery Export Schema and Structure - A qualitative investigation into one of the weirdest data structures ever forced upon millions of innocent, unsuspecting analysts.

Compute Engine Paywall June 17, 2024

X11 GUI forwarding from RHEL linux server to local Mac system - In this article, Rajathithan Rajasekar explains how to forward the GUI component of a product installed on a Redhat-8 Linux server in GCP Compute Engine to a local Mac system. X11 forwarding is used to achieve this, but there is a lack of clear documentation specifically for Mac systems. The author provides a step-by-step guide on how to set up X11 forwarding and successfully perform GUI installation.

Monitoring Paywall SRE June 17, 2024

Google Cloud Engineers Need This App — But Few Realize It Exists - Reviewing a Google Cloud mobile solution for on-the-go data infrastructure management, monitoring and incident response.

Infrastructure Paywall Security Terraform May 27, 2024

Implementing Privileged Access Managed in GCP with Terraform - Short guide on PAM implementation using Terraform.

DevOps Kubernetes Paywall May 13, 2024

Enable secure websocket connection through NGINX Ingress on GKE Kubernetes - Step-by-Step Guide: Enabling Secure WebSockets on GKE with NGINX Ingress Kubernetes.

Generative AI Paywall Vertex AI May 6, 2024

Multimodal citations with Google’s Vertex AI - A novel approach to enhance the user experience with GenAI applications.

Paywall Python April 22, 2024

How to communicate to your cloud run instance in GCP using Python (Deploy in Production/Locally) - Deploy In Production:.

 

Latest Issues




Contact

Zdenko Hrček
Třebanická 183
Prague, Czech Republic
Phone: +420 777 283 075
Email: [email protected]