Network computation
I’m pretty sure that someone has already thought about it and researched it extensively, but I’m having trouble finding any materials or even keywords to look for, for the idea that I was thinking about recently.
Open Source Cloud Computing
Recently I realized that the most popular social platforms on the net are in the hand of just a few companies, Google, Twitter, Facebook, to name just a few. Taking into account the world changing power of these frameworks I am looking for a non-profit, democratic alternatives to these sites. (Mozilla is a non-profit project, however it could not thrive without the backing of Google.)
A multi tenant data architecture
We are at a planning & redesign stage of our loyalty card application. As it is understood it will be a multi-tenant application. And I need to take your thoughts. Here are the some key points we should take in to account to redesign logical and physical data structure:
Is it better to have file stored as a zip in cloud service?
I am developing enterprise iPad application which contained large amount of different bundle data in terms of group of images.
How to be robust against webservice downtime caused by third parties
I’m using iPage as my cloud based server provider. I haven’t had any problems with them yet. They hold the scripts for my RESTful services for the mobile app I’m developing. My problem however is that tonight the service went down. I got a “This is a 500” error.
What is ipfs-sec.stackexchange.cloudflare-ipfs.com? Is it safe?
I encountered the site ipfs-sec.stackexchange.cloudflare-ipfs.com and I clicked on the link that seems to be the questions I am looking for answers. At a first glance, I thought it is related to stackexchange.com but not sure if is is.
How to run separately Flyway migrations for Spring Boot multi-instance App in Kubernetes?
How can I best handle database migrations in a Java Spring Boot multi-instance application deployed as a microservice in Kubernetes (for future in Cloud Native Env), considering the following constraints and options?
Is there any Layer approach for multicluster communication instead of service mesh approach?
We are investigating on communication between our clusters (AWS and GCP mostly) and we investigating solutions like Istio
and linkerd
. but the things is all of them connects each cluster to another one (like star network).
As a middle ground programmer starting cloud computing which language is best for me to master
choosing a specific language to master as a beginner who wasn’t taking the career seriously but am back and fully ready to learn and become a better person and programmer
How to deploy long lived services?
I come from the serverless space where the assumption is that the service will be spun up “on demand”. Or the data pipeline space were work is scheduled.