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…

Global programming technologies review 2017

Programming technologies in 2017 From time to time young programmers ask me what they should learn, what are the top programming technologies. When you observe CV of this young programming adepts you will see that they change companies very often. The question is why? Probably they look the best possible option for them, may be 

Continue Reading…