Questions tagged as 'cloud'

3
answers

What is the difference between vertical and horizontal scaling?

Recently I've seen some issues about cloud , BD's , etc. In some of these subjects I see a lot of escalation . Faced with this theme I have the following doubts: What is the difference between vertical and horizontal scaling? Are there...
asked by 20.10.2016 / 15:12
4
answers

Is there a Site / API for hosting photos on the web?

I wonder if there are any APIs that allow you to host photos on the web. Example: cloud.push(arquivo, callback, fail); I'm going to use this API to enable users to host images for profile photo, etc. (I currently do this using base64, bu...
asked by 25.02.2014 / 02:50
3
answers

What is cloud computing?

I never understood right where the border is that determines whether an application is in the "cloud" or not. Examples: One of the first applications that came out completely online is the emails, like today we have Gmail, Outlook, etc.,...
asked by 26.08.2014 / 13:21
2
answers

In programming, what is the actor model?

I have a co-worker who is an apologist for the actor model. In general terms, it seems to be a software architecture to be applied to distributed systems or to cloud . What I realized the concept is that there are several actors and each one...
asked by 17.02.2017 / 11:26
1
answer

What's the difference between Cloud Computing and Web Computing?

What's the difference between Cloud Computing and Web Computing ? Both are not local and are mostly accessible via browser then you have the impression that they are similar concepts.     
asked by 10.04.2016 / 20:02
1
answer

Commands to upload files to github

I'm trying to upload files to GitHub. I already created the directory and in GitHub I created the account. I can not establish a connection with GitHub when I enter the folder where it contains the file that I want to host and I type these co...
asked by 31.05.2015 / 19:14
2
answers

Difference between Azure Queue and Service Bus Queue

I noticed that Microsoft Azure has two queue types: Azure Queue that is part of Azure Storage and Service Bus Queue. In this tutorial of the Azure website the service is used Azure Queue to exchange messages between Web Role and Worker Role of...
asked by 02.02.2015 / 21:59
2
answers

Why use Docker on Azure?

This year I saw that Azure provided a container service called "Azure Container Service". This service, among other things, allows you to use Docker on Azure. It turns out that Docker is a container system. From what I've understood about it...
asked by 13.07.2016 / 20:50
1
answer

IDE in Cloud for C # ASP.NET development

Does anyone know of any IDE in cloud for development in C # ASP.NET? I read something about a CODERUN, but I do not think it's active anymore, does anyone have any suggestions?     
asked by 10.10.2014 / 16:28
0
answers

Doubt with LoadBalance and CircuitBreaker in Microservices

I have a service structure as follows: server (Eureka), property (eureka-client) and client (eureka-client). The customer service makes a request for the service of property, using the feign. I have the LoadBalancer configured on both sides (...
asked by 27.05.2018 / 19:00