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.
In this article, we'll set up a Node.js server using Express and MinIO for image uploads and downloads. Is gonna be fully functional locally without requiring any AWS credentials Read More about Implementing a Node.js/Express Server Using MinIO for Image Uploads Effortless Node.js Development with TypeScript: A Zero-Configuration Guide
Tuesday, July 23, 2024 4:37 PM - 5 min read - words count: 875This 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. Read More about Effortless Node.js Development with TypeScript: A Zero-Configuration Guide Exploring Utopian Testing Strategies for Node.js REST APIs
Thursday, March 07, 2024 11:23 AM - 7 min read - words count: 1363Exploring Utopian Testing Strategies for Node.js REST APIs using Typescript, Express, MongoDB and the integrated node.js testing suite Read More about Exploring Utopian Testing Strategies for Node.js REST APIs Exhaustive Pattern Matching in TypeScript
Sunday, March 03, 2024 8:27 PM - 7 min read - words count: 1376Exhaustive Pattern Matching in TypeScript, what, why, how. Read More about Exhaustive Pattern Matching in TypeScript An interactive way to learn javascript: jsquest
Tuesday, August 17, 2021 10:19 PM - 5 min read - words count: 857Do you want to learn javascript / test your javascript skills, but reading articles and books is not your cup of tea? Here you go: https://jsquest.io Read More about An interactive way to learn javascript: jsquest An easy way to try Vonage Communication API locally
Sunday, August 08, 2021 4:37 PM - 7 min read - words count: 1240At 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. Read More about An easy way to try Vonage Communication API locally Nodejs audio, lesson 5: make a phone call to your laptop with Vonage API
Sunday, August 08, 2021 1:57 AM - 5 min read - words count: 820In lesson1 and lesson2 we saw how to use row audio in nodejs, and how to use your mic and speaker. Today we are gonna see how to make this audio going over the internet and connect it to a mobile… Read More about Nodejs audio, lesson 5: make a phone call to your laptop with Vonage API Nodejs audio, lesson 4: apply some audio effects to your voice
Wednesday, August 04, 2021 2:33 AM - 2 min read - words count: 248As we learned in lesson 1 and lesson 2, your mic is a readable stream and your speakers are a writable stream, to make them work together you just need to pipe them. for this we are gonna put… Read More about Nodejs audio, lesson 4: apply some audio effects to your voice Nodejs audio, lesson 3: math and music, baudio for the win
Wednesday, August 04, 2021 12:30 AM - 2 min read - words count: 305What is audio? in unix everything is a file, even programs and devices. the way those things comunicate with each other, are strings (or numbers in this case). that means basically you can “play”… Read More about Nodejs audio, lesson 3: math and music, baudio for the win Nodejs audio, lesson 2: ear your voice from your speakers
Tuesday, August 03, 2021 8:24 PM - 2 min read - words count: 222In the previous lesson we did the setup of our project, and we learned how to acquire audio from our mic and dump it into a file. remember, to make this package work, you neet to be sure you have… Read More about Nodejs audio, lesson 2: ear your voice from your speakers Nodejs audio, lesson 1: enter the mic
Tuesday, August 03, 2021 8:15 PM - 5 min read - words count: 970In my work at Vonage I deal with audio a lot. Despite this, I m very far from being an audio expert. I don’t work with the details or even with the media part, so I decided to do some experiment to… Read More about Nodejs audio, lesson 1: enter the mic Nodejs and Audio
Monday, August 02, 2021 7:19 PM - 1 min read - words count: 167Hello, 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… Read More about Nodejs and Audio Reduxerit — trying to reduce redux boilerplate
Saturday, April 16, 2016 6:13 PM - 2 min read - words count: 339Basically, the idea is to easily create a reducer who expect an action with type [REDUCER_NAME]_SET_STATE. the payload of this action will be a partial state witch will be merged with the old state… Read More about Reduxerit — trying to reduce redux boilerplate