Profile picture

My name is Jurgo Boemo. I'm a Node.js developer at Vonage. My team does the Conversation API, and I try to convince people it's a good idea. This is my tech blog.

  1. Tuesday, July 23, 2024 4:37 PM - 5 min read - words count: 875
    This guide provides a straightforward approach to setting up a Node.js project with TypeScript, without the need for complex configurations. By taking advantage of the latest Node.js features like watch mode, the built-in test runner, and the assert library, this setup minimizes dependencies while ensuring a smooth and efficient development experience. Follow step-by-step instructions to initialize your project, integrate TypeScript, set up Git, and add testing capabilities.
  2. Sunday, August 08, 2021 4:37 PM - 7 min read - words count: 1240
    At Vonage’s API department we’ve designed a collection of tools you might have come across as Communication API. It allows you to do anything from sending/receiving SMS and phone calls, to creating video, audio, and text chats, all the way to the really “crazy” stuff like connecting a regular phone call to someone responding from a browser. This article is not about Communication API. I will instead introduce you to a CLI tool called Conversation API Function that will deeply simplify prototyping apps using Communication API, with as little config as possible.
  3. Monday, August 02, 2021 7:19 PM - 1 min read - words count: 167
    Hello, I m Jurgo and I work as a node.js developer at Vonage. What I do there is this Conversation API . Sometimes I describe it as an “api for doing your own slack”. Because of this product…