3
2 Comments

Weekly Standup Youtube Vlog #5

Ramping up to code πŸ‘©β€πŸ’»:
βœ… Record, edit and published vlog for the week πŸŽ₯ https://t.co/YmrqZ62mwB?amp=1
βœ… Researched cross platforms available so I can develop app for multiple platforms
βœ… Decided to start learning Flutter
βœ… Signed up for Flutter courses on Pluralsight πŸ“š
βœ… Completed one course from Pluralsight
βœ… Started building out resources for my app πŸ“±
βœ… Do a marketing experiment πŸ§ͺ

And the πŸ’© I need to do this week:

⏳ Find a way to manage my fires/projects
πŸ‘©β€πŸ’» Refactor and code some things
πŸŽ₯ Record another update for the week
πŸ“ Complete an hour of another course I signed up for from Pluralsight

on April 14, 2020
  1. 2

    I'd recommend github/gitlab for version control of your software and codemagic.io as a build tool. The build tool comes in handy much later on but is awesome. I found it when looking for something equivalent to app center (microsoft's build tool for cross-platform) but for flutter.

    1. 2

      I’ll look into codemagic. πŸ‘
      I currently use Gitlab for everything (pretty much since Microsoft bought out Github).