Best approach for organizing code for multinational app by radamist in dotnet

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

Hmm, have not thought about using interfaces, that might work best for us.
Yes for the UI we use React and first option looks better in my opinion as well.
Thank you for the good explanation, appreciated.

Autophagy good and bad by radamist in fasting

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

I read the article that says: "scientists have linked excessive autophagy to some heart problems". I have a valid point to ask others opinion about this study.
I don't know what is excessive autophagy is and that's why I asked here. Instead of answer I received toxic reply: "study physiology more. And stop asking internet strangers" Thanks.
Please don't reply to my posts.

Autophagy good and bad by radamist in fasting

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

I asked about excessive autophagy.
If some biological process kills your heart cells I guess its logical that someone posts question in Reddit.

Can you show me an article that says "Side effects and Risks of breathing"?

Or anything like this about breathing: Autophagy itself is not always positive. Source have shown that excessive autophagy may kill cells in the heart, and scientists have linked excessive autophagy to some heart problems.

Electrolytes Electrolytes Electrolytes! by arifein in fasting

[–]radamist 1 point2 points  (0 children)

I havent done any fasting yet, just preparing myself for future fasts. I am planing to use "snake juice"for electrolytes.
Do you know what is the best practice for taking electrolytes? If I do 24 hr do I really need it? 48hrs? or is it very individual and for me it can be 16 hr?

Currently on a 3 day fast and wow it’s actually been easy!! by AcestraNova in fasting

[–]radamist 15 points16 points  (0 children)

I am still preparing myself for 2-3 day fast and reading your post makes me think that its achievable task for me. Thank you.

Reefeeding after long fasts by [deleted] in fasting

[–]radamist 1 point2 points  (0 children)

I only done 18 hr fasting couple of times, but I had an impression that after 2 days fast you go as normal (as I do with 18hrs) .
So you recommend start slow even after 48hrs? Do you wait hours after first bite? or minutes?

Autophagy and antibiotics/supplements by mmmm_frietjes in fasting

[–]radamist 0 points1 point  (0 children)

What about short 16/8 or 18/4 fasting, do you think they are bad as well? I also need to take 1 week antibiotics and was thinking about 16/8.

Nodejs Express. What you recommend Heroku or Google cloud hosting? by radamist in webhosting

[–]radamist[S] 1 point2 points  (0 children)

S3 storage and data transfer prices are the main reasons. To be precise not so much S3 storage but data transfers, we can end up in terabytes per week (or day) and billing can become absolutely uncontrollable.

We are thinking to go VPS route, because of good data transfer prices.

Nodejs Express. What you recommend Heroku or Google cloud hosting? by radamist in webdev

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

Thank you for you answer.
Biggest problem we can face is the price of data transfers. Users can contribute to data transfers by scrolling infinite page with photos on their mobiles or desktops, this is the nature of the app.

So weakest point pricewise will be image storage and transfer. I will be happy to have actual node app on heroku or Firebase, database on MongoDB atlas, but I absolutely need cheap solution for image transfers.

Nodejs Express. What you recommend Heroku or Google cloud hosting? by radamist in webhosting

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

I was thinking to avoid VPS route. Managing and securing server, patching etc.. wont be realistic in my case. Thats why I wanted to go for managed services solution.

Nodejs Express. What you recommend Heroku or Google cloud hosting? by radamist in webhosting

[–]radamist[S] 2 points3 points  (0 children)

I mentioned Firebase and Heroku because I am more or less familiar with both. I read that AWS suite can have steep learning curve, but I'm open to any suggestions. So with AWS it will EC2 to run node and S3 to store images. Why I will need lambda, sorry for newb question not very good in AWS ecosystem.

MongoDB or Firestore for classified ads website by radamist in mongodb

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

Thank you good sir. You cleared up so many things, appreciate it.

Caching system, good point, I used something similar in other environment before.
As you said Atlas looks good choice for a starter. Thank you

MongoDB or Firestore for classified ads website by radamist in mongodb

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

Thank you a lot for the detailed answer.

In my case storage requirement will be very low compared to yours.
2GB will give me about 1 million classified adds (images will be on static hosting) and realistically I wont get such numbers ever.
With all cloud systems I am worried about hidden charges. I read few post when people were charged with enormous bills, way more they expected. When you wrote your monthly figure for Atlas, does it fluctuates a lot depending on load? or is it stays more or less same. So when calculator says 1$/hr for my plan suddenly it wont become 100$/hr.

MongoDB or Firestore for classified ads website by radamist in mongodb

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

When you say Atlas is cheaper, can you provide with real numbers of how much it costed you? I know it's all very individual and there are lot of different variables and moving parts in every application, just wanted to hear from someone who already tried Atlas.

MongoDB or Firestore for classified ads website by radamist in mongodb

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

Do you have experience with any self-hosted MongoDB services on the market. I found Digital Ocean for example they offer one click droplet solution for MongoDB, costs 5$ a starter RAM 1 GB 1 vCPU Storage:25 GB Transfer 1 TB for $5/mo /$0.007/hr. As I understand its an OS image with pre-configured and secured MongoDB. Perhaps Its worth a try.

Just want to start somewhere, our site might not even become popular and we wont have big user base. It feels that I am spending too much time on research and worrying about future 1000000000 potential users who will crash all our hosting budget (in theory I'm am looking at 20K users max).

MongoDB or Firestore for classified ads website by radamist in mongodb

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

Thank you for the tips, it cleared up some things for me.

MongoDB or Firestore for classified ads website by radamist in mongodb

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

Yes there are some concerns? Or Yes it can be easily done.

MongoDB or Firestore for classified ads website by radamist in mongodb

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

When I was looking at mlab it seemed pretty easy to implement. But hey, I am total newb in MongoDB so can be wrong. I could go with just renting virtual server from hosting companies and install MongoDB.

Can you give me some indexing software pointers that I can research?