NashTech Insights

Gaurav Srivastav

Posts by categories

Posts by tags

Logging to Azure Application Insights from a Java Spring Boot

Logging and monitoring are crucial aspects of any application’s lifecycle. They provide insights into how an application is performing, help identify issues, and enable you to make data-driven decisions for improvements. Azure Application Insights is a powerful tool for monitoring applications hosted on Azure, and integrating it with your Spring Boot application can provide valuable …

Logging to Azure Application Insights from a Java Spring Boot Read More »

A Comprehensive Guide: Deploying a Spring Boot App to Azure App Service Using GitHub Actions

In today’s fast-paced development landscape, automating deployment processes is not just a convenience but a necessity. If you’re a Spring Boot developer looking to deploy your application seamlessly to the cloud, you’re in the right place. This guide will walk you through the entire process of deploying your Spring Boot app to Azure App Service …

A Comprehensive Guide: Deploying a Spring Boot App to Azure App Service Using GitHub Actions Read More »

Understanding Redis: A Comprehensive Guide to Its Functionality

If you’re looking for a way to boost your application’s performance and scalability, look no further than Redis. This powerful in-memory data structure store can help reduce database load times, speed up search queries, and even handle real-time messaging. In this blog post, we’ll explore how Redis works and how it can benefit your application …

Understanding Redis: A Comprehensive Guide to Its Functionality Read More »