1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-19 15:43:49 +02:00

Feat: Added Resources, Improvements, and Typo Fixes for Full Stack Roadmap (#7369)

* feat: add video for restful api

* feat: add documentationfor redis

* feat: add dedicated roadmap

* fix: add website names

* feat: add official website of monit

* fix: replace article with official

* fix: change feed link github to github-actions

* fix: add taiwind css
This commit is contained in:
Krushna Kanta Rout
2024-10-08 17:18:16 +05:30
committed by GitHub
parent fe9162296e
commit 34c951b619
9 changed files with 12 additions and 4 deletions

View File

@@ -4,6 +4,7 @@
Visit the following resources to learn more:
- [@roadmap@Visit Dedicated Git & Github Roadmap](https://roadmap.sh/git-github)
- [@video@Git & GitHub Crash Course For Beginners](https://www.youtube.com/watch?v=SWYqp7iY_Tc)
- [@article@Learn Git with Tutorials, News and Tips - Atlassian](https://www.atlassian.com/git)
- [@article@Git Cheat Sheet](https://cs.fyi/guide/git-cheatsheet)

View File

@@ -2,8 +2,9 @@
GitHub Actions is a workflow automation tool provided by GitHub that can be used to automate various tasks in the app development process.
- [@roadmap@Visit Dedicated Git & Github Roadmap](https://roadmap.sh/git-github)
- [@opensource@Github Actions](https://github.com/features/actions)
- [@article@Github Actions Documentation](https://docs.github.com/en/actions)
- [@video@5 Ways to DevOps-ify your App](https://www.youtube.com/watch?v=eB0nUzAI7M8)
- [@video@DevOps CI/CD Explained in 100 Seconds](https://www.youtube.com/watch?v=scEDHsr3APg)
- [@feed@Explore top posts about GitHub](https://app.daily.dev/tags/github?ref=roadmapsh)
- [@feed@Explore top posts about GitHub](https://app.daily.dev/tags/github-actions?ref=roadmapsh)

View File

@@ -13,5 +13,6 @@ Some of the key features of Monit are:
Have a look at the following resources to learn more about Monit:
- [@official@Monit Website](https://mmonit.com/monit/)
- [@video@Monit - Opensource Self Healing Server Monitoring](https://www.youtube.com/watch?v=3cA5lNje1Ow)
- [@article@Monit documentation](https://mmonit.com/monit/documentation/)

View File

@@ -4,7 +4,8 @@ Node.js is an open-source and cross-platform JavaScript runtime environment. It
Visit the following resources to learn more:
- [@official@Official Website](https://nodejs.org/en/about/)
- [@roadmap@Visit Dedicated Node.js Roadmap](https://roadmap.sh/nodejs)
- [@official@Node.js Website](https://nodejs.org/en/about/)
- [@official@Learn Node.js Official Website](https://nodejs.org/en/learn/getting-started/introduction-to-nodejs)
- [@article@Node.JS Introduction](https://www.w3schools.com/nodejs/nodejs_intro.asp)
- [@video@Node.js and Express.js Full Course](https://www.youtube.com/watch?v=Oe421EPjeBE)

View File

@@ -5,7 +5,7 @@ PostgreSQL, also known as Postgres, is a free and open-source relational databas
Visit the following resources to learn more:
- [@roadmap@Visit Dedicated PostgreSQL DBA Roadmap](https://roadmap.sh/postgresql-dba)
- [@official@Official Website](https://www.postgresql.org/)
- [@official@PostgreSQL Website](https://www.postgresql.org/)
- [@article@Learn PostgreSQL - Full Tutorial for Beginners](https://www.postgresqltutorial.com/)
- [@video@Learn PostgreSQL Tutorial - Full Course for Beginners](https://www.youtube.com/watch?v=qw--VYLpxG4)
- [@video@Postgres tutorial for Beginners](https://www.youtube.com/watch?v=eMIxuk0nOkU)

View File

@@ -4,7 +4,9 @@ Redis is an open source (BSD licensed), in-memory **data structure store** used
Visit the following resources to learn more:
- [@roadmap@Visit Dedicated Redis Roadmap](https://roadmap.sh/redis)
- [@official@Redis Website](https://redis.io/)
- [@official@Redis Documentation](https://redis.io/docs/latest/)
- [@video@Redis in 100 Seconds](https://www.youtube.com/watch?v=G1rOthIU-uo)
- [@video@Redis Caching in Node.js](https://www.youtube.com/watch?v=oaJq1mQ3dFI)
- [@feed@Explore top posts about Redis](https://app.daily.dev/tags/redis?ref=roadmapsh)

View File

@@ -7,3 +7,4 @@ Visit the following resources to learn more:
- [@article@What is a REST API?](https://www.redhat.com/en/topics/api/what-is-a-rest-api)
- [@article@Roy Fieldings dissertation chapter, Representational State Transfer (REST)](https://www.ics.uci.edu/~fielding/pubs/dissertation/rest_arch_style.htm)
- [@article@Learn REST: A RESTful Tutorial](https://restapitutorial.com/)
- [@video@What Is A RESTful API? Explanation of REST & HTTP](https://www.youtube.com/watch?v=Q-BpqyOT3a8)

View File

@@ -4,7 +4,7 @@ CSS Framework that provides atomic CSS classes to help you style components e.g.
Visit the following resources to learn more:
- [@article@Tailwind Website](https://tailwindcss.com)
- [@official@Tailwind CSS Website](https://tailwindcss.com)
- [@video@Tailwind CSS Full Course for Beginners](https://www.youtube.com/watch?v=lCxcTsOHrjo)
- [@video@Tailwind CSS Crash Course](https://www.youtube.com/watch?v=UBOj6rqRUME)
- [@video@Should You Use Tailwind CSS?](https://www.youtube.com/watch?v=hdGsFpZ0J2E)

View File

@@ -4,6 +4,7 @@ Terraform is an extremely popular open source Infrastructure as Code (IaC) tool
Visit the following resources to learn more:
- [@roadmap@Visit Dedicated Terraform Roadmap](https://roadmap.sh/terraform)
- [@official@Terraform Website](https://www.terraform.io/)
- [@official@Terraform Documentation](https://www.terraform.io/docs)
- [@article@Terraform Tutorials](https://learn.hashicorp.com/terraform)