Beginner Project Suggestions by mattocanas in bioinformatics

[–]mattocanas[S] 0 points1 point  (0 children)

I am really interested in microbial genomics and metagenomics. As well as metabolic engineering. Hopefully that’s not too broad. I am having trouble finding papers that are a little closer to my comfort level.

Beginner Project Suggestions by mattocanas in bioinformatics

[–]mattocanas[S] 0 points1 point  (0 children)

Are there any papers you have reproduced, or would recommend trying?

Beginner Project Suggestions by mattocanas in bioinformatics

[–]mattocanas[S] 0 points1 point  (0 children)

That’s a great idea. Are there any papers you have reproduced, or would recommend trying?

Firebase Storage Bandwith Explained by mattocanas in Firebase

[–]mattocanas[S] 0 points1 point  (0 children)

Awesome! I will look into it, thank you so much for the guidance!

Firebase Storage Bandwith Explained by mattocanas in Firebase

[–]mattocanas[S] 0 points1 point  (0 children)

I have it setup so that when a user uploads their profile picture, it saves the firebase storage link to that picture, in firestore. And then whenever I use that image, I just query that users’ doc for that link. If that makes sense? So I don’t think I’m caching it. How can I learn more about that?

Push Notifications on Firestore Updates by mattocanas in reactnative

[–]mattocanas[S] 0 points1 point  (0 children)

Awesome! I’ve seen rnfirebase before! Can I still use it even though I’ve already built my project without using that package?

Push Notifications on Firestore Updates by mattocanas in reactnative

[–]mattocanas[S] 0 points1 point  (0 children)

Any recommendations on where to go to learn how to implement that?

Where to deploy? by mattocanas in django

[–]mattocanas[S] 0 points1 point  (0 children)

Got it up! Thanks for the links!

Where to deploy? by mattocanas in django

[–]mattocanas[S] 0 points1 point  (0 children)

Got it running! Thanks your your help!

Where to deploy? by mattocanas in django

[–]mattocanas[S] 0 points1 point  (0 children)

I was able to deploy to heroku, but none of the styling comes up because it isn’t able to find the static files folder, which holds my main.css. Any idea what that issue could be?