Exbrowser

Month: July 2021

  • Multithreading – Control the Flow

    Multithreading – Control the Flow

      Hi guys. So hope you’re all doing well. In today’s video we will talk about logical flow, mainly related to multithreading. So I had some discussion via the support system with some guys about how to manage threads. A couple of days or weeks ago, I recorded that video, “How to build a state…

  • How to Code – Instagram Login

    How to Code – Instagram Login

      Hi guys. Welcome back. Let’s do another session of How to Code. Have our 15 minutes timer here, and what I would like to look into today is Instagram. Let’s see. I think many of you are probably using that site. It’s one of the bigger sites and as you guys know, if you…

  • Use a Stat Monitor to notify Users

    Use a Stat Monitor to notify Users

      If something happens in your application, you should notify your users. So they don’t think that the app is stuck. Because if you don’t do that, people will cancel or close the app. So you should add some notifications into your app, so people know what’s going on. Hi, good morning everyone. Greetings from…

  • Advanced Coding – Write Bots with Logging Feature

    Advanced Coding – Write Bots with Logging Feature

      Hi everyone. Good evening. So this is a little followup video for the stateful programming, and I will release some additional videos over the next couple of days. Though, the first one I would like to give you an idea of how to implement some logging into your bot, with just a very simple…