Using Postman REST Client Cleverly — Some Quick Tips

ICYMI: Postman is one of the most popular API development environments, which needs no introduction to API developers, but strangely, numerous API developers often ignore many of its key features and make their work unnecessarily difficult. In this post, we’ll discuss such key features that every API developer should be aware of.

Before we begin, a useful tip: prefer the native version of Postman rather than the browser extension. Otherwise, you may face CORS related issues sometimes. https://goo.gl/b1kkdd #DataIntegration #ML

Using Github as a Maven Repository

ICYDK: Introduction

In this short article, I’m going to explain how to use Github as a Maven Repository. This is a cheap alternative to using artifactory like Nexus, JFrog, etc.

Maven Project

Let’s create a simple Maven project. We will export this project as artifact so that it can be used in other projects. This artifact will be pushed to Github. Here is the pom.xml of the project: https://goo.gl/7rt9g8 #DataIntegration #ML