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…
A Web nos fornece mais dados do que qualquer um de nós pode ler e entender, assim, muita vezes queremos trabalhar com essas informações programaticamente a fim de dar sentido a isso. Às vezes, esse dado nos é fornecido pelo criador do website via arquivos .csv ou valores…
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…
Der Autor hat den COVID-19 Relief Fund dazu ausgewählt, eine Spende im Rahmen des Programms Write for DOnations zu erhalten. Wenn Sie eine Webseite in Ihrem Browser…
L’auteur a sélectionné Girls Who Code pour recevoir un don dans le cadre de l’initiative Écrire pour des donations. GraphQL est une norme d’API créée et mise à disposition par Facebook comme…
This guide will take you through the JavaScript jQuery library by covering how to install jQuery in a web project; the definitions of important web development concepts such as API, DOM, and CDN; common jQuery selectors, events, and effects; and examples to test the concepts learned throughout the article.
GraphQL is an API standard created and open-sourced by Facebook as an alternative to REST APIs. It exposes a single endpoint for all communication instead of multiple URLs for different resources and solves the overfetching issue by returning only the data asked for by the client. In this tutorial you will create a backend for a URL shortener with Python 3, the Django web framework, and the Graphene-Django implementation, while diving into GraphQL concepts like queries and mutations.
JSX is an abstraction that allows you to write HTML-like syntax in your JavaScript code and will enable you to build React components that look like standard HTML markup. Since you are also writing JavaScript, you’ll be able to take advantage of JavaScript functions and methods, including array mapping and short-circuit evaluation for conditionals. In this tutorial, you’ll build a working application that uses a variety of JSX features to display elements that have a built-in click listener.
Автор выбрал Creative Commons для получения пожертвования в рамках программы Write for DOnations. В этом обучающем модуле мы научимся создавать пользовательские компоненты в React. Компоненты…
L’auteur a choisi Creative Commons pour recevoir un don dans le cadre du programme Write for DOnations. Dans ce tutoriel, vous apprendrez à créer des composants personnalisés dans…