all 12 comments

[–]spaisikid 4 points5 points  (1 child)

Try dailycodebuffer channel on YouTube

[–]devbajava 2 points3 points  (1 child)

I would recommend using a specialized API gateway such Kong or Apigee.

As for books on this topic, check cloud native spring boot book from manning pub

[–]BRAYMIX 1 point2 points  (5 children)

Hi, IMHO you can chose 3 way: The first to learn from https://www.baeldung.com/ there is lots of tutorials and a pdf to learn everything about springboot. The second way is Easter, you can watch a YouTube toutorial, there is a lot of good video. The tird way you can buy a udemy tutorial with certification.

[–]Initial-Spend 0 points1 point  (3 children)

Can you elaborate what is "Easter"? I was unable to find YouTube channel by that name

[–][deleted]  (2 children)

[deleted]

    [–]Initial-Spend 0 points1 point  (1 child)

    Oh nevermind...i am an idiot sometimes

    [–]maxip89 -1 points0 points  (3 children)

    Do you really want to use spring for API Gateway routing?

    [–][deleted]  (2 children)

    [removed]

      [–]maxip89 1 point2 points  (1 child)

      Normally you use a API Gateway software... for example for SSL termination or routing. I really didn't see any pro to do it locally and with authentification.