diff --git a/.astro/settings.json b/.astro/settings.json index 7a5fc086b..0124d4092 100644 --- a/.astro/settings.json +++ b/.astro/settings.json @@ -3,6 +3,6 @@ "enabled": false }, "_variables": { - "lastUpdateCheck": 1758909687006 + "lastUpdateCheck": 1762257454897 } } \ No newline at end of file diff --git a/public/pdfs/roadmaps/laravel.pdf b/public/pdfs/roadmaps/laravel.pdf new file mode 100644 index 000000000..5597fe07a Binary files /dev/null and b/public/pdfs/roadmaps/laravel.pdf differ diff --git a/public/roadmaps/laravel.png b/public/roadmaps/laravel.png new file mode 100644 index 000000000..dd4c44b13 Binary files /dev/null and b/public/roadmaps/laravel.png differ diff --git a/readme.md b/readme.md index 1110515d7..71f4c311d 100644 --- a/readme.md +++ b/readme.md @@ -73,6 +73,7 @@ Here is the list of available roadmaps with more being actively worked upon. - [GraphQL Roadmap](https://roadmap.sh/graphql) - [Android Roadmap](https://roadmap.sh/android) - [iOS Roadmap](https://roadmap.sh/ios) +- [Swift/Swift UI Roadmap](https://roadmap.sh/swift-ui) - [Flutter Roadmap](https://roadmap.sh/flutter) - [Go Roadmap](https://roadmap.sh/golang) - [Rust Roadmap](https://roadmap.sh/rust) @@ -96,6 +97,7 @@ Here is the list of available roadmaps with more being actively worked upon. - [DevRel Engineer Roadmap](https://roadmap.sh/devrel) - [AI Red Teaming Roadmap](https://roadmap.sh/ai-red-teaming) - [AI Agents Roadmap](https://roadmap.sh/ai-agents) +- [Bash/Shell Roadmap](https://roadmap.sh/shell-bash) There are also interactive best practices: diff --git a/src/components/Roadmaps/RoadmapsPage.tsx b/src/components/Roadmaps/RoadmapsPage.tsx index f9653fcc0..2afd0dfaf 100644 --- a/src/components/Roadmaps/RoadmapsPage.tsx +++ b/src/components/Roadmaps/RoadmapsPage.tsx @@ -169,6 +169,12 @@ const groups: GroupType[] = [ type: 'skill', otherGroups: ['Web Development'], }, + { + title: 'Laravel', + link: '/laravel', + type: 'skill', + otherGroups: ['Web Development'], + }, ], }, {