Skip to main content

Harpal Singh

Hi, I am Harpal, a software engineer from Italy. I created Namaste Code to share my knowledge and experience with the world. I hope you find the content useful. 😄

Configuring a Java Web Client for HTTPS Requests
Learn how to configure a Java Web Client for HTTPS requests. Secure your HTTP communication with encryption to protect user data.
How to Retry Using Restclient
Learn how to implement retryable calls using RestClient with the support of spring-retry. Handle temporary failures in making HTTP requests systematically.
Running PostgreSQL in Docker Container
Learn how to run PostgreSQL in a Docker container with this step-by-step tutorial. Leverage Docker for easy setup and portability of your PostgreSQL database.