BlogHide Resteemststieff (49)in cryptocurrency • 7 years agoProgramming Your First Cryptobot (Part 2)In part one of the series, we wrote a simple Python based wrapper around some of the basic Bittrex API features. In part two we will expand on this wrapper so that you can add further functionality…tstieff (49)in cryptocurrency • 7 years agoProgramming your first CryptobotProgramming a crypto-trading bot is a great way to start trading algorithmically. This post will outline how to program your own simple bot by interfacing with the Bittrex API. For this guide you…tstieff (49)in programming • 7 years agoUsing sqflite in your Flutter applicaiton effectivelyWhen it comes to cross platform, native application development for Android and iOS, you pretty much have two options. Flutter, and React Native. Depending on your love (or hate) of Javascript…