PinnedHow to Build an AI Agent for Voice-Enabled Payments with the Tether Wallet Development KitVoice-enabled payments are revolutionizing how users interact with financial applications, offering a seamless and intuitive way to manage transactions. Using Wallet Development Kit (WDK) by Tether, developers can create powerful, AI-driven solutions...Mar 4, 2025·8 min read
Data Visualization: How to Create Styled Cryptocurrency Candlesticks with HighchartsDec 26, 2024·9 min read
An Easy Way to Eliminate CORS Policy Errors on a Frontend ApplicationYou just signed up for an API service and have been provided with your unique API key to work with. You've tested calls to the endpoints with Postman or VSCode's Thunder Client extension, and everything seems to work fine. Now, it's time to incorpora...Oct 10, 2022·8 min read
Authentication and Authorization in FirebaseIntroduction The importance of developing secure applications cannot be overstated these days. Users trust applications with their most sensitive data and expect it to be protected. When building applications, app security should be a top priority. ...Oct 5, 2022·4 min read
New Course AlertHello all, I'm THRILLED to announce that my Firebase course is now live on Educative, Inc. This course took a lot of time to create, and I am extremely proud of it. It truly was an exciting experience for me, and I thoroughly enjoyed working with th...Sep 28, 2022·1 min read
Highcharts: Styled Heikin Ashi with Bollinger Bandshttps://codepen.io/chideraao/pen/XWaYJar Beautifully styled Heikin Ashi with Bollinger Bands. Check out the full implementation on Codepen.Dec 7, 2021·1 min read
Highcharts: Styled Candlestick vs Heikin Ashihttps://codepen.io/chideraao/pen/mdMKdQP This visualization explores the difference between a traditional OHLC candlestick chart and a Heikin Ashi chart. Check out the full implementation on Codepen.Dec 2, 2021·1 min read
Sending Emails From Your Firebase App with Nodemailer using Gmail as SMTPI was recently working on a Firebase side project where I needed to implement a feature that sends emails to users upon signing up, and I was astonished by how difficult it was to find the resources needed to aid the implementation. I then decided to...Nov 11, 2021·8 min read