Erstellen eines URL-Shorteners mit Django und GraphQL
Der Autor hat Girls Who Code dazu ausgewählt, im Rahmen des Programms Write for DOnations eine Spende zu erhalten. GraphQL ist ein API-Standard, der von Facebook als Alternative zu…
Der Autor hat Girls Who Code dazu ausgewählt, im Rahmen des Programms Write for DOnations eine Spende zu erhalten. GraphQL ist ein API-Standard, der von Facebook als Alternative zu…
Автор выбрал Creative Commons для получения пожертвования в рамках программы Write for DOnations. В этом обучающем модуле мы научимся создавать пользовательские компоненты в React. Компоненты…
In this tutorial, you will build a “Hello World” web application in Go and deploy it on an Ubuntu 18.04 server using Nginx as a reverse proxy. Go is a general-purpose programming language that is gradually becoming one of the most popular web back-end programming languages. Nginx is one of the most used web servers in the world due to its lightweight resource usage and its reliability under load.
Der Autor hat den Free and Open Source Fund dazu ausgewählt, eine Spende im Rahmen des Programms Write for DOnations zu erhalten. Flask ist ein kleines und schlankes…
object storage is an object storage solution, ideal for unstructured data such as audio, video, images or large amounts of text. To learn more about Spaces and object storage, you can read through [An Introduction to the cloud provider…
Testing a website can be a complex task to undertake because it is made up of several layers of logic like handling HTTP requests, form validation, and rendering templates. However Django provides a set of tools that makes testing your web application seamless. In this tutorial, you will set up a test suite in your Django project and write unit tests for the models and views in your application. You will run these tests, analyze their results, and learn how to find the causes of failing tests.
El autor seleccionó Girls Who Code para recibir una donación como parte del programa Write for DOnations. GraphQL es un estándar de API de código abierto creado por Facebook como alternativa a…
Custom components are independent pieces of functionality that you can reuse in your code, and are the building blocks of all applications built on the React framework. Often, they can be simple JavaScript functions and classes, but you use them as if they were customized HTML elements. Buttons, menus, and any other front-end page content can all be created as components. In this tutorial, you’ll build your own custom component, and use this distinction to organize your project’s file structure.
Der Autor hat die Mozilla Foundation dazu ausgewählt, im Rahmen des Programms Write for DOnations eine Spende zu erhalten. Da der Bedarf nach einer Full-Stack-Entwicklung weiter…
El autor seleccionó la Free and Open Source Fund para recibir una donación como parte del programa Write for DOnations. Flask es un marco web de Python pequeño y ligero…