Como adicionar o teste de unidade ao seu projeto Django
O autor selecionou a Open Internet/Free Speech Fund para receber uma doação como parte do programa Write for DOnations. É quase impossível desenvolver sites que funcionem perfeitamente…
O autor selecionou a Open Internet/Free Speech Fund para receber uma doação como parte do programa Write for DOnations. É quase impossível desenvolver sites que funcionem perfeitamente…
This tutorial will walk you through two Twitterbot programs, one that tweets from a file, and one that retweets, follows, and favorites. We’ll also go through storing your credentials in a separate program file, and keeping the Twitterbot running on a server.
O autor selecionou a Creative Commons para receber uma doação como parte do programa Write for DOnations. Neste tutorial, você aprenderá a criar componentes personalizados no React. Os…
Props are arguments that you provide to a JSX element in a React application. They look like standard HTML props, but they aren’t predefined and can have many different JavaScript data types, including numbers, strings, functions, arrays, and even other React components. In this tutorial, you’ll create custom components by passing props to your component. After adding props, you will use PropTypes to define the type of data you expect a component to receive.
In this tutorial, you will build a URL shortener, which is a service that takes any URL and generates a shorter, more readable version like bit.ly. You will use Flask, SQLite, and the Hashids library to build your URL shortener. Your application will allow users to enter a URL and generate a shorter version, in addition to a statistics page where users can view the number of times a URL has been clicked. You’ll use the Bootstrap toolkit to sty
In this tutorial, you will create a Ruby on Rails application that stores your favorite recipes in a PostgreSQL database then displays them with a React frontend. When you are finished, you will be able to create, view, and delete recipes using a React interface styled with Bootstrap.
Автор выбрал фонд Open Internet/Free Speech для получения пожертвования в рамках программы Write for DOnations. Практически невозможно создавать веб-сайты, которые будут идеально работать…
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.