Tag: Javascript
Cloud Identity Javascript Nov. 18, 2024How to Add Google Login in React Native: A Step-by-Step Guide - This guide takes you through the process of setting up Google Login in React app, including setting up the Google API Console project, configuring your app, and handling common errors.
Cloud Functions Javascript Paywall Oct. 14, 2024Accessing secured Google Cloud functions from the browser - Making HTTP requests from browser extensions to Cloud functions requiring authentication.
Cloud Run Javascript July 15, 2024Turning an Idea into Reality: Finding Water Fountains in SF with Google Cloud - Here’s a technical step-by-step guide to create a website and deploy it on GCP.
Firebase Javascript June 10, 2024Deploying Next.js on Firebase App Hosting - Next.js deployment on Firebase App Hosting has evolved from Cloud Functions to Cloud Run, supporting container-based deployments. Firebase App Hosting now offers a user-friendly GUI in the management console for deployments, similar to Vercel. Automatic framework detection and build processes are handled by firebase-framework-tools, enabling seamless deployment of Next.js applications.
Cloud Storage Go Javascript April 8, 2024GCP’s Signed URLs & A Browser Oddity - A view into my experience developing a signed URL with Go in GCP and Cloud Storage.
BigQuery Dataform Javascript March 4, 2024How to grant access to specific BigQuery tables using Dataform - If it’s necessary to provide user access to a specific BigQuery table or views rather than using the IAM policy for all BigQuery data, this article can help to do it using Dataform.
Cloud Speech API Javascript NodeJS Jan. 15, 2024Automatic Transcription of Phone Calls w/ Google Speech-to-text API - An example of using Cloud Speech to convert hundreds of phone calls to text.
Google Maps Platform Javascript Official Blog Nov. 6, 2023Introducing React components for the Maps JavaScript API - The alpha release of @vis.gl/react-google-maps, the first Google-sponsored library for integrating Maps JavaScript API components in a React web app.
Javascript Looker Visualization Oct. 9, 2023Creating Custom Visualisation on Looker using D3.js - Integrating custom D3.js visualisations into Looker.
BigQuery Dataform Javascript July 3, 2023Modern data pipeline building with BigQuery Dataform - As ELT is becoming more and more popular, BigQuery Dataform enables modern SQL based transformation within BigQuery’s environment.
Javascript Workspace June 19, 2023Connect an Apps Script to Google Cloud Platform via OAuth 2.0 tokens (June 2023) - An example of connecting an Apps Script to APIs on the Google Cloud Platform.
Cloud Run Javascript Terraform Jan. 2, 2023React Components to PDF API with Cloud Run and Terraform - Implementing React component that uploads file to Cloud Storage via Cloud Run.
API Gateway Cloud Run Javascript Nov. 27, 2022NestJS with API Gateway - Deploying NestJS application on Cloud Run and API Gateway.
Beginner Cloud Run Cloud SDK Javascript Serverless Nov. 7, 2022Getting started with the Google Cloud CLI interactive shell for serverless JavaScript developers - Step by step tutorial to deploy Cloud Run application from command line.
Javascript NodeJS Oct. 10, 2022Log levels in Google Cloud (Node.js) - Using the correct logging format in serverless instances.
Google Maps Platform Javascript Official Blog Oct. 10, 2022Announcing Advanced Markers: easily create highly customized, faster performance markers - With Advanced Markers for the Maps JavaScript API. Now, you can create highly customized, faster performance markers that provide a richer user experience, showcase your brand, and save time and resources.
Firebase Javascript Aug. 1, 2022Firebase JS v9 — embrace pipe() and curry() with the new API - Firebase changed its Javascript API with the v9 version to make a more modular approach.
Google Maps Platform Javascript Official Blog June 27, 2022The latest accessibility updates in the Maps JavaScript API - In recognition of Global Accessibility Awareness Day last month, I wanted to provide a follow-up to last year's work and share more recent updates to improve accessibility in the Maps JavaScript API and Maps Embed API.
Cloud Storage Javascript May 16, 2022How to upload files to Google Cloud Storage using Javascript on only the browser - This article shows how to upload files to Google Cloud Storage using Javascript on only the browser.
Artifact Registry DevOps Javascript NodeJS May 9, 2022Host Private Node.JS Packages on the Google Cloud with Artifact Registry - How to safely share and reuse your code across multiple projects.
DevOps Javascript April 4, 2022How to schedule tasks in more than 30 days in Google Cloud Tasks API? - A workaround to bypass 30 days limit for scheduling Cloud Tasks.
App Engine Cloud Firestore Javascript Sept. 20, 2021Reading Configuration Data from Google Firestore using REST API - Reading database configuration parameters stored in Google Firestore.
Firebase Javascript Official Blog Aug. 16, 2021Deep dive into the new Firebase JS SDK design - Explanation of changes in a new Firebase Javascript SDK.
Firebase Javascript Official Blog Aug. 2, 2021Introducing the new Firebase JS SDK - New web Firebase Javascript SDK libraries are up to 80% smaller.
BigQuery Javascript July 12, 2021Using NPM Library in Google BigQuery UDF - Javascript UDF’s are cool and using with NPM library is a whole new world to explore!
Cloud Functions Javascript NoSQL Serverless June 22, 2021Serverless Redis on Google Cloud Functions - This tutorial shows how to build a Serverless API with Redis on Google Cloud Functions.
Cloud Pub/Sub Javascript Kotlin NodeJS June 7, 2021Using Cloud Pub/Sub on Node.js from Kotlin/JS - Kotlin/JS app which communicates with Cloud Pub/Sub.
BigQuery Javascript NodeJS May 24, 2021Working with Data in BigQuery using Node.js - This article will get into the actual usage of BigQuery and show how to read and write data using Node.js.
Cloud Functions Firebase Javascript NodeJS Tutorial May 24, 2021How to Generate and Store a PDF With Firebase - Node.js tutorial on how to generate PDF documents with Firebase Cloud Functions and upload them to Firebase Cloud Storage.
BigQuery Javascript May 3, 2021Deploying Javascript functions on Google Big Query - Writing and using Javascript User Defined Functions in BigQuery.
Cloud Datastore Docker Javascript April 5, 2021How to develop and test with Google Cloud Datastore running locally? - Using Cloud Datastore emulator as Docker image.
Google Maps Platform Javascript Official Blog April 5, 2021Loading Google Maps Platform JavaScript in Modern Web Applications - Two open source libraries that make it easier for you to use the Maps JavaScript API in modern web apps.
Cloud Storage Javascript NodeJS Storage Feb. 22, 2021Google Storage — How to export and zip a big amount of data with NodeJS - Moving 50K files inside the Google Storage, downloading, zipping, and uploading to another bucket.
Javascript NodeJS Security Typescript Jan. 18, 2021Service Account Authentication on GCP via Node.js App - Providing secure access for server-to-server communication on Google Cloud Platform.
Cloud Run Docker Javascript Jan. 4, 2021Create a Front App immediately with Next.js on Google Cloud Run - Deploying Next.js app on Cloud Run.
Firebase Javascript Serverless Dec. 28, 2020State of Firebase (late 2020) - Official Firebase & Community Updates!
Google Cloud Platform Javascript Dec. 15, 2020Why is the Google Cloud UI so slow? - Analysis of Cloud Console from web app point of view.
Cloud Functions Javascript Networking NoSQL VPC Nov. 9, 2020Connecting Google Cloud Functions With MongoDB Atlas - Connect your serverless architecture on GCP using Cloud Functions to your MongoDB Atlas database using network peering and private clouds.
Firebase Javascript Oct. 5, 20205 Best Firebase and Firestore Courses for Frontend Developers - The best online courses to learn Firebase from popular online platforms.
BigQuery Cloud Dataprep Javascript Aug. 31, 2020How to extend Cloud Dataprep by using BigQuery Javascript UDFs - This article will explain how you can combine Cloud Dataprep with BigQuery Javascript UDFs to extend the scope of data preparation work that you can accomplish natively in Cloud Dataprep.
Cloud Functions Firebase Javascript NodeJS June 22, 2020Migrate your Firebase Cloud Functions to Node.js 10 - Node 8 has been deprecated, and you’ll have to move to node 10. Here’s what you need to know to make that happen smoothly.
Cloud Firestore Javascript June 22, 2020How to Implement a Visitor Counter Using Google Cloud’s Firestore - The explains describes how to implement safely value increment in Cloud Firestore.
BigQuery Javascript June 8, 2020Fibonacci series with user-defined functions in BigQuery - BigQuery can do user-defined functions written in JavaScript so let’s do some Fibonacci series!
Cloud Functions Javascript Serverless June 8, 2020Google Cloud Platform — Serverless Slack Bot - GCP Serverless Python/Go Function Template for a Slack bot.
Firebase Javascript Serverless May 11, 2020State of Firebase (mid 2020) - List of official Firebase & Community updates through out this year.
Firebase Javascript April 20, 2020How to Send Emails From Firebase With the Trigger Email Extension - An overview of Firebase extension for sending emails.
Firebase Javascript April 13, 2020Firebase Authentication with Firestore database - How to authenticate a user using Firebase Authentication and create the corresponding document in Cloud Firestore.
BigQuery Javascript March 23, 2020Advanced BigQuery queries with JavaScript and JSON - Some examples of how to parse JSON data in BigQuery.
Cloud Firestore Cloud Functions Cloud Vision API Firebase Javascript March 16, 2020How to Create an Image Translation Web App in 25 Lines of Code - Simple OCR web application using Firebase and other GCP products.
BigQuery Javascript Feb. 17, 2020How to package a JavaScript library for use in BigQuery - The article explains how to package a JavaScript library for use in BigQuery UDF.
App Engine Javascript Jan. 13, 2020Implicit data type conversion in Javascript vs explicit data type conversion in Python - Unexpected behavior for the App Engine Javascript web app when setting boolean environmental variables in app.yaml.
BigQuery Javascript Jan. 6, 2020BigQuery create partitioned table and load CSV with Apps Script - Work with partitioned table and upload a csv file in BigQuery with Apps Script.
DevOps Javascript Stackdriver Dec. 9, 2019Collecting browser console logs in Stackdriver - This post explains how to improve the supportability of your browser JavaScript by exporting browser console logs to a central location in Google Stackdriver Logging.
Cloud Firestore Firebase Javascript Sept. 9, 2019Nearby Location Queries with Cloud Firestore - Querying for nearby places with GEO data in Firestore.
Cloud Build Firebase Javascript Aug. 26, 2019Vue + Firebase + Google Cloud: How to set up your CI/CD pipeline - Using Cloud Build to create a simple CI/CD pipeline for Firebase functions and Vue app.
Cloud Firestore Firebase Javascript NodeJS Aug. 19, 2019Firestorm: An ORM for Firestore - Firestorm is an Firestore ORM for TypeScript.
Cloud Functions Javascript Tutorial July 29, 2019How to take a screenshot of a website in the cloud - Google Functions in Firebase which takes printscreen of website and saves the image to Cloud Storage.
Javascript Knative Kubernetes Serverless July 1, 2019OpenWhisk Actions on Knative — Packaging Actions as Node.js Module - This is a follow up blog post of How to run OpenWhisk actions on Knative?
Beginner Firebase Javascript April 1, 2019Building Scalable Applications with Google Cloud Services Part 2: Google Cloud Function - Overview of Cloud Functions for Firebase.
Cloud IoT IoT Javascript April 1, 2019GCP-Cloud IoT Core with ESP32 and Mongoose OS — Addendum - Using "config" and "state" MQTT topics for Cloud IoT.
BigQuery Cloud Functions Cloud Pub/Sub Javascript April 1, 2019Dynamically Duplicating A BigQuery DataSet’s Tables - Pipeline to replicate data between two datasets in BigQuery.
Firebase Javascript March 25, 2019Firebase: Introducing the Cloud Messaging batch APIs in the Admin SDK - Using Firebase Admin SDK to send messages to devices.
Cloud Functions Javascript Feb. 25, 2019How to web scrape with Puppeteer in Google Cloud Functions - Puppeteer combined with Google Cloud Functions to do web scraping.
Cloud Functions Cloud Storage Javascript Jan. 28, 2019A Cloud Function to automate Google Spreadsheet CSV import - How to write a Cloud Function that reacts to a CSV file upload to a Cloud Storage bucket and then updates one of your spreadsheets with that CSV data using the Google Sheets API.
Cloud Functions Javascript NodeJS Tutorial Oct. 22, 2018Using Puppeteer in Google Cloud Functions - Article goes through setting up Puppeteer (headless Chrome) and using in Cloud Functions.
Javascript Stackdriver Feb. 26, 2018Real-time JavaScript error reporting with Stackdriver - Learn how to implement real time javascript error reporting with the stackdriver-errors-js library.
Cloud Storage Javascript Feb. 12, 2018Upload Files to Google Cloud Storage (GCS) From the Browser - Short example of uploading files to Google Cloud Storage from the browser in Javascript.
Cloud Speech API Javascript Jan. 29, 2018Convert speech from an audio file to text using Google Speech API - Tutorial on converting speech from an audio file to text using Google Speech API
Javascript Tutorial Jan. 15, 2018The Complete Guide To Deploying JavaScript Applications - Part 1: Database, and API Deployment - This tutorial shows you how to deploy your JavaScript applications to different cloud platforms such as Google Cloud, Microsoft Azure, Netlify, and others.
Cloud Functions Javascript Dec. 25, 2017Private NPM Packages with Google Cloud Functions - Brief overview how to use private NPM packages with Google Cloud Functions.
Useful Links
Contact
Třebanická 183
Prague, Czech Republic
Phone: +420 777 283 075
Email: [email protected]