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/E3nPKb #GlobalHR #HRTech
UAE Has Distinctive Recruitment and Wage Laws
ICYDK: The United Arab Emirates has distinctive employment laws relating to recruiting, and wages and working time. https://goo.gl/QNczuZ #GlobalHR #HRTech
Using Active Failover in ArangoDB by Configuring ArangoDB-PHP
ICYDK: This article is about setting up active failover for ArangoDB-PHP, the PHP client driver for ArangoDB. It requires ArangoDB-PHP 3.3.2 or higher, and an ArangoDB server version of 3.3.4 or higher.
Active Failover: Basic Setup
Historically, ArangoDB-PHP has been able to connect to a single ArangoDB endpoint, i.e. one combination of IP address and port number. https://goo.gl/qzpoRy #DataIntegration #ML
Seeing Messy API Design Practices as an Opportunity
ICYMI: I’m generating OpenAPI definitions for a wide variety of APIs currently, and I’m regularly stumbling on the messiness of the API design practices being deployed. When you are exposed to a large number of different APIs it is easy to get frustrated, begin ranting, and complaining about how ignorant people are of healthy, sensible API practices. This is the easy route. Making sense of it all, finding the interesting signals and patterns, and extracting where the opportunities are takes a significant amount of effort.
After profiling almost 500 API providers, I have almost 25K separate API paths indexed using OpenAPI, and APIs.json. I’ve tagged each API path using its OpenAPI definition. Pulling words from the path name, and any summary and description provided within the API documentation while doing my best to describe the value contained within each API resource. Then I started grouping by these tags, to see what it produced. Sometimes the API paths it lists makes total sense, but most of the time it makes no sense at all. Then, I started noticing interesting patterns in how people describe their resources. Grouping things like “favorites” across all types of APIs, revealing some pretty interesting perspectives, and honest views of the resources being exposed. https://goo.gl/SpzsPz #DataIntegration #ML