California’s 2018 legislative session came to a close in August, and Gov. Jerry Brown must sign or veto bills by Sept. 30. Here are a few workplace policies that employers will need to review—and potentially update—if pending legislation is enacted. https://goo.gl/ExBssL #GlobalHR #HRTech
How to Choose Between Two Star Candidates
It’s the predicament recruiters and hiring managers are happy to have: two highly qualified finalists for an open job. https://goo.gl/s5NGxm #GlobalHR #HRTech
Does This Law Apply to My Organization in Missouri?
Missouri: does this law apply? https://goo.gl/unNCkW #GlobalHR #HRTech
REST API: Your Guide to Getting Started Quickly
What Is REST?
Even though REpresentational State Transfer, also known as REST, is often referred to as a protocol, it’s an architectural style. It defines how applications communicate over the Hypertext Transfer Protocol (HTTP). Applications that use REST are loosely-coupled and transfer information quickly and efficiently. While REST doesn’t define data formats, it’s usually associated with exchanging JSON or XML documents between a client and a server.
We’re going to use a simple service and a web browser to learn about the fundamentals of REST. https://goo.gl/Ys2o17 #DataIntegration #ML