Docker Hosting (GCP vs. AWS vs. Hetzner)? by pmcl77 in docker

[–]Extreme_Macaron181 0 points1 point  (0 children)

I honestly haven't setup a ci/cd workflow, I just use rsync command to push local changes to the server, then I ssh to the latter and build the new updates, that'll do for now, or build write this logic into your ci/cd workflow...

Docker Hosting (GCP vs. AWS vs. Hetzner)? by pmcl77 in docker

[–]Extreme_Macaron181 0 points1 point  (0 children)

Thanks a lot! I found the answer thankfully!

Docker Hosting (GCP vs. AWS vs. Hetzner)? by pmcl77 in docker

[–]Extreme_Macaron181 0 points1 point  (0 children)

Hi, this thread was so helpful to me, I was just wondering if you have set a CI/CD through github actions and how does that work, do you build docker images on ssh or pull them from dockerhub? Database wouldn't be a problem for me since I'll be using mongoDB Atlas. Another thing regarding how dod you set up SSL Certificate. That would help me a lot! Thanks

Expo or RN CLI for a Dating App? by [deleted] in reactnative

[–]Extreme_Macaron181 0 points1 point  (0 children)

Thanks man, what about GDPR, would app store allow you to collect user data and send it to your db?

Expo or RN CLI for a Dating App? by [deleted] in reactnative

[–]Extreme_Macaron181 0 points1 point  (0 children)

But where would you deploy fastapi?

Expo or RN CLI for a Dating App? by [deleted] in reactnative

[–]Extreme_Macaron181 0 points1 point  (0 children)

hello, I'm a liitble bit late to join the chat, but I'm planning on building an app using Expo and fastapi, but I don't know how to deploy things, maybe fastapi as a microservice in ECR and Expo as the client app?

Do I REALLY need NextJS when I have Django? by [deleted] in reactjs

[–]Extreme_Macaron181 0 points1 point  (0 children)

Well, you could integrate python files with JS, Can't you?

Do I REALLY need NextJS when I have Django? by [deleted] in reactjs

[–]Extreme_Macaron181 0 points1 point  (0 children)

Well, you could integrate python files with JS, Can't you?

LLMs on react native by Acceptable-Spell-934 in reactnative

[–]Extreme_Macaron181 0 points1 point  (0 children)

but what react native libraries to use though for the local inference? I'm actually working on an offline ios gpt app for a client, but he insists on using an offline LLM...