Sanyukta Suman Logo Sanyukta Suman

Guides

Blog Post Thumbnail

Marketing Performance Evaluation with Shapley Attribution

This project provides a robust, data-driven approach to evaluating the performance of various marketing channels. By moving beyond traditional attribution models, this solution uses Shapley values to fairly distribute conversion credit across all channels in a user's journey.

Read More

Blog Post Thumbnail

Create Airflow instance from Local Computer

Cloud Composer is Google Cloud's managed service for running Apache Airflow. It takes care of the infrastructure for you, allowing you to focus on building and orchestrating data pipelines. If you're new to the service, setting up your first environment can feel like a big step....

Read More

Blog Post Thumbnail

A Guide to Creating a Cloud Composer Environment in GCP

Cloud Composer is Google Cloud's managed service for running Apache Airflow. It takes care of the infrastructure for you, allowing you to focus on building and orchestrating data pipelines. If you're new to the service, setting up your first environment can feel like a big step....

Read More

Blog Post Thumbnail

dataform Installation in your local (VS-Code)

Here is a step-by-step guide on how to install dataform cli on VS code and integrate with your google cloud storage...

Read More

Blog Post Thumbnail

Guide to Switching gcloud Accounts and Projects

Here is a step-by-step guide to switching accounts and projects in the Google Cloud CLI (gcloud). You can use this to quickly switch contexts for your work...

Read More

Blog Post Thumbnail

Working with Virtual Environment

This guide will walk you through the most frequent problems, from environment setup to dependency conflicts, using a real-world debugging example. .....

Read More

Blog Post Thumbnail

How to store user email from your website to Google Cloud Storage

This guide walks through step-by-step of how to build a backend system to store user email id entered on your website to a google cloud storage and also common errors when storing .....

Read More

Blog Post Thumbnail

Connect Sub Directory from the GitHub repo to Vercel Domain

This is the most common issue. By default, Vercel looks for your website files in the root of your repository. If your files are in a different folder, you must tell Vercel where to look.....

Read More

Blog Post Thumbnail

Work on external Github account with your personal Github account

To collaborate on an external GitHub repository using your own account, you'll need to follow a process that involves creating a repository, forking it, and then using a pull request to merge your changes.......

Read More

Blog Post Thumbnail

Beginner's Guide to Connecting Dataform to GitHub

Connecting your Dataform repository to GitHub is a crucial step for data teams, enabling version control, collaboration, and automated deployments. This guide will walk you through the process, from creating a secure access token to syncing your first change......

Read More

Blog Post Thumbnail

A Developer's Guide to a Shopify to BigQuery Data Sync

This guide will walk you through the entire process, including how to connect your code to GitHub, how to find the necessary API keys, and how to troubleshoot common issues.....

Read More

Blog Post Thumbnail

How to Deploy Your Website on Vercel with a Custom Domain from Namecheap

So, you've built a website and are ready to share it with the world. Deploying it to a platform like Vercel and connecting it to a custom domain from a registrar like Namecheap is a fantastic way to go. .....

Read More