This post was written for sharing the source code of a Youtube video posted on the channel. In this video we are going to write an SMS Webhook that can compute additions and multiplications (1+2, 2*3). We are going to use Twilio as the SMS service provider and deploy the webhook on Microsoft Azure Functions.… Continue reading SMS Responder using Twilio Webhooks and Azure Functions (Youtube video)
Month: May 2022
Google Cloud: SMS Notifications on Exceptions (Youtube Video)
This post is for sharing the source code of a Youtube video I posted on the channel In this video we are going to see a simple technique that will greatly improve the reliability of Google Cloud hosted apps. Every time our app logs an exception we will get an SMS notification on our phone. … Continue reading Google Cloud: SMS Notifications on Exceptions (Youtube Video)
Accessing a MySQL database with Spring Data JPA (video tutorial)
This post is for sharing the source code of a Youtube Video In this video we are going to write a REST Controller that reads and writes to a MySQL Database using Spring Data JPA. We are using Liquibase for database migrations.