Systems | Development | Analytics | API | Testing

Development

GRC for Insurers: Keeping Up with Mounting Regulatory Requirements

Recent years have brought no shortage of change to the insurance industry. Among those changes is a rise in governance, risk, and compliance (GRC) requirements. Effective in May 2018, the General Data Protection Regulation (GDPR) became the first major regulation to focus on protecting consumer data. Its implementation coupled with a global pandemic has kickstarted a rush to enact more laws surrounding data privacy.

GraphQL vs REST API: Which is better for API Observability?

API providers need to observe their APIs to get meaningful data about whether and how they are consumed in practice. API observability is a form of monitoring that passively logs API traffic to an observability service. Different from traditional API monitoring, with API observability you: Monitor interactions to improve developer experience Understand how customers use your API Troubleshoot your API Observing REST APIs is well understood and supported, but not every API is a REST API.

How to Detect Memory Leaks in Java

One of the most important features of Java is the built-in garbage collector (GC), which automates memory management. The GC is capable of handling the majority of memory leak issues because it implicitly handles memory allocation and freeing. While the GC is capable of handling a significant amount of memory, it does not provide a guaranteed solution to memory leaks. The GC is intelligent, but not without flaws. Even with the most attentive developer's applications, memory leaks can occur.

How to Combat Python Memory Leaks

Memory leaks are one of developers’ worst nightmares. They can easily take down a healthy running application within hours if not minutes. It can be difficult to detect some of such leaks since they slowly grow and take over your app’s available memory. On top of it, each programming language manages memory in its own unique ways and hence can leak memory in different ways. Hence proactive measures to identify and prevent such leaks from happening is crucial.

Digital Transformation Frameworks: Why You Need One and How to Start

The move to digital technologies has been taking place at a meteoric pace. Many businesses are forced into a position, where they must either deploy new solutions they may not be ready for or risk falling behind the competition. In their efforts to rapidly improve customer experience, enhance internal processes, capitalize on market opportunities, or optimize other operational processes, they often end up taking a more makeshift approach to digital transformation.

When to Choose React Native as Your Next App Development Framework

As an app developer, your task includes using programming languages to create, test and develop applications on mobile devices. Your tasks also involves coding, designing and troubleshooting. Did you know your arduous job can be simplified using cross-platform development like the React Native framework?

My experience with Flutter as an Android developer + how to get started

This is a story about how I switched from Android development to Flutter. About 10 years ago, I created my first Android application. I worked for a company that focused on mobile development — iOS and Android. For me, Android development was the obvious choice. I liked Java more than Objective-C, and in general, Android was more affordable. However, mobile development has changed a lot over the years. There are so many new languages, technologies, and architectures.