Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion blog/2024-11-07-agentic-rag/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import ArchitectureDiagram from './architecture-diagram.svg';

## Demo

Feel free to check out the demo [here](https://nicholas-goh.com/ui) before I dive into the blog!
Feel free to check out the demo [here](https://nicholas-goh.com/blog/reducing-cloud-bill) before I dive into the blog!

<ReactPlayer playing controls url='/vid/agentic-rag/agentic-rag.MOV' />

Expand Down
2 changes: 1 addition & 1 deletion blog/2025-02-01-etl-automation/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import ReactPlayer from 'react-player'

## Demo

Check out the [demo](https://nicholas-goh.com/use-cases/etl-automation/ui) before I dive into the blog!
Check out the [demo](https://nicholas-goh.com/blog/reducing-cloud-bill) before I dive into the blog!

<ReactPlayer playing controls url='/vid/etl-automation/etl-automation.MOV' />

Expand Down
2 changes: 1 addition & 1 deletion blog/2025-03-01-customer-service/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import ReactPlayer from 'react-player'

## Demo

Check out the [demo](https://nicholas-goh.com/use-cases/customer-service/ui) before I dive into the blog!
Check out the [demo](https://nicholas-goh.com/blog/reducing-cloud-bill) before I dive into the blog!

<ReactPlayer playing controls url='/vid/customer-service/customer-service-automation.MOV' />

Expand Down
2 changes: 1 addition & 1 deletion blog/2025-04-21-monitoring-and-observability/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import ReactPlayer from 'react-player'

## Demo

Check out the following interactive dashboards, [Grafana](https://nicholas-goh.com/grafana) and [Langfuse](https://nicholas-goh.com/langfuse), before I dive into the blog!
Check out the following interactive dashboards, [Grafana](https://nicholas-goh.com/blog/reducing-cloud-bill) and [Langfuse](https://nicholas-goh.com/blog/reducing-cloud-bill), before I dive into the blog!

Username and password:

Expand Down
4 changes: 2 additions & 2 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,12 +107,12 @@ const config: Config = {
{ to: "/showcase", label: "Projects", position: "left" },
{ to: "/blog", label: "Blog", position: "left" },
{
to: "https://nicholas-goh.com/grafana",
to: "https://nicholas-goh.com/blog/reducing-cloud-bill",
label: "Grafana",
position: "left",
},
{
to: "https://nicholas-goh.com/langfuse",
to: "https://nicholas-goh.com/blog/reducing-cloud-bill",
label: "Langfuse",
position: "left",
},
Expand Down