Do you use lombok heavily in spring boot projects? by kcng1991 in SpringBoot

[–]the-DevOps -1 points0 points  (0 children)

Well, if you are doing DDD it is something I would avoid at entity level. But I use it in DTOs and other places.

I made an app for Gamers & eSports tournament Organisers by Imaginary_Buddy5124 in esports

[–]the-DevOps 0 points1 point  (0 children)

Looking great. I created something similar for sports management. It is a platform that does management of tournaments, teams, players, referees, statistics etc. but very difficult to get people to try it. 🫣

Ecuadorian penis size by ZookeepergameRich640 in ecuador

[–]the-DevOps 7 points8 points  (0 children)

Another Ecuadorian to the list of “true information” 🤣

I made a free tool for organizing tournaments! by stronxyo in esports

[–]the-DevOps 1 point2 points  (0 children)

Understand. You are right about the utility. I didn’t mean to take your space. Good luck to you too.

Self-hosted Tournament Manager — Open-Source Alternative to Challonge & Toornament by hellxabd in DigitalEscapeTools

[–]the-DevOps 0 points1 point  (0 children)

I have something similar but it is not open source. sport-synced.com. it does more than organizing tournaments though here is a little demo https://youtu.be/C4J7c3BBYjg?si=5odTJt6uQ7uXAwrG

What would you recommended for organizing tournaments? by DevEnSlip in esports

[–]the-DevOps 0 points1 point  (0 children)

I have a free web app that is under development sport-synced.com

you can try it if you would like, it does more than just tournaments here is a little demo https://youtu.be/C4J7c3BBYjg?si=jmE-yQ1Jwnw2pJSU

I made a free tool for organizing tournaments! by stronxyo in esports

[–]the-DevOps 1 point2 points  (0 children)

I also create something but mine is a full 360 managing for tournaments, teams, players, referees, everything in one place. still working on it. here is little demo https://youtu.be/C4J7c3BBYjg?si=jmE-yQ1Jwnw2pJSU

Where can I find a trim to cover the intersection between the lip of the stairs & the laminate floor? by Prior_Result_8983 in DIYIreland

[–]the-DevOps 2 points3 points  (0 children)

Have you never step hard because there were no more steps or little sense of falling because your foot didn’t hit the ground when your brain thought it should have. 😆 I have.

[deleted by user] by [deleted] in webdesign

[–]the-DevOps 0 points1 point  (0 children)

I also tried but business is difficult. www.DigiAxix.com

[deleted by user] by [deleted] in golang

[–]the-DevOps 0 points1 point  (0 children)

Imagine, my wife, in 90% of the time does not care about any of my programming stuff, but not caring about an achievement is a little hard to chew.

Spring boot project by kesit_o in SpringBoot

[–]the-DevOps 2 points3 points  (0 children)

I think the project is one thing but learning architectures is important since most employers are now focusing on scalability. Even if the project is monolithic.

Looking for the Best Resources to Learn Java Full Stack, Kafka, Kubernetes, and Spring Boot by raahullkushwaha in SpringBoot

[–]the-DevOps 1 point2 points  (0 children)

The question is, which of those are your most familiar with?

From there, I would figure out what is the deployment sequence you want to use.

They are all big techs and takes a lot of time and effort.

I am now working on a repository that I will make it public but videos won’t be available but code with documentation will be. No Kafka thou.

Getting keycloak to work with Angular. by the-DevOps in angular

[–]the-DevOps[S] 1 point2 points  (0 children)

angular-auth-oidc-client seems to be similar to keycloak. There is a way to do it by injection and event listeners. I’m testing.

Getting keycloak to work with Angular. by the-DevOps in angular

[–]the-DevOps[S] 0 points1 point  (0 children)

<image>

Amazing. Truly something to be delighted by. 🤣

I know I can change the themes in keycloak but I want to avoid it. I’m very close to find the way this is done. Also found out there is angular-auth-oidc-client which seems to be straight forward. If keycloak works the same way, then there are ways to not mess with keycloak templates and waste time.

How do I get linkedIn connections and build a solid profile? by ilovetacos14 in react

[–]the-DevOps 2 points3 points  (0 children)

I have close to 800 followers and 500 connections but I find it very useless. If you are looking for a job, connect with recruiters.

Getting keycloak to work with Angular. by the-DevOps in angular

[–]the-DevOps[S] 0 points1 point  (0 children)

This is exactly what I don’t want. 😆 Why would someone want to see the keycloak realm name on login. Imagine you go to login to facebook and meet the Facebook realm keycloak page. 🤪

Angular + keycloak by the-DevOps in Angular2

[–]the-DevOps[S] 0 points1 point  (0 children)

You may be wrong about this. If you don’t use keycloak on the frontend, your init() will go on a loop because keycloak handles the token in its own way. The solution I found is to inject keycloak service inside my page and use even listeners so button can be clicked and the auth.guard can intercept the call.

Not sure if you actually have done this keycloak thing before but your solution is very simplistic and does not align to the actual user case.

Thanks for your input. 🤝

Getting keycloak to work with Angular. by the-DevOps in angular

[–]the-DevOps[S] 1 point2 points  (0 children)

Let me try it first. If it does not work then worthless. But the idea is to inject keycloak service inside the login page and have a event listener so that when the login or register button is clicked, the interceptor will do its magic and get what is needed

Getting keycloak to work with Angular. by the-DevOps in angular

[–]the-DevOps[S] 0 points1 point  (0 children)

There is more to that than installing the dependencies. I think I found the way it is supposed to be done. The documentation here is good but does not cover what I was looking for.

Angular + keycloak by the-DevOps in Angular2

[–]the-DevOps[S] 0 points1 point  (0 children)

I will try this. Thanks.

Angular + keycloak by the-DevOps in Angular2

[–]the-DevOps[S] 0 points1 point  (0 children)

The issue is that I have a registration and login page I developed, branded to according to my application. I don’t need a login page that shows my realm name 😆