Feranmi Odugbemiferanmiodugbemi.hashnode.dev·Sep 6, 2023Building a Fitness and diet Chatbot with FaunaDB, OpenAI, and Twilio in PythonIn this article, you will learn how to build a Fitness and diet chatbot using Python, FaunaDB, OpenAI, and Twilio. The chatbot will be able to communicate with you via WhatsApp and provide responses based on your conversation history. You'll be walke...Discuss·3 likesPython
Feranmi Odugbemiferanmiodugbemi.hashnode.dev·Sep 6, 2023Building an intelligent WhatsApp bot for PDF Question-Answering using Langchain, Twilio, Python and ChatGPTIn today's digital age, messaging platforms have become integral to our daily communication. WhatsApp, with its vast user base and powerful features, offers an excellent opportunity to build intelligent chatbots that can provide instant and personali...Discusschatgpt
Taiwo Ola-Balogunfree-for-dev.hashnode.dev·Aug 21, 2023Build a voice product review system using Twilio voice and NgrokIntroduction In the world of e-commerce, businesses are constantly striving to enhance customer experiences and improve their operations. One exciting trend is the integration of voice-enabled technologies to revolutionize the way customers interact ...Discuss·10 likestwilio
David Arthur Assanblog.assan.xyz·Aug 14, 2023Unlocking Software Management Superpowers: A Programmer's Guide to Homebrew and AutomationIntroduction In the ever-evolving world of software management, staying up-to-date can feel like an uphill battle. As a programmer or security enthusiast, you've likely experienced the frustration of trying to keep your applications current and secur...DiscussHomebrew
Harsh Mangalamharshmangalam.hashnode.dev·Aug 5, 2023Mobile OTP based authentication in golangIn this post, we will develop a mobile OTP-based authentication API in Golang. Tech stack Golang Go (or Golang) is an open-source programming language developed by Google. It emphasizes simplicity, efficiency, and concurrency support. Go is widely us...Discussgolang
Douglas Landblog.webuilddevops.com·Jul 22, 2023Texting ToDosI recently resurrected a project which allows me to be able to send TODO items from my Apple watch. I can use Siri to say something like "Text todoist" with Twilio as the contact number. Siri handles the speech-to-text portion and sends the message t...Discussthings I read this weekPython
Adejumo Ridwan Suleimanadejumoridwan.hashnode.dev·Jun 23, 2023Build a Serverless Database for an SMS Spam Classifier with FaunaDB and FastAPI.Introduction A serverless database is a database that is hosted and managed by a third-party provider. This means you do not need to worry about the hardware, software, or maintenance of the database. You can simply connect to the database and start ...DiscussFastAPI
Afeez Bolajimobolajo.hashnode.dev·Jun 18, 2023Stock Price Alert Using Python.Building a Python stock alert is easy with this step-by-step guide. 🚀 Don’t Miss the Profit Train! There are quite a number of reasons why you should set up a Stock price alert. Reasons may include: ⏰📈 Timely Decision-Making. 📈💰 Seize Profitabl...Discuss·1 like·51 readsPython
Sujeet Gundsujeetgund.hashnode.dev·Jun 6, 2023Send your first SMS with Node.js & Twilio🚀In this article, I will show you how we can send SMS with NodeJs and Twilio. Node.js is an open-source, cross-platform, back-end JavaScript runtime environment that runs on the V8 engine and executes JavaScript code outside a web browser. Approach ...DiscussNode.js
Dileepa Chandimablog.dilipchandima.com·Jun 2, 2023Implement Chat Application using NextJS & TwilioHello guys, after a long time, today I'm going to implement a chat application using Twilio, This is a small POC application that I need to implement as a feature of my freelancing product. To implement this we are going to use Twilio Conversations A...DiscussNext.js