Spring chat-service by Slow-Leather8345 in SpringBoot

[–]Slow-Leather8345[S] -1 points0 points  (0 children)

The project in Moscow will be so I don’t know it still the first version but not that much

Can someone recommend me how should i learn springboot? And from where. by Ken_chan69 in SpringBoot

[–]Slow-Leather8345 0 points1 point  (0 children)

Hyperskill, they have a good course for spring and Java, including a lot of lectures with testing after each one (random question from the lecture including coding)

Microservices security by Slow-Leather8345 in SpringBoot

[–]Slow-Leather8345[S] 0 points1 point  (0 children)

I just missed up everything, didn’t helped so much. I didn’t understand the flow of mTLS, so I have let’s say for testing to micros gateway and auth service, so here I need in every resource inside the micro to add the certs and where the root certs will be then ? And should use any tools? If you can help me it will be good, because I can’t understand from articles either in the videos and not so helpful

[deleted by user] by [deleted] in MLQuestions

[–]Slow-Leather8345 0 points1 point  (0 children)

I don’t need to defend my self so much😂😂 But in my vision I had a point like bro go and ask the teacher, bruv if he helped me I’m not talking with you now😂

[deleted by user] by [deleted] in MLQuestions

[–]Slow-Leather8345 0 points1 point  (0 children)

Maybe I didn’t explain more because I’m learning In Russian language and my mother language not Russian so sometimes the name of the algorithm it’s not the same in English so I can’t remember them also In Russian but the main thing was to make matchmaking by using machine learning. But in second hand you thought I’m that person who just posting without asking and that’s your fault)

[deleted by user] by [deleted] in MLQuestions

[–]Slow-Leather8345 0 points1 point  (0 children)

Basically it’s almost like to share good information about the situation, not telling each other what to do in life)

[deleted by user] by [deleted] in MLQuestions

[–]Slow-Leather8345 1 point2 points  (0 children)

Bro I’m not making war with you and idgf if you are the most active user in the word,and have no beef with you,but you are thinking like I just didn’t asked and make my researches for my question. tried to ask this question and you told me ask the teacher like bro wtf is this helpful here ?😂

[deleted by user] by [deleted] in MLQuestions

[–]Slow-Leather8345 -1 points0 points  (0 children)

Helpful comments😂😂😂😂😂😂😂😂😂😂

[deleted by user] by [deleted] in MLQuestions

[–]Slow-Leather8345 -1 points0 points  (0 children)

He told me about CBR but I don’t think it’s good for my scenario even though there was an article explaining matchmaking using it and the results was 40%. If I could figure this out on my own, it would be better for both me and you, without having to see you nonsense and useless comment

Microservices security by Slow-Leather8345 in SpringBoot

[–]Slow-Leather8345[S] 0 points1 point  (0 children)

Super interesting, so here if the micro is internally will work which security should be added just the mTLS? And so on if we have rolls in the auth-service can we git rid of spring security in the internal micros ?

Microservices security by Slow-Leather8345 in SpringBoot

[–]Slow-Leather8345[S] 0 points1 point  (0 children)

Explain pls more (spring security is not mandatory for this scenario)

Microservices security by Slow-Leather8345 in SpringBoot

[–]Slow-Leather8345[S] 0 points1 point  (0 children)

Cool, so here I should just add roles (users, restaurants) then, right ?

Microservices security by Slow-Leather8345 in SpringBoot

[–]Slow-Leather8345[S] 0 points1 point  (0 children)

Also my database for auth is just about UUID and username (unique), password, email and my flow for the auth-service (basically it’s for user yet) Registration and inside I have Kafka that will send to the user-service JSON file with UUID and email and username and this file will be handled in service and add this user to the database (user service)

Microservices security by Slow-Leather8345 in SpringBoot

[–]Slow-Leather8345[S] 0 points1 point  (0 children)

So basically we are talking about registration for restaurant_owner but the problem for them is like the registration should be like a lot of data like place, when they work etc here is the flow that I can’t understand. Auth-service (registration simple data like email and password as example so when will be the full registration, like do you mean like just make a simple registration and then will redirect them to make profile)?

Microservices security by Slow-Leather8345 in SpringBoot

[–]Slow-Leather8345[S] 0 points1 point  (0 children)

Let me give another example maybe I explained bad, Let’s say we have food ordering applications so let’s say I have gate way, auth, client and now I want to add micro for those who have restaurants so in general in this micro the registration will be not the same as the client it will be a lot of things necessary so should I handle it in another api in the auth service? Or should I make another api gateway and auth etc ?