Make a Voice Call to GPT with Twilio Programmable Voice

This is the year AI became ubiquitous. I interact with OpenAI’s ChatGPT daily, seeking different sorts of help but asking a lot just out of curiosity. However, in certain situations – walking, driving a car, having no or poor cell service – accessing … more Read More

WebKit Features in Safari 17.1

Today we are pleased to share what new in WebKit for Safari 17.1. It’s now available for iOS 17.1, iPadOS 17.1, macOS Sonoma 14.1, macOS Ventura and macOS Monterey. Managed Media Source Safari 17.1 now brings the new Managed Media Source API to iPhone. … more Read More

Using JavaScript’s built-in objects

JavaScript’s built-in objects include Object , JSON , console , String , Math , Date , and the window and global objects. These are some of the most important and useful parts of the JavaScript language. Together, they are essential elements of the programming … more Read More

Microservice for Handling SendGrid Inbound Parse

As I’ve discussed during this email microservice series, Twilio SendGrid is an extremely powerful email platform – but it does require some building. In the first two posts in the series, I showed you a microservices architecture to handle outgoing API … more Read More

Microservice for Handling SendGrid Event Webhooks

The first part of this blog series showed how enterprises could build a microservice to send outbound emails in a centralized and scalable way. In this second post on AWS microservices, we will handle incoming SendGrid Event Webhooks. These Event Webhooks … more Read More

JavaScript Decorators: An In-depth Guide

Learn about decorators in JavaScript: what they are, how they work, what they’re useful for, their pros and cons, and how to use them. Continue reading JavaScript Decorators: An In-depth Guide on SitePoint. … more Read More