Open in app

Sign In

Write

Sign In

Saurav Samantray
Saurav Samantray

200 Followers

Home

About

Jun 17

Dockerize Keycloak 21 with a custom theme

What will we accomplish? Dockerizing the latest Keycloak 21 Customize the welcome, login, and admin console page Dockerizing Keycloak 21 Create a folder that will hold all our files and folder — custom-auth-service Inside the custom-auth-service folder create a file called Dockerfile with the content below that will help us build our Keycloak docker image FROM quay.io/keycloak/keycloak:21.0…

Keycloak

3 min read

Dockerize Keycloak 21  with a custom theme
Dockerize Keycloak 21  with a custom theme
Keycloak

3 min read


May 31

Cloud Native — Oversimplified

What is Cloud? Someone else’s computer🙂. Someone who owns a nearly infinite number of computers worldwide. Keep it in mind. It will serve as the foundation for all of the points discussed later in the article. What is Cloud Native? Your application, service, or architectural design is cloud native if it resonates with all the tenets listed…

Cloud Native

2 min read

Cloud Native — Oversimplified
Cloud Native — Oversimplified
Cloud Native

2 min read


Jan 6

Must DOs in an interview

There are thousands of articles and books that detail a thorough approach to interviewing. While those are excellent, my years of experience and hundreds of interviews (as both an interviewer and an interviewee) have taught me that it all comes down to the five points listed below. 1. A first impression is lasting — your introduction The very first…

Interview

3 min read

Must DOs for acing an interview
Must DOs for acing an interview
Interview

3 min read


Aug 8, 2022

Is your spring boot microservice production ready?

Spring boot is one of the most popular frameworks to build microservices. One of the major reasons behind it is the robustness and out-of-the-box feature that make your application production ready by default. Still, in the ever-evolving software engineering space that craves extendability, debuggability, and scalability, we need to take…

Microservices

4 min read

Is your spring boot microservice production ready?
Is your spring boot microservice production ready?
Microservices

4 min read


Dec 27, 2021

Successfully setting up RASA 2.X on Windows 10

Prerequisites We will use Anaconda for python distribution management. You can follow the official documentation here to install it in your system. Download and install Microsoft Visual C++ from the link here. Installation and Setup Open the Anaconda command prompt. Create a folder for the RASA project and cd into it. Create a new…

Rasa

2 min read

Successfully setting up RASA 2.X on Windows 10
Successfully setting up RASA 2.X on Windows 10
Rasa

2 min read


Oct 7, 2021

GIT — Oversimplified

An open-source software used to track changes in files and help developers collaborate.

Git

4 min read

GIT — Oversimplified
GIT — Oversimplified
Git

4 min read


Jun 23, 2021

Exception in Java — Oversimplified

What is an Exception? The meaning of Exception in Java or any other programming language is not different from its literal English meaning. A disruption or abnormality, which hinders the normal execution of a program. Why an Exception? Instead of diving into the hierarchy of Exceptions in a structured manner that probably thousands of other articles have…

Oversimplification

2 min read

Exception in Java — Oversimplified
Exception in Java — Oversimplified
Oversimplification

2 min read


Apr 21, 2021

Java Collections— Oversimplified

More often than not you will need to deal with a group or collection of objects. There are various data structure that you could implement based on your use case and populate the collection of object into the implementation of the DS. Collections framework provides interfaces and concrete implementation of…

Collections Framework

4 min read

Java Collections— Oversimplified
Java Collections— Oversimplified
Collections Framework

4 min read


Published in

Nerd For Tech

·Mar 15, 2021

Containerization using Docker — Oversimplified

Container Imagine you have a spring boot application running in your local that uses Java 11, some external dependencies, and few environment variables. If you want to run that application in any other machine, you will have to bundle the application into a runnable JAR, install Java 11 in the machine…

Containerization

2 min read

Application Containerization using Docker — Oversimplified
Application Containerization using Docker — Oversimplified
Containerization

2 min read


Mar 1, 2021

Concurrency in Java 8— Oversimplified

Introduction Processes and threads are ways of achieving concurrency. Processes are instances of a program that runs independently of each other. The numerous applications you are running right now, chrome, eclipse, java program, all are different processes running in your system and managed by the OS. Each process internally can achieve…

Java

3 min read

Concurrency in Java 8— Oversimplified
Concurrency in Java 8— Oversimplified
Java

3 min read

Saurav Samantray

Saurav Samantray

200 Followers
Following
  • Ivan Franchin

    Ivan Franchin

  • Gagandeep Singh

    Gagandeep Singh

  • Oleg Komarov

    Oleg Komarov

  • Hasan Alsulaiman

    Hasan Alsulaiman

  • Abhinav Bhanja

    Abhinav Bhanja

See all (33)

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech

Teams