Skip to content

Commit

Permalink
fix: title lenghts of all posts
Browse files Browse the repository at this point in the history
  • Loading branch information
WayneGoosen committed Sep 13, 2024
1 parent 0e3d6c1 commit bd21989
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ tags:
- score
- dockercompose
title: >-
From Docker Compose to Score Specification: A Platform Engineering Guide
From Docker Compose to Score: A Platform Engineering Guide
---

Welcome! So, you’ve been noticing Platform Engineering everywhere, along with terminology like Internal Developer Platform, Internal Developer Portal (IDP) and the idea of graph based backend instead of pipelines. It’s like discovering design patterns for the first time or hearing about a new frontend framework — you can’t wait to implement at the first opportunity. But where should you start?
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ tags:
- docker
- streamlit
- containers
title: 'Streamlit Deployment Guide Part 1: Containerizing a Streamlit App'
title: 'Streamlit Deployment Guide Part 1: Containerization'
---

When I needed to create a quick proof of concept (PoC) using [Streamlit](https://streamlit.io/), I faced two constraints:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ tags:
- github
- docker
title: >-
Streamlit Deployment Guide Part 2: GitHub Workflow to Build/Publish
to ghcr.io
Streamlit Deployment Guide Part 2: GitHub Actions & ghcr.io
---

This showcases a GitHub Workflow walkthrough of building and publishing a Docker image to GitHub Container Registry. It continues a series detailing the process of deploying Streamlit app to Azure, broken down into the following parts:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ tags:
- azure
- iac
title: >-
Streamlit Deployment Guide Part 3: Azure Infrastructure via Terraform
Streamlit Deployment Guide Part 3: Azure IaC with Terraform
---

import { Image } from 'astro:assets'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ tags:
- iac
- github
title: >-
Streamlit Deployment Guide Part 4: GitHub Workflow for Terraform Apply & Destroy
Streamlit Deployment Guide Part 4: Terraform Apply & Destroy
---

This post showcases a GitHub Workflow walkthrough for executing the necessary Terraform commands to provision and tear down Azure resources for the Streamlit application. It continues a series detailing the process of deploying a Streamlit app to Azure, broken down into the following parts:
Expand Down

0 comments on commit bd21989

Please sign in to comment.