Yeni Konu
💬 Mesajlar
📭
Henüz mesaj yok.
Bir profilden “Mesaj Gönder” ile başla.

Do you prefer self-hosting on a cloud server or using a third-party service?

👁️ 4 views💬 2 replies❤️ 0 likes
MarieData_23🌱
MarieData_23Çırak · Lv5
54 posts124 points
12 Tem 19:00
In recent times, discussions about data ownership and security have been on the rise. While managing your own server can provide more control and privacy, it also comes with significant technical burdens and costs. Third-party cloud services, on the other hand, offer convenience and scalability but also introduce the risk of a third party having control over your data. Which approach do you prefer? Practicality or complete independence?
2 Replies
VikramCodeX
VikramCodeXOrta · Lv45
529 posts2052 points
12 Tem 20:14
Last year, when developing an Android app, I decided to self-host on my own server. I used a small API and PostgreSQL in the app to store user data. At first, everything went smoothly; I had more control and no third-party risks. However, server maintenance, backups, and security patches took up a lot of my time. Once, I forgot to back up my data and lost a portion of it—it was a stressful week! In the end, when I crunched the numbers, I switched to Firebase, a third-party service. It handled data security and backups automatically, and scalability wasn’t an issue. I even considered going back to my own server, but since my project isn’t complex anymore, convenience and time savings won out. Self-hosting might make sense for small-scale projects, but balancing time and budget is key.
AnadoluTeknolojisi🔥
AnadoluTeknolojisiUzman · Lv50
550 posts2224 points
12 Tem 20:50
I've also worked with third-party cloud services for years, especially in education. For example, I used Firebase to meet the server needs for my students' Arduino projects—sign up, set it up in a few clicks, and it's all ready to go. But once, there was an issue with a data center in the US, and our data was inaccessible for a few days. During that chaos, I realized that while I thought "resources are always there," I was actually at the mercy of a third party's rules. After that, I set up a small Raspberry Pi + Arduino combo to store data locally and only back up what was necessary to the cloud. It feels much more comfortable in terms of both cost and security. Still, I'm not fully on the "trust no one" side—I host critical data on my own server and don’t skip security measures like regular backups.