Chris' Blog
  • Tags
  • Archive
  • About Me
Chris' Blog

  • Tags
  • Archive
  • About Me
Building a JSON-RPC Microservice to Extend OpenText Content Server

A few years ago I was tasked with integrating OpenText Content Server with a PDF conversion tool. The conversion tool ran as a service, and could be accessed via a REST API interface. One standout ...

Christopher Meyer
Wed Sep 18 2024
OpenText Content Server OScript JavaScript Node.js
JavaScript Race Conditions & Function Throttling with Promises

In this blog post I outline a method to avoid race conditions and to throttle a function in JavaScript. Race conditions in JavaScript? Wikipedia ha ...

Christopher Meyer
Sat Apr 18 2020
JavaScript Node.js