Erstellen einer Webanwendung mit Flask in Python 3
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…
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…
An API, or Application Program Interface, makes it easy for developers to integrate one app with another. They expose some of a program’s inner workings in a limited way. You can use APIs to get information from other programs, or to automate things you normally do in your…
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.
Der Autor wählte den Free and Open Source Fund, um eine Spende im Rahmen des Programms Write for DOnations zu erhalten. Discord ist eine Chat-Anwendung, die Millionen von…