1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-09-03 14:22:41 +02:00

Update sorting

This commit is contained in:
Kamran Ahmed
2024-10-09 14:30:37 +01:00
parent 900b618f66
commit 801556d515
3 changed files with 3 additions and 3 deletions

View File

@@ -2,7 +2,7 @@
title: 'Dockerized Service' title: 'Dockerized Service'
description: 'Use GitHub Actions to Deploy a Dockerized Node.js Service' description: 'Use GitHub Actions to Deploy a Dockerized Node.js Service'
isNew: false isNew: false
sort: 11 sort: 13
difficulty: 'intermediate' difficulty: 'intermediate'
nature: 'Docker' nature: 'Docker'
skills: skills:

View File

@@ -2,7 +2,7 @@
title: 'IaC on DigitalOcean' title: 'IaC on DigitalOcean'
description: 'Write Terraform code to create a Droplet on DigitalOcean' description: 'Write Terraform code to create a Droplet on DigitalOcean'
isNew: false isNew: false
sort: 10 sort: 11
difficulty: 'intermediate' difficulty: 'intermediate'
nature: 'Terraform' nature: 'Terraform'
skills: skills:

View File

@@ -2,7 +2,7 @@
title: 'Node.js Service Deployment' title: 'Node.js Service Deployment'
description: 'Use GitHub Actions to Deploy a Node.js Service to a remote server' description: 'Use GitHub Actions to Deploy a Node.js Service to a remote server'
isNew: false isNew: false
sort: 10 sort: 12
difficulty: 'intermediate' difficulty: 'intermediate'
nature: 'CI/CD' nature: 'CI/CD'
skills: skills: