From 403d6363d23486d45846040dee764322a662a53c Mon Sep 17 00:00:00 2001 From: irfansofyana Date: Mon, 13 Jan 2025 20:48:08 +0700 Subject: [PATCH] fix: fix formatting --- _til/2025-01-13-devcontainers.md | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/_til/2025-01-13-devcontainers.md b/_til/2025-01-13-devcontainers.md index 6bb26c6..c972161 100644 --- a/_til/2025-01-13-devcontainers.md +++ b/_til/2025-01-13-devcontainers.md @@ -21,8 +21,9 @@ As described, devcontainers are excellent for provisioning development environme Over the holiday, I created two repositories to explore devcontainers: - - [irfansofyana/devcontainer-features](https://github.com/irfansofyana/devcontainer-features) - - [irfansofyana/devcontainer-templates](https://github.com/irfansofyana/devcontainer-templates) +- [irfansofyana/devcontainer-features](https://github.com/irfansofyana/devcontainer-features) + +- [irfansofyana/devcontainer-templates](https://github.com/irfansofyana/devcontainer-templates) ### Devcontainer-Features @@ -30,8 +31,9 @@ Devcontainer-features are self-contained, shareable units of installation code a I created devcontainer-features for some tools I frequently use in local development that I couldn’t find pre-existing features for, such as: - - [kcat](https://github.com/edenhill/kcat): A tool for producing, consuming, and inspecting Kafka messages. - - [lazydocker](https://github.com/jesseduffield/lazydocker): A simple terminal UI for managing Docker containers. +- [kcat](https://github.com/edenhill/kcat): A tool for producing, consuming, and inspecting Kafka messages. + +- [lazydocker](https://github.com/jesseduffield/lazydocker): A simple terminal UI for managing Docker containers. ### Devcontainer-Templates @@ -39,13 +41,13 @@ Devcontainer-templates are collections of source files packaged together to conf I currently created a [go-toolkit](https://github.com/irfansofyana/devcontainer-templates/tree/main/src/go-toolkit) devcontainer-template, which includes a variety of tools and services for building Go-based services. Some tools and services included are: - - Kafka - - MySQL - - Redis - - Adminer (DB UI) - - Kafka UI - - Go VS Code extensions - - And more +- Kafka +- MySQL +- Redis +- Adminer (DB UI) +- Kafka UI +- Go VS Code extensions +- And more ## Final Thoughts