I built a product rating CLI program on my first date with PythonI recently came to love Python after starting a Data Analyst course on Udacity. Each time I go through the course content I see things I could do with Python. Something that by default my day to experSep 5, 2022·5 min read
How to Integrate OpenNode API with PHPIntroduction OpenNode is a bitcoin payment processor that makes it easy for you to accept bitcoin payments. By integrating OpenNode into your app, your users can make payments in bitcoin. You can also receive the payout in bitcoin or local currencies...Jul 5, 2022·6 min read
How I captured OpenNode Webhook (PHP)OpenNode makes it easy for developers to accept Bitcoin payments. However, I couldn't find any PHP code samples on how to capture each payment information. In this guide, you will see how I was able to securely capture each charge via webhook. This ...Jun 30, 2022·3 min read
Magic Money Will Ruin your Fintech CodeCan you tell me what this code is doing? function convert( amount ) { return amount * 100; } You may say it is multiplying a number by 100. But where is that 100 coming from? Well, that is the conversion from Naira to Kobo. But nowhere in this c...May 17, 2022·2 min read