There are lots of hosting service providers for version control using Git like Github, Bitbucket, Gitlab, Sourceforge, Launchpad etc. But Here I am only explaining two of them. Github and Bitbucket. GitHub Inc. is a web-based hosting service for version control using Git. It is mostly used for computer code. It offers all of the distributed version control and source code management (SCM) functionality of Git […]
Deploy Laravel 5.7 App on VULTR VC2
Laravel is a prominent member of a new generation of web frameworks. It is an open source PHP framework and is getting more attention from developers. It is intended for the development of web applications following the model–view–controller architectural pattern. Using Laravel, we can develop scalable, feature-rich and secure websites and applications and can deliver the […]
INSTALL AND SETUP PHALCON 3.3 ON UBUNTU 18.04.1 LTS
Phalcon is a PHP web framework based on the model–view–controller pattern. Its innovative architecture makes Phalcon the fastest PHP framework ever built. It is lightweight, fast, minimal, flexible and good for projects of all sizes. Like many other platforms, Phalcon PHP also offers the range of benefits and features for the developer. Another awesome thing […]
Host Multiple Websites on Single Cloud Server with Apache or NGINX
If we have a cloud server with a medium or high specification, we can host multiple web apps in it with different domain names for each app. If we need to host a web app backend on any cloud server, it does require an HTTP web server. The most popular HTTP servers available are Apache and NGINX. The […]
Create a React App with WordPress REST API
The popularity graph of PHP is getting poor nowadays. Developers are in love with the technologies such as Nodejs, Python etc. But we couldn’t neglect that WordPress, a Content Management System(CMS) platform written in PHP is still the topper by powering over 30% of the whole websites. WordPress was released on May 27 2003, and […]
How to Install and Setup React Native on Windows 10
React Native framework is getting more attention from developers who want to build cross-platform mobile applications (Android/ios). I got a lot of tutorials in installing and setting up React Native on Mac OS and Linux distributions. But this tutorial is for Windows users. We could also find an installation tutorial in the official React Native […]
How to Setup Google AMP in WordPress
Did you ever feel that websites with rich contents are taking more time to load on your mobile device? Yes. It takes more time to load a rich content website on mobile than your desktop. Because CSS and JavaScripts take some to run on mobile devices compared with a desktop. So, in mobile view, we […]
How to Install and Setup a React App on Ubuntu 18.04.1
React is a JavaScript library for building user interfaces. It is maintained by Facebook and a community of individual developers and companies. React can be used as a base for the development of single-page or mobile applications. It is a powerful library to deal with complex projects in an easy manner. React Native, one of […]
How to Install and Setup a React App on Windows 10
React is one of the popular JavaScript libraries for building user interfaces. It is maintained by Facebook and a community of individual developers and companies. React can be used as a base for the development of single-page or mobile applications. It is a powerful library to deal with complex projects in an easy manner. React Native, […]
How to Install and Setup Laravel 5.7 on Windows 10 Using XAMPP
Laravel, one of the best PHP framework is getting more popular among developers all around the world. The Model-View-Controller architecture and blade templating engine made Laravel simple and powerful. Here we are going to discuss the steps of installation and setup of Laravel 5.7 on Windows 10 using XAMPP. Installation Follow the steps below to […]