Comment ajouter les tests unitaires à votre projet Django
L’auteur a choisi le Open Internet/Free Speech Fund pour recevoir un don dans le cadre du programme Write for Donations. Il est presque impossible de construire des sites web qui…
L’auteur a choisi le Open Internet/Free Speech Fund pour recevoir un don dans le cadre du programme Write for Donations. Il est presque impossible de construire des sites web qui…
This article goes over how to install Opigno on Debian 7 with Git and Drush.
[Shiny](http://shiny.rstudio.com/) is an R package that allows users to convert R code into an interactive webpage. [Shiny server](http://www.rstudio.com/products/shiny/shiny-server/) is a server provided by RStudio that can be used to host and manage Shiny applications on the web. Other than hosting Shiny applications, Shiny Server can also host [interactive R markdown documents](http://rmarkdown.rstudio.com/). In this guide, we will learn how to set up the open source Shiny Server on a Dig
SchoolTool is an open-source student management system alternative to Blackboard or Pearson’s PowerSchool. It can be used to manage any of the following records a school might keep:
In this tutorial, we will see how to install Magento from the command line onto a VPS running Ubuntu 12.04.
phpMyAdmin is an application that allows users to interact with MySQL or MariaDB databases through a web interface. This tutorial covers the process of installing and securing phpMyAdmin on a Debian 9 server.
Seafile is a great way to share files between team members in a centralized location. As a DropBox alternative, you can easily sync local directories to the server and pull down changes on other clients. In this guide, we’ll cover how to install and configure the Seafile server on an Ubuntu 12.04 VPS.
Um método para lidar com grandes conjuntos de dados no modo de exibição é utilizando a técnica de rolagem infinita — onde mais dados vão sendo carregados à medida que o usuário continua rolando a página próximo ao fim dela. Essa é a técnica usada na exibição de resultados no Google Imagens. Neste tutorial, veremos como construir um componente de paginação personalizada com o React para paginar grandes conjuntos de dados. Construiremos uma visualização paginada sobre os países no mundo.
[Webmin](http://www.webmin.com/) is a modern, web control panel for any Linux machine. It allows you to administer your server through an simple interface. In this tutorial, you’ll install and configure Webmin on your server and secure access to the interface with a valid certificate from Let’s Encrypt.
Learn how to build a Node.js application with Docker. Create Dockerfiles, manage containers, and streamline deployment for consistent, scalable apps.