I just joined Prime! What should I learn first?

I am about to graduate my two courses at Thinkful.com learning Front-end development and Ruby on Rails. This week, I am launching my startup web app, Domi.

At the skill level that I am, what would be the best things for me to learn first?

GitHub

Hey man, I’m also a relatively new Learn user (1 month). You can check out Trails and see what parts you are not confident about. Maybe testing, since I did not see tests for the models? By the way in the https://github.com/mikeadeleke/domimvp/blob/master/app/models/sms_dispatcher.rb you’re exposing your Twilio app id and token. You can hide it in an environment variable so other people don’t use your ID

1 Like

Oh wow. I need to fix that and thanks!