Development

Como fazer cálculos matemáticos com operadores em Go — step-by-step Programming tutorial on Progressive Robot

Como fazer cálculos matemáticos com operadores em Go

Os números são comuns na programação. Eles são usados para representar coisas como: dimensões de tela, localizações geográficas, dinheiro e pontos, a quantidade de tempo que passa em um vídeo, posições de avatares de jogos, cores através da atribuição de códigos numéricos e…

Read more
How To Implement Continuous Testing of Ansible Roles Using Molecule and Travis CI on Ubuntu 18.04 — step-by-step Linux tutorial on Progressive Robot

How To Implement Continuous Testing of Ansible Roles Using Molecule and Travis CI on Ubuntu 18.04

Molecule is a tool for performing automated testing of Ansible roles. Travis CI is a continuous integration tool that allows for tests to run continuously to ensure contributions to your code do not introduce breaking changes. In this tutorial, you will configure a pre-made base role, initialize a Molecule scenario to test your role, and set up Travis CI to continuously run your tests against changes to your role.

Read more
Python 3をインストールしUbuntu 20.04サーバーにプログラミング環境を設定する方法 — step-by-step Linux tutorial on Progressive Robot

Python 3をインストールしUbuntu 20.04サーバーにプログラミング環境を設定する方法

このチュートリアルでは、Ubuntu 20.24 サーバーでPython 3のプログラミング環境をセットアップする方法を学びます。サーバーでのプログラミングには多くの利点があり、開発プロジェクト間のコラボレーションをサポートします。このチュートリアルの一般原則はDebian Linuxのディストリビューションに適用されます。

Read more
CHAT