blog

blogs

Null Pointer Exception In Java – Explained | How To Avoid and Fix

An exception is an event, which occurs during the execution of a program, that disrupts the normal flow of the program’s instructions. Exception Handling in Java is one of the effective means to handle runtime errors and exceptions so that the normal flow of the application can be maintained. Null Pointer Exceptions in Java occur …

Null Pointer Exception In Java – Explained | How To Avoid and Fix Read More »

Seagence + Datadog Integration: Realtime Defect Monitoring Services

Seagence - Defects Overview dashboard

  Power your applications with Seagence’s real-time Defect Monitoring solution to detect all functional defects and their root cause and stay on top in your out-of-the-box Datadog dashboards.   Identifying defects and troubleshooting for their root cause is one of the important but painful tasks in software engineering and essential to maintaining good quality software. …

Seagence + Datadog Integration: Realtime Defect Monitoring Services Read More »

Difference between Error Monitoring and Defect Monitoring

Difference between Error Monitoring and Defect Monitoring

Introduction: Identifying defects and troubleshooting for their root cause is one of the important but painful tasks in software engineering and essential to maintaining good quality software. The fact is that engineers are still using old-fashioned troubleshooting techniques like pouring through tons of log files, gathering steps to reproduce the defect and troubleshooting in customer …

Difference between Error Monitoring and Defect Monitoring Read More »

Multithreading Issues in Java: Your options to find and fix

Introduction: Java’s multithreading is a nice feature – the ability to concurrently process multiple requests makes the application responsive to user requests and allows better utilization of resources. As helpful as the feature is, it is however notoriously difficult to detect and debug multithreading issues. Concurrency or multithreading bugs are extremely difficult to reliably find …

Multithreading Issues in Java: Your options to find and fix Read More »

SOAP vs REST vs JSON – Differences and How they are useful

SOAP vs REST vs JSON

Looking to get started with API and Web Services? Here’s a blog to give you a basic understanding of how the famous architectural styles for API construction like SOAP & REST work, their features, and comparison among SOAP vs REST vs JSON data format. SOAP vs REST vs JSON – Comparision While speaking about web …

SOAP vs REST vs JSON – Differences and How they are useful Read More »