Employers of H-1B visa workers should prepare to include more documentation in petition filings if they intend to contract those workers out to third-party client worksites. https://goo.gl/EZdgW3 #GlobalHR #HRTech
Your Career Q&A: When to Go Back to School
If you are intent on pursuing another degree, consider an online degree; that way, you get to keep your earning power and you can take the extra workload at your own pace, without interrupting your career flow. https://goo.gl/Z7T3q3 #GlobalHR #HRTech
gRPC and the Open Source Ambassador API Gateway
gRPC is a high-performance RPC protocol built on HTTP/2. We’re seeing more and more companies move their APIs from HTTP/JSON to gRPC. gRPC offers numerous benefits over HTTP/JSON:
* Performance. gRPC uses HTTP/2, with support for streaming, multiplexing, and more (see the difference in action). In addition, gRPC has native support for protobuf, which is much faster at serialization/deserialization than JSON.
* Streaming. Despite its name, gRPC also supports streaming, which opens up a much wider range of use cases.
* Code generation of endpoints. gRPC uses code generation from API definitions (.proto files) to stub out your endpoints.
gRPC does have a few downsides, the biggest of which is probably that it’s much newer than HTTP/REST, and, as such, the maturity of tools and libraries around gRPC isn’t anywhere close to HTTP. https://goo.gl/Rkcohf #DataIntegration #ML
