How To Create a Pull Request on GitHub
This tutorial will guide you through making a pull request to a Git repository through the command line so that you can contribute to open-source software projects.
This tutorial will guide you through making a pull request to a Git repository through the command line so that you can contribute to open-source software projects.
GitLab CE (Community Edition) — приложение с открытым исходным кодом, в основном используемое для хостинга хранилищ Git. Приложение имеет дополнительные функции, связанные с разработкой, такие как отслеживание проблем. Оно предназначено…
In this tutorial, we’ll install and configure Git on a Debian 10 server to support your software development project through version control.
Los sistemas de control de versiones como Git son imprescindibles para las prácticas recomendadas del desarrollo de software moderno. El control de versiones le permite realizar un seguimiento de su software a nivel de fuente. Puede rastrear cambios, volver a etapas anteriores…
Jenkins is an open source automation server intended to automate repetitive technical tasks involved in the continuous integration and delivery of software. With a robust ecosystem of plugins and broad support, Jenkins can handle a diverse set of workloads to build, test, and deploy your software.
Visual Studio Code est devenu l’un des éditeurs les plus populaires dans le domaine du développement Web. Il a acquis une telle popularité grâce à ses nombreuses fonctionnalités intégrées, dont l’intégration du contrôle de source, notamment avec Git. Git étant l’un des fournisseurs de contrôle de source les plus populaires et les plus puissants, l’exploitation de sa puissance à partir de VS Code n’est que la cerise sur le gâteau.
A containerização está rapidamente se tornando o método de empacotamento e deploy de aplicações mais aceito nos ambientes de nuvem. A padronização que ele fornece, juntamente com sua eficiência de recursos (quando comparado a máquinas virtuais completas) e flexibilidade, o…
Continuous Integration/Continuous Deployment (CI/CD) is a development practice that allows software teams to build, test, and deploy applications easier and quicker on multiple platforms. CircleCI is a popular automation platform that allows you to build and maintain CI/CD workflows for your projects. In this tutorial, you’ll go through the steps to set up a sample Node.js app for auto-deployment on an Ubuntu 18.04 server using CircleCI.
Cachet is a self-hosted status page alternative to hosted services such as StatusPage.io and Status.io. It helps you communicate the uptime and downtime of your applications and share information about any outages.
GitLab CE, or Community Edition, is an open source application primarily used to host Git repositories, with additional development-related features like issue tracking. In this guide, we will cover how to install and configure GitLab on an Ubuntu 18.04 server.