I am a volunteer QA engineer at openMRS and currently trying to adventure into technical writing, FHIR standard and backend development using Java, Spring Boot, JPA / Hibernate.
Test Automation and any open source project contribution (with respect to my tech stack)
Today i was working on integrating keycloak into my springboot-react project. I had to use some docker since there was need to pull the keycloak container from dockerhub. So i used docker run -p 8080:8080 -e KEYCLOAK_ADMIN=admin -e KEYCLOAK_ADMIN_PAS...
