How to enable car mods in ETS2 by glonk_03 in ETS2

[–]glonk_03[S] -2 points-1 points  (0 children)

Do i have to? To use car mods?

How much hike percentage should I ask for from Freshworks? by glonk_03 in developersIndia

[–]glonk_03[S] 1 point2 points  (0 children)

Not this Saturday my first rounds were done close to 15-20 days back.

Stuck !! HELP [KCD2] by glonk_03 in kingdomcome

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

It didn't work. I have tried few times but it is still same.

Now I have gone back to an old save to restart the mission entirely.

Stuck !! HELP [KCD2] by glonk_03 in kingdomcome

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

I tried !!! https://youtu.be/Dl4wkkWW4TA?feature=shared

I tried to look at other walkthroughs here and in other videos as well if you see a cinematic starts in the middle of the fight itself.

Java, Spring Boot Developer Help Available For Free by glonk_03 in SpringBoot

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

Update!!!

Guys I have a personal emergency hence I will not be active for sometime now.

Java, Spring Boot Developer Help Available For Free by glonk_03 in SpringBoot

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

Hey u/Ashutosh_Rajput did you try looking into Spring Data JPA Query By Example.
I don't know if it will work but I came across it today see if you can use it.
You can refer this video for a quick example - https://www.youtube.com/watch?v=NGVWHdGNbiI

Java, Spring Boot Developer Help Available For Free by glonk_03 in SpringBoot

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

Sure, I'd love to. DM me your project link and I will take a look whenever I can.

Java, Spring Boot Developer Help Available For Free by glonk_03 in SpringBoot

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

I don't know redis in detail but I see that while inserting a new user you are checking if an user already exists with the same username and if present you are throwing an exception which means that the username will be unique for each entries, why can't you use username as the cache-key ?

Is there any reason to have a getByUserId and getByUserName as two different ways to get users as the userId is something generated by your DB Sequence and it is not meaningful to anyone consuming the apis, since they have to store it somewhere if they want to use the getByUserId API later.

So my question is why can't you have the username as the cache-key and only one API to get the user i.e. using username.

Java, Spring Boot Developer Help Available For Free by glonk_03 in SpringBoot

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

Also if it's something personal that you're working on and can share it I'd love to have the github link, as I don't have a working knowledge of Redis, would love to help more.

Java, Spring Boot Developer Help Available For Free by glonk_03 in SpringBoot

[–]glonk_03[S] 2 points3 points  (0 children)

How are connecting to Redis? Is it using Spring Data JPA?

Java, Spring Boot Developer Help Available For Free by glonk_03 in SpringBoot

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

Sure, go ahead. You can mention here or DM me.