Atul Rai
I love sharing my experiments and ideas with everyone by writing articles on the latest technological trends.

How to connect Spring Boot application with MongoDB

This guide will help you to establish a database connection bridge between the Spring Boot application and MongoDB database. You […] Continue reading »

Getting Started with Spring Boot and MongoDB

In this article, we’ll learn how to connect the Spring Boot application with the MongoDB database and access data from […] Continue reading »

IntelliJ IDEA – Spring Boot Dev Tools is not working

You might be facing the issue with IntelliJ IDEA that Spring Boot Dev Tools dependency is not reloading/deploy the latest […] Continue reading »

How to pass VM arguments in Eclipse IDE

On this page, we’ll show how we can pass VM arguments in Eclipse while running the application through the IDE. […] Continue reading »

How to host a website on GitHub

In this article, we’ll show you how to host a website on GitHub. GitHub allows us to publish and share […] Continue reading »

Spring Boot – Handling Errors in WebClient

In this guide, we’ll learn how to handle WebClient errors. The retrieve() method in WebClient throws a WebClientResponseException whenever the […] Continue reading »

Spring Boot– Consuming a REST Services with WebClient

In this guide, we’ll show how to consume REST services with WebClient. Spring WebFlux includes a reactive, non-blocking (asynchronous) WebClient […] Continue reading »

Spring Boot – Calling REST Services with RestTemplate

In this article, we’ll learn how to consume REST services with RestTemplate from a Spring Boot application. Spring provides a […] Continue reading »

How to check whether it is POST or PAGE in WordPress

In WordPress, is_page() function return true if the current article is a “PAGE” and similarly is_single() function return true if […] Continue reading »

IntelliJ IDEA – Code reformat and rearrange shortcut keys

In IntelliJ IDEA, we can use Ctrl + Alt + L to reformat and rearrange code in Windows and Linux […] Continue reading »

How to check if user is logged-in or not in WordPress

In WordPress, we can use the is_user_logged_in() function to identify whether a current user is logged in or not. is_user_logged_in() […] Continue reading »

1 15 16 17 18 19 42