Developing Your App, From Front to Back: Building a SaaS
A selection of recommended technologies that leverage systems that you can run yourself, and managed options that can help you bring your idea to market faster.
A selection of recommended technologies that leverage systems that you can run yourself, and managed options that can help you bring your idea to market faster.
El autor seleccionó el Tech Education Fund para recibir una donación como parte del programa Write for DOnations. Slack es una plataforma de comunicación diseñada para la…
O autor selecionou a Mozilla Foundation para receber uma doação como parte do programa Write for DOnations. Como a demanda por um desenvolvimento full-stack continua crescendo, os…
One of the most exciting features about version 2 of the cloud provider’s API is the inclusion of OAuth authentication. This allows users to grant access to applications to use their account. As a developer, you can request access from your users through a simple web UI which will streamline the process of gaining account authorization. In this guide, we will discuss how to interact with this feature as both a user and developer.
This tutorial introduces beginners to set up and use Fast API with a relational database on an Ubuntu machine.
In this tutorial, we will demonstrate how to use cloud provider API to horizontally scale your server setup. To do this, we will use **DOProxy**, a relatively simple Ruby script that, once configured, provides a command line interface to scale your HTTP application server tier up or down.
L’auteur a choisi le Tech Education Fund comme récipiendaire d’un don dans le cadre du programme Write for DOnations. Slack est une plate-forme de communication conçue pour…
Автор выбрал фонд FreeBSD Foundation для получения пожертвования в рамках программы Write for DOnations. По мере роста спроса на развитие full-stack разработки появляются структуры…
Terraform is a tool for building and managing infrastructure in an organized way. In this tutorial, you’ll install and use Terraform to create an infrastructure on the cloud provider that consists of two Nginx servers that are load balanced by a load balancers.
An application programming interface (API) is a set of routines, definitions, and protocols that allow developers to build application software. APIs abstract implementation and expose only necessary objects and actions to the developer. Within cloud computing, developers use APIs to manage servers and other resources, most often through conventional HTTP requests.