NashTech Insights

Shivam Roy

I am working as a backend developer at Nashtech Global. I have worked on technologies like Java, spring boot, microservices, and MySql, Postman, GitHub, APIGEE (GCP), Webmethods. Apart from that my hobbies are playing guitar and listening to music.

Posts by categories

Posts by tags

Setting Up Google Cloud Project and Pub/Sub in Java

Overview Google Cloud Platform (GCP) provides robust services for building scalable and reliable cloud-based applications. One of these services is Google Cloud Pub/Sub, a messaging service that allows you to send and receive messages between independent applications. In this blog post, we’ll walk you through the process of setting up a Google Cloud Project and …

Setting Up Google Cloud Project and Pub/Sub in Java Read More »

Configure LOG4J

Overview Logging is an important part of any software development process as it helps developers to identify and resolve issues quickly. Log4j is a popular logging framework used by Java developers to log application events. It provides a simple and flexible way to log messages from different parts of an application. In this blog, we …

Configure LOG4J Read More »