New Relic alerts integration to Discord
In a previous post, we have seen how to set up the New Relic for full-stack observability with no cost. Identifying the issues is one thing. But it’s only worthwhile when we can trigger...
In a previous post, we have seen how to set up the New Relic for full-stack observability with no cost. Identifying the issues is one thing. But it’s only worthwhile when we can trigger...
OAuth 2.0 is a very common authentication mechanism that is used for validating the user and giving access to the resources. It is important for most of the client applications to provide support for...
If you are an experienced developer or a newbie working on an enterprise ( or any serious ) project, you may end up writing code that contains code smells, security loopholes, and also breaking...
In this part of the Spring boot testing series, we are going to create the Domain classes, its unit tests, and the repository tests for the Customer entity. Please check the first part <link>...
A design pattern represents a reusable solution/best practices for common problems in the software designs. These are language-independent and represent ideas for approaching the problems with a proven set of methods being widely accepted....
Spring is a powerful framework that provides comprehensive programming and config model for new age Java base enterprise applications. There are several core concepts of Spring that should be understood by anyone trying to...
Data structures A data structure represents the way of organizing data in the memory by a program for its effective usage. This is a critical concept with the amount of data we are currently...
Git is a well-known source code versioning system widely used by software organizations. But many of the developers who have not yet worked with a team could be unaware of how this works and...