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…

Help to build common voice datasets with Mozilla

Growing market of smart phone vs voice recognition The development of mobile devices and in particular smart phones started to grow totally new dynamic interactions between device and human like voice interactions. A technology called voice recognition is an inseparable part of these interactions. Huge market of devices grows rapidaly and in 2019 was worth 

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…

Design REST API for booking system – part 1

General scope for REST API in Laravel 5.4 This series of articles should help you easily design REST API in PHP Laravel framework using minimum effort and saving your development time. Skills for building quickly any kind of API are especially now very important when everything is decentralized. At the beginning will will focus on 

Continue Reading…

PHP Artisan commands list with Laravel 5.4

Working with Laravel without PHP Artisan would be no so efficient. Laravel delivers us list of mostly used commands by daily developer’s activities. You need to know this list and use the commands to speed up your efficiency in coding. Some of the php artisan commands are shown in action in my laravel project where 

Continue Reading…

How to run Laravel project with several commands

Laravel introduction Laravel is a relatively simple and lightweight PHP framework that every developer should know. Using the framework we can easily create Web APIs and deliver our IT projects faster than ever before. The advantage of the framework is the fact that you can run Laravel project with several commands and install new components 

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…