This commit is contained in:
2025-10-02 08:16:11 +01:00
parent 6d833c7d3b
commit 979728e6c8
30 changed files with 695 additions and 100 deletions
+31 -1
View File
@@ -58,6 +58,21 @@ export const work = {
Devops: {
href: "/work/devops",
portfolio: [
{
title: "TurboCI",
description: "Cloud VPS orchestrator that runs any workload",
href: "https://turboci.tben.me",
technologies: [
"Bun",
"Shell",
"Typescript",
"APIs",
"Hetzner",
"AWS",
"GCP",
"Azure",
],
},
{
title: "Personal Mail Server",
description:
@@ -81,7 +96,22 @@ export const work = {
href: "/work/devops",
portfolio: [
{
title: "Turbo Sync NPM Module",
title: "TurboCI",
description: "Cloud VPS orchestrator that runs any workload",
href: "https://turboci.tben.me",
technologies: [
"Bun",
"Shell",
"Typescript",
"APIs",
"Hetzner",
"AWS",
"GCP",
"Azure",
],
},
{
title: "Turbo Sync",
description:
"The easiest way to synchronize local and remote directories in real time",
href: "https://git.tben.me/Moduletrace/turbo-sync",