Tools

Learn how to install python on Windows

Why installing python? Answer for the question why you need to install python is very simple. Among all mostly known language like C#, Java, PHP, Perl, NodeJs the Python language has one of the biggest number of IT enthusiasts. You can verify this looking into github statistics prepared by Ben Frederickson under the article https://www.benfrederickson.com/ranking-programming-languages-by-github-users/ 

Continue Reading…

How to download Visual Studio Code

Brief introduction into Microsoft Visual Studio Code In 2015 Microsoft start announced new editor for coding in different languages across all most know operating systems like Microsoft Windows, Apple iOS or Linux. More or less it was the same time when Microsoft start growing its cloud environment. They understood that the world was mostly changed 

Continue Reading…

How to install Ubuntu 18.04 from USB pendrive

Before we start Ubuntu 18.04 installation This article is entirely devoted to the topic of installing the Ubuntu operating system from USB stick. It is worth to have any distribution of linux on one of your stick. You don’t know time when something will be crashed in your current system and you may need to 

Continue Reading…

Composer – installing php dependency manager

If you intend to develop your career as a PHP programmer, Composer’s knowledge is obligatory. Composer is a simple tool that allows you to manage efficiently with PHP packages. This enables you to easily install and remove packages in your PHP projects. In this tutorial I will show you how to install Composer tool. Composer 

Continue Reading…

How to use Postman with Deals and Coupons API

During this tutorial we will see how to start working with Postman by running simple get commands from external API. We will consume Deals and Coupons API available under the website: https://market.mashape.com. This website serves lots of different REST APIs from different providers. It is very good place to look for data about everything what 

Continue Reading…

How to install Confluence knowledge system – part II

Confluence installation In the previous article of How to install Confuence knowledge system we found the correct installation file on atlassian website. We also downloaded the file. Now we are ready to install Confluence knowledge system in our operation system. 1. Let’s start from running atlassian-confluence-6.2.3-x64 installation file. 2. We should see Installation Wizard window. 

Continue Reading…