Nainaznainaz.hashnode.dev·17 hours agoJSON Web Signature (JWS)This policy is a data structure representing a MACed (HMAC algorithm) or digitally signed message.It is signed using a shared key or public/private key.We can choose different algorithms for these.Example:- HS256 algo uses shared key.- RS256 algo use...ApigeeJSON Web Signature (JWS)
Nainaznainaz.hashnode.dev·18 hours agoJSON Web Token (JWT) policyThis Policy is used to share information between the two parties. JSON Web tokens can grant access to resources.These tokens are signed using a key or the public/private key.We can choose different algorithms for these.- HS256 algorithms use shared k...ApigeeJSON Web Token (JWT) policy
MD DANISH QAUNAINmd-danish.hashnode.dev·Dec 17, 2024Cloud SQL TaskTask:-1 Edit SQL instance on GCP and suggest in which condition restart required. (5-5 example) For this task first we need to create a SQL Instance. So lets create SQL Instance step by step as follows- Navigate to the Google Cloud Console. https:/...google cloud
MD DANISH QAUNAINmd-danish.hashnode.dev·Dec 17, 2024Zonal Failover in Cloud SQLZonal failover in Cloud SQL on Google Cloud Platform (GCP), you can simulate the unavailability of a zone and monitor how the system manages the failover process. Cloud SQL ensures high availability (HA) with a regional configuration, where a standby...GCP
Pieterjan Lambeinserver-side-stories.hashnode.dev·Dec 9, 2024Unlocking Savings: Mastering BigQuery's Capacity-Based Compute Pricing ModelTL;DR BigQuery has two pricing models: On-demand, charging per byte processed, and Capacity-based, charging for slot capacity over time. Capacity-based can be cheaper if monthly costs are high. It involves reserving slots and can be optimized with hi...bigquery
Shikhar Shuklashikhar99.hashnode.dev·Dec 9, 2024Automate Gmail Attachments to Google Drive Using JavaScript in Apps ScriptManaging email attachments manually is tedious, but with Google Apps Script, you can automate the process in just a few lines of JavaScript. In this article, I’ll walk you through how to create a script that saves attachments from specific Gmail send...JavaScript
BHAVESH PATILparanerdzops.hashnode.dev·Dec 9, 2024How to Reserve IP Addresses in Google Cloud Platform (GCP)Mitaarrr’s of the Tech Universe! Welcome to my blog! Today, we'll dive into a crucial topic in network management: Reserving IP addresses in Google Cloud Platform (GCP) . There are times when organizations face subnet exhaustion and run out of IP add...27 readsReserve IP addresses GCP
David Willifordblog.davidwilliford.dev·Dec 5, 2024How to implement 'Sign in with Google' for Headless Shopify Stores (React, Next.js, Hydrogen etc.)Shopify, by default, does not have pre-configured methods to authenticate customers via their Google accounts. In a Shopify theme environment, there are numerous apps you could use to accomplish social sign-in. But what about headless stores?! In thi...Hydrogen Tutorials Hydrogen
Hack2skillforHack2skill Stationblog.hack2skill.com·Dec 5, 2024The AI for Impact Hackathon: A Journey of Empowerment and Innovation in APACThe AI for Impact Hackathon, hosted by Google Cloud in partnership with Hack2skill, brought together a dynamic community of innovators from across the Asia-Pacific (APAC) region. With over 1.6 Million Reach and 22,000+ registrations, the event is fos...85 readsgoogle cloud
Vaibhav Singhvaibhavcode.hashnode.dev·Dec 1, 2024Structured data prediction using Vertex AI PlatformIn this post, we delve into how to create a robust workflow for predicting a baby’s weight using structured data and Google Cloud's Vertex AI Platform. From data preparation to deploying a machine learning (ML) model, we’ll explore the process step b...Machine Learning