Systems | Development | Analytics | API | Testing

Development

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.

Agile Requirements and Traceability Basics

Agile has become one of the most widespread methodologies used in product development. As experts and expertise have further developed, it’s become clear that Agile is meant to be adaptive. It should be used to make you more productive, not limit your ability to accomplish your goals. Still, there’s a learning curve — and persistent hesitation — in adopting Agile for teams that require documentation and traceability. Can you create an Agile environment and stay compliant?

Why You Need to Think about API Automation and Scalability

First published on The New Stack. The pandemic has accelerated the shift towards digital channels for banking, retail, and a host of other services. As a result, businesses are shifting their digital transformation initiatives into overdrive in order to meet customer demand for online interactions, which should be both inviting and secure. APIs act as key drivers behind most successful digital enterprises.

Introduction to API Gateways and Microgateways

An API gateway lets API calls enter and leave to reach their corresponding destination points, better known as microservices, in a system. An API gateway is mainly responsible for routing API calls. Its secondary responsibilities include security, caching, load balancing, rate-limiting, dynamic discovery and routing, management, and scaling the number API calls.

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.