https://www.gravatar.com/avatar/9fad3298e16d7417a2de74a239255db0?s=240&d=mp

Independent Google Solutions Engineer & Expert

Reference and archive of my work

Opinions are my own

Google Apps Script deployment with Cloud Build

Google Apps Script can go way beyond a simple script that solves a problem. In this article I will showcase the way I deploy Google Apps Script code in an Enterprise environment. I will share the actual build file and the necessary steps and tools to reproduce my workflow. This approach does require Google Cloud Platform knowledge and a credit card. The instructions are high level, this article is not a codelab. If you get stuck, leave a comment on Twitter and I will try to assist and update the article.

Cwe Top 25 Most Dangerous Software Errors List

CWE Top 25

The CWE Top 25 Most Dangerous Software Errors List is a free, easy to use community resource that identifies the most widespread and critical programming errors that can lead to serious software vulnerabilities. These weaknesses are often easy to find, and easy to exploit. They are dangerous because they will frequently allow attackers to completely take over the software, steal data, or prevent the software from working at all.

Create Bigquery Tables With Google Sheets and Apps Script

https://cdn-images-1.medium.com/max/6048/1*XBm3hAKQukrotNE0ULxIyg.jpeg

Creating BigQuery tables using the standard GUI can be a hassle. This article describes an alternative way to create BigQuery tables using the BigQuery Table builder sheet. This Google Spreadsheet automates the creation of the BigQuery tables, documents the tables and supports collaboration around the table schema design.

Setup and Configuration of the sheet

Basic knowledge of the Google Cloud platform, projects, enabling API’s and BigQuery is assumed. This sheet will only work with a project that has the BigQuery API enabled. In case you get stuck, leave a comment below and I will assist with the setup of the sheet.