PSPriyanshu Sidarinpriyanshusidar.hashnode.dev路Sep 3 路 7 min read6 Hidden Latency Traps in Production Voice AI and How to Avoid themHey Devs, I am Priyanshu Sidar, It's been a long time since I posted something on Hashnode. I have been busy working on my job as AI Engineer at Vocarix AI building conversational AI agents for real w00
PSPriyanshu Sidarinpriyanshusidar.hashnode.dev路Sep 3 路 3 min readWhat makes voice agents different from chatbotsTo someone who has never worked in Voice AI, it might seem like simply attaching some voice API over the existing chat agents but its not quite true. Voice Agents require a fundamental shift from asyn00
PSPriyanshu Sidarinpriyanshusidar.hashnode.dev路Feb 12, 2025 路 3 min readDifference between Common JS and ECMAScript(ES)Common JS and ES(ECMAScript) Modules are two different ways of organizing and sharing JavaScript code. Here's a breakdown of their key differences: CommonJS Synchronous loading: Modules are loaded and executed in order, blocking the execution of the...00
PSPriyanshu Sidarinpriyanshusidar.hashnode.dev路Mar 22, 2024 路 2 min readFlutterFire Tutorial [2024]馃敟For those who don't know FlutterFire is a Firebase plugins for Flutter. 馃 Firebase provides a set of backend computing services for app development. Firebase CLI setup First if you already haven't , set up Firebase CLI on your device: If you have np...00
PSPriyanshu Sidarinpriyanshusidar.hashnode.dev路Apr 29, 2023 路 4 min readGit And GitHub BasicsWhat is Git? It is a version control system tool. Git has the functionality, performance, security and flexibility that most teams and individual developers need. Learn more about Git here. Version control, also known as source control, is the practi...00