OAuth 2 Access Token Usage Strategies for Multiple Resources (APIs): Part 1

Let's explore OAuth 2 Access Token usage strategies for multiple resources. Read all

Catching Vulnerabilities Instantly in Your IntelliJ IDEA Environment

In this post, we take a closer look at catching vulnerability instantly in your IntelliJ IDEA environment, specifically looking at DevSecOps and shifting left. Read all

Razorpay Payment Gateway Integration In iOS Swift

In this article, we are going to focus on Razor Pay integration with iOS Swift 4 using Xcode 10.1. and learn how to integrate Razorpay with an iOS app. Read all

REST API Security Vulnerabilities

In this article, we attempt to provide readers with a quick overview of API security vulnerabilities and practices to protect their API from those attacks. Read all

Data Migration Tools

A discussion on the basics of data migration and the tools that can be used to assist data teams in their migration efforts, whether it's on-prem or in cloud. Read all

File Attachment Handling in Mule 4 (Use of multipart/form-data)

The following illustration explains how an HTTP POST request can be configured for multiple files in a single request using RAML 1.0 and Mule version 4.1.4. Read all

Selecting a Memory-Efficient IDE: Eclipse or IntelliJ?

Let's take a look a two popular IDEs: Eclipse and IntelliJ and compare their memory efficiency through garbage collection, memory behavior, and more. Read all

10 API Testing Tips for Beginners (SOAP and REST)

This article takes a brief look at ten API testing tips for beginners with a focus on REST APIs and SOAP APIs. Also, explore the requirements. Read all

How to Display Currencies in Python's Pandas Data Frames With the Fixer API

This brief article takes a look at a tutorial that explains how to display currencies in Python's Pandas Data Frames with the Fixes API. Read all

Mule 3.8-9: Run Java Method on MuleSoft Application Startup

This brief article takes a look at a quick tutorial, which provides an explanation on how to execute a Java method once or on MuleSoft Application Startup. Read all

Creating a REST API in Rust Using Rocket and Diesel

In this article, we will be looking creating a REST API in Rust. To do this we will use Rocket to set up the API and Diesel to deal with the database. Read all

Auto-Generate a REST API From a Database With Spring

This article takes a look at a tutorial that gives an explanation on how to auto-generate a REST API from a database with Spring. Also explore the steps. Read all

Java 11: Standardized HTTP Client API

This post takes a look at the newest API change in Java 11, the standardized HTTP client, which will improve the performance sent requests by a client. Read all

 

 

 

 

Top