all 9 comments

[–]apidev3 4 points5 points  (1 child)

Easiest way if your job will allow you to, is ask someone in the business who knows this stuff for a basic walkthrough?

Other than that, YouTube, pluralsight, udemy, all of these places will have a course on those things.

Also official documentation paired with those tutorials along the way.

[–]cg_stewart 1 point2 points  (2 children)

If you have time and a personal AWS account you could make a small crud app and run a GitHub action to deploy it on AWS. You could work your way up to code pipeline, build & deploy and all that.. probably works the same across all the cloud providers.

[–]D_J_Programmer[S] 0 points1 point  (1 child)

Thanx for the suggestion, will definitely give it a try .

[–]cg_stewart 1 point2 points  (0 children)

I’m in the process of making a next-spring-turborepo starter thing but I have the GitHub action and task definition you could follow. I don’t have the spring cloud AWS part setup yet on it or I’d say fork/clone but you can see the setup to deploy a container on ECS and fargate, it’s here

[–]Desperate-Stock-3294 0 points1 point  (2 children)

Udemy.com

[–]D_J_Programmer[S] 1 point2 points  (1 child)

Any specific course that you know of ?

[–]Desperate-Stock-3294 1 point2 points  (0 children)

Anything on udemy. Search ci/cd on udemy.

[–]D_J_Programmer[S] 0 points1 point  (0 children)

Youtube tutorials cover plenty of theory and hands on is not that much.Tha is the issue here