From 5869776f56456631a7d60df4579ffeb8e1f91e6f Mon Sep 17 00:00:00 2001 From: Benjamin Toby Date: Wed, 1 Nov 2023 19:26:05 +0100 Subject: [PATCH] Update Skills --- app/(utils)/web-dev-stack.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/app/(utils)/web-dev-stack.json b/app/(utils)/web-dev-stack.json index e821fc6..1814f0d 100644 --- a/app/(utils)/web-dev-stack.json +++ b/app/(utils)/web-dev-stack.json @@ -23,6 +23,10 @@ "title": "Ubuntu Linux", "description": "Secure server management with ubuntu and Linux" }, + { + "title": "AWS", + "description": "Cloud services and scalable applications. EC2, S3, lambda, SES, etc." + }, { "title": "Cloudflare", "description": "CDN, Zero-Trust, DNS, Web Application Firewall (WAF), and much more." @@ -43,6 +47,10 @@ "title": "Docker", "description": "Containarization of applications." }, + { + "title": "Digital Ocean", + "description": "Droplet configuration and management" + }, { "title": "Linux Alpine", "description": "Lightweight Linux distro for docker containers and high-performance/secure infrastructure"