AMAbid Mooninabidmoon.hashnode.dev·Dec 21, 2025 · 3 min readAi Calling AgentOpenAI Realtime API + Twilio Voice Integration A powerful integration that combines OpenAI's Realtime API with Twilio's Voice services to create interactive voice calls with AI responses. This project enables real-time voice conversations between hum...00
AMAbid Mooninabidmoon.hashnode.dev·Nov 18, 2024 · 2 min readNo code ToolsThe Non-Technical Guide to AI Essential No-Code AI Tools AI Development Hugging Face: https://huggingface.co/ Civit AI: https://civitai.com/ ComfyUI: https://github.com/comfyanonymous/ComfyUI Ollama: https://ollama.ai/ No-Code Platforms Bubble...00
AMAbid Mooninabidmoon.hashnode.dev·Dec 31, 2023 · 5 min readDocker ScoutDocker Scout quickstart Docker CLI Docker Installation COPY # Add Docker's official GPG key: sudo apt-get update sudo apt-get install ca-certificates curl gnupg sudo install -m 0755 -d /etc/apt/keyrings curl -fsSL https://download.docker.com/linux/u...00
AMAbid Mooninabidmoon.hashnode.dev·Dec 30, 2023 · 4 min readCompile Asterisk on AWS LinuxThe Verizon Proactive Monitoring Automated Synthetic Call Testing (PASCT) Asterisk installation is a two-step process (compilation and deployment). A dedicated compilation server instance in AWS has been created for use in retrieving the source code...00
AMAbid Mooninabidmoon.hashnode.dev·Dec 26, 2023 · 4 min readDesigning the 10-Tier Application1. Presentation Tier 🖥️: Host your frontend application here. Utilize AWS Elastic Load Balancer (ELB) for distributing incoming traffic. 2. Web Server Tier 🌐: Deploy web servers using containers managed by Kubernetes pods. Leverage Kubernetes...00