Hiring Success Requires These Three Things

ICYDK: Achieving the best hiring results depends on a candidate-focused process, accountable hiring managers and recruiters that function more like a sales team. That’s what SmartRecruiters founder and CEO Jerome Ternynck told attendees at the Hiring Success 18 conference for talent acquisition professionals held by the recruiting software company. https://goo.gl/2J8ps4 #GlobalHR #HRTech

Continuous Integration and Deployment for API Management

Introduction

APIs are the defacto standard for connecting data, services, and apps to build business solutions to cater ever-changing consumer preferences. To seize the opportunities the organizations need to act fast and keep connecting and delivering solutions to the consumers not in weeks or months, but in hours or days. Even though you have well-designed core APIs, to deliver new business capabilities, you have to keep changing APIs and manage the complete life-cycle of it. It is a must that you build continuous integration and delivery into your API programs in delivering the digital transformation your organization and consumers expect.

Continuous integration is the developer practice of merging the source code into a shared repository frequently and verification process to detect errors quickly and fix. The changes are validated using an automated build and test suites upon receiving commits to the master branch. https://goo.gl/i57w2Z #DataIntegration #ML

How to Manage API Development Teams With WSO2 API Manager

ICYMI: WSO2 API Manager recently added a feature to control the visibility and the management of the API publisher interface which allows multiple teams within the same organization to independently develop their APIs without allowing others to edit or modify APIs. Even though separate teams can achieve the same (or higher) level of isolation through multi-tenancy, it is not a viable option for most user scenarios where they need to expose APIs through the same tenant without dealing with the tenant level complexities.

The basic requirement to achieve team level isolation is to create a role per team with the necessary permissions to create and publish APIs. You can do this by logging into the WSO2 API manager carbon console (https://localhost:9443/carbon) and then creating a role for team1, and assigning API creation and publishing permissions. https://goo.gl/jnsXjA #DataIntegration #ML