A place for me to write about random coding things and grow as a human being or something. Follow me:
CORS for Ionic 5 Apps
This guide is only for the GET method, but should get you on the right road for any method Why you need CORS for Ionic Capacitor apps When it came time to do my frame data JSON file fetching in Ionic 5 I was met with a sad realisation. I wouldn’t be able to take advantage of the fact that Cordova apps use a loophole in CORS to allow fetching from any source at all....
Another New Blog
I guess I’m just adding this out of necessity more than anything! Maybe I’ll use this one (lol). I’d love to have a compilation of every first blog post I’ve ever written and what percentage of my total blog posts they would amount to (spoilers: it’s a lot)...
Telegram Bot Tutorial | Part Two
Bot Script and User Interaction To try out BobBot for yourself, head over to telegram.me/BobRossBot Last Time In the last post, I covered creating the bot in Telegram and setting up the webhook. In this post we’ll look at getting a script at the other end of that webhook and having your bot interact with the user. BobBot.php Our Bot is going to wait for a user to say /Bob, and then reply with a nugget of wisdom from Bob Ross....
Telegram Bot Tutorial | Part One
APIs and Webhooks To try out BobBot for yourself, head over to telegram.me/BobRossBot Intro Recently my friends and I migrated from Hangouts to Telegram for a multitude of reasons, but the most exciting one for me was the bot API. I’ve always wanted to put a bot into out chat for any number of reasons, and telegram finally offered me that opportunity. However, when I went to look over the API docs and the bot examples, I came away stumped....