Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 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-03-28-slackbot-sample.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Deploy a Go-powered slackbot with Defang
tags: [Cloud, NoDevOps, BYOC, AWS ECS, defang compose up, Slack API]
author: Raphaël Titsworth-Morin
authors: raphael_titsworth_morin
---

Hey folks! Today, I'm going to share one of our code samples that will show you how to deploy a simple Slack bot. If you're looking to connect a cloud service to Slack to publish status updates, or something else like that, this should help you get started. We'll walk through a step-by-step process of writing a Go program using the [github.com/slack-go/slack](https://github.com/slack-go/slack) library to interact with the Slack API and easily deploy it using Defang.
Expand Down
2 changes: 1 addition & 1 deletion blog/2024-05-01-may-product-updates.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: April 2024 Defang Compose Update
tags: [Cloud, NoDevOps, BYOC, AWS ECS, defang compose up, Defang Compose Update]
author: Defang Team
authors: defang_team
---

![Defang Compose Update](/img/defang-compose-update.webp)
Expand Down
2 changes: 1 addition & 1 deletion blog/2024-06-01-june-product-updates.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: May 2024 Defang Compose Update
tags: [Cloud, NoDevOps, BYOC, Playground, Load Testing, ACME, Managed Redis, Kaniko, Postgres, ECS, Defang Compose Update]
author: Defang Team
authors: defang_team
---

![Defang Compose Update](/img/defang-compose-update.webp)
Expand Down
2 changes: 1 addition & 1 deletion blog/2024-07-01-july-product-updates.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: June 2024 Defang Compose Update
tags: [Cloud, NoDevOps, BYOC, Windows, Managed Redis, CLI, Defang Compose Update]
author: Defang Team
authors: defang_team
---

![Defang Compose Update](/img/defang-compose-update.webp)
Expand Down
2 changes: 1 addition & 1 deletion blog/2024-07-31-july-product-updates-2.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: July 2024 Defang Compose Update
tags: [Cloud, NoDevOps, BYOC, CLI, AI, Debugging, Defang Compose Update]
author: Defang Team
authors: defang_team
---

![Defang Compose Update](/img/defang-compose-update.webp)
Expand Down
2 changes: 1 addition & 1 deletion blog/2024-08-30-august-product-updates.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ tags:
Debugging,
Defang Compose Update,
]
author: Defang Team
authors: defang_team
---
import { Button } from '@mui/material';

Expand Down
2 changes: 1 addition & 1 deletion blog/2024-09-30-september-product-updates.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ tags:
Debugging,
Defang Compose Update,
]
author: Defang Team
authors: defang_team
---
import { Button } from '@mui/material';

Expand Down
2 changes: 1 addition & 1 deletion blog/2024-11-12-hard-lessons-from-hardware.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "Hard Lessons From Hardware"
tags: [Cloud, NoDevOps, Embedded Systems, Hardware, Wifi, Arduino, Defang]
author: Linda Lee
authors: linda_lee
---

*About the author: Linda Lee is an intern at Defang Software Labs who enjoys learning about computer-related things. She wrote this blog post after having fun with hardware at work.*
Expand Down
2 changes: 1 addition & 1 deletion blog/2024-11-13-october-product-updates.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ tags:
Debugging,
Defang Compose Update,
]
author: Defang Team
authors: defang_team
---
import { Button } from '@mui/material';

Expand Down
2 changes: 1 addition & 1 deletion blog/2024-12-04-launch-week.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ tags:
Debugging,
Defang Compose Update,
]
author: Defang Team
authors: defang_team
image: /img/november-update/launch-week.png
---
import { Button } from '@mui/material';
Expand Down
2 changes: 1 addition & 1 deletion blog/2024-12-11-product-hunt.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ tags:
Defang Compose Update,
Product Hunt,
]
author: Defang Team
authors: defang_team
image: /img/product-hunt/product-hunt.png
---
import { Button } from '@mui/material';
Expand Down
2 changes: 1 addition & 1 deletion blog/2025-02-07-january-product-updates.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ tags:
Debugging,
Defang Compose Update,
]
author: Defang Team
authors: defang_team
---

![Defang Compose Update](/img/defang-compose-update.webp)
Expand Down
2 changes: 1 addition & 1 deletion blog/2025-02-18-model-context-protocol.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ tags:
Chatbot,
Docker
]
author: Defang Team
authors: defang_team
---

![mcp](/img/mcp/mcp.png)
Expand Down
2 changes: 1 addition & 1 deletion blog/2025-03-12-website-logo-refresh-announcement.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Introducing Defang's New Look: Website & Logo Refresh"
author: Defang Team
authors: defang_team
tags: [announcement, branding, refresh]
---

Expand Down
2 changes: 1 addition & 1 deletion blog/2025-03-14-deploying-defang-with-defang-part-1.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Deploying Defang with Defang: Part 1"
author: Defang Team
authors: defang_team
tags: [defang-with-defang, deployment, defang-portal]
---

Expand Down
2 changes: 1 addition & 1 deletion blog/2025-03-15-feb-product-updates.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ tags:
Portal,
Events,
]
author: Defang Team
authors: defang_team
---

![Defang Compose Update](/img/defang-compose-update.webp)
Expand Down
2 changes: 1 addition & 1 deletion blog/2025-03-26-deploying-defang-with-defang-part-2.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Deploying Defang with Defang: Part 2"
author: Defang Team
authors: defang_team
tags: [defang-with-defang, deployment, defang-website]
---

Expand Down
2 changes: 1 addition & 1 deletion blog/2025-04-10-easiest-way-to-deploy-django.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Deploying a Django App with Real-time Moderation Using Defang"
author: Defang Team
authors: defang_team
tags: [deployment, django, docker, compose]
---

Expand Down
2 changes: 1 addition & 1 deletion blog/2025-04-11-mar-product-updates.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ tags: [
LLMs,
Autoscaling,
]
author: Defang Team
authors: defang_team
draft: false
---

Expand Down
2 changes: 1 addition & 1 deletion blog/2025-04-23-vibe-deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ tags:
VSCode,
Claude,
]
author: Defang Team
authors: defang_team
draft: false
---

Expand Down
2 changes: 1 addition & 1 deletion blog/2025-05-09-april-product-updates.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ tags:
Events,
Defang Compose Update,
]
author: Defang Team
authors: defang_team
---

![Defang Compose Update](/img/defang-compose-update.webp)
Expand Down
2 changes: 1 addition & 1 deletion blog/2025-06-06-may-product-updates.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ tags:
Events,
Defang Compose Update,
]
author: Defang Team
authors: defang_team
---

![Defang Compose Update](/img/defang-compose-update.webp)
Expand Down
2 changes: 1 addition & 1 deletion blog/2025-06-16-crew-ai-sample.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "Sample: Starter Kit for RAG + Agents with CrewAI"
description: "Going over our sample for RAG + Agents with CrewAI"
tags: [Cloud, NoDevOps, Docker Compose, Defang, Sample]
author: Defang Team
authors: defang_team
---

## Why Build a Starter Kit for RAG + Agents?
Expand Down
2 changes: 1 addition & 1 deletion blog/2025-06-16-docker-compose-defang.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "Bridging Local Development and Cloud Deployment"
description: "Announcing our new whitepaper: Bridging Local Development and Cloud Deployment with Docker Compose and Defang"
tags: [Cloud, NoDevOps, Docker Compose, Defang, Whitepaper]
author: Defang Team
authors: defang_team
---

**Introducing Our New Whitepaper: Bridging Local Development and Cloud Deployment with Docker Compose and Defang**
Expand Down
2 changes: 1 addition & 1 deletion blog/2025-07-10-june-product-updates.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ tags:
Events,
Defang Compose Update,
]
author: Defang Team
authors: defang_team
---

![Defang Compose Update](/img/defang-compose-update.webp)
Expand Down
2 changes: 1 addition & 1 deletion blog/2025-07-14-defang-gcp-compose.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: "Simple, Secure, and Scalable GCP Deployments from Docker Compose"
description: "Announcing our latest whitepaper: How Defang simplifies Google Cloud deployments with Docker Compose"
slug: defang-gcp-compose
tags: [Google Cloud, GCP, Docker Compose, Cloud Deployment, Defang, Whitepaper]
author: Defang Team
authors: defang_team
---

**Introducing Our New Whitepaper: Simple, Secure, and Scalable GCP Deployments from Docker Compose**
Expand Down
2 changes: 1 addition & 1 deletion blog/2025-08-07-defang-ai-devops-agent.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: "Defang: Your AI DevOps Agent"
description: "From Vibe-Coding to Production… Without a DevOps Team"
slug: defang-your-ai-devops-agent
tags: [Cloud, NoDevOps, BYOC, MCP, LLMs, Vibe Deploying, GCP, AWS]
author: Defang Team
authors: defang_team
---

![Defang Agent](/img/defang_agent/defang_agent.png)
Expand Down
2 changes: 1 addition & 1 deletion blog/2025-08-12-july-product-updates.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ tags:
Cost Estimation,
Defang Compose Update,
]
author: Defang Team
authors: defang_team
---

![Defang Compose Update](/img/defang-compose-update.webp)
Expand Down
2 changes: 1 addition & 1 deletion blog/2025-08-22-agentic-apps.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: "Agentic apps, cloud-native infrastructure, and how Defang simplifi
slug: agentic-apps
tags:
[Agentic Apps, AI, LLMs, Cloud, AWS, GCP, DigitalOcean, DevOps, Deployments]
author: Defang Team
authors: defang_team
---

![Agentic Apps](/img/agentic-apps/agentic-apps.png)
Expand Down
2 changes: 1 addition & 1 deletion blog/2025-09-09-august-product-updates.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ tags:
Agentic Apps,
Defang Compose Update,
]
author: Defang Team
authors: defang_team
---

![Defang Compose Update](/img/defang-compose-update.webp)
Expand Down
2 changes: 1 addition & 1 deletion blog/2025-09-15-agentic-era.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: "Deployments in the Agentic Era"
description: "How agentic applications are reshaping the future of software development and deployment"
slug: agentic-era
tags: [Agentic Era, AI, Software Development, Future, Automation, Cloud, DevOps]
author: Defang Team
authors: defang_team
date: 2025-09-15
---

Expand Down
2 changes: 1 addition & 1 deletion blog/2025-09-25-heroku-migration.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: "Beyond Heroku: Owning Your Deployments"
description: "Why scaling off Heroku matters, what happens during a migration, and how the Defang CLI makes the transition to AWS painless."
slug: heroku-to-aws
tags: [Heroku, AWS, Migration, PaaS vs IaaS, Cloud, DevOps, Defang, Docker Compose]
author: Defang Team
authors: defang_team
date: 2025-09-25
---

Expand Down
17 changes: 17 additions & 0 deletions blog/authors.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
defang_team:
name: Defang Team
title: Defang Team
url: https://defang.io
image_url: /img/defang-logo.svg

linda_lee:
name: Linda Lee
title: Software Engineering Intern at Defang
url: https://defang.io
image_url: /img/defang-logo.svg

raphael_titsworth_morin:
name: Raphaël Titsworth-Morin
title: Software Engineer at Defang
url: https://defang.io
image_url: /img/defang-logo.svg