Snowflake and Corporate ping pong

TLDR Every corporationg have their own network securities polcies, they use network proxies to control and monitor the traffic going in and out of their network. Just assume that the proxy will be different corporation. When working with Snowflake Privatelink, you will have to get the proxies to whitelist the Snowflake private endpoints. This will only provide you access to Snowflake when interacting directly with Snowflake. When using IaC tools like Terraform, you will have to configure the proxy settings in your local environment so that Terraform can access Snowflake endpoints via the corporate proxy. This is the simple part, as you just need to declare the HTTP_PROXY and HTTPS_PROXY environment variables. ...

November 18, 2025 · 1 min

Hugo Mermaid.js Setup

TLDR Hugo out of box does not set up mermaid.js Multiple ways to set up mermaid.js Overview on how set up mermaid.js At this point I’ll just assume everyone knows mermaid and how it works. This post is a reference post for future me who might get asked on how I set up mermaid.js for this blog. Mermaid.js I only discovered mermaid.js when GitHub made the announcement that they were going to natively support Mermaid as part of their Markdown rendering for README or any Markdown files in GitHub and it would render as it was intended to be rendered. ...

May 6, 2025 · 3 min