Nowadays we can find that the popularity of Structured Query Language(SQL) is getting decreased and the NoSQL database programs are taking place of it. Discussing with NoSQL databases, the popular one MongoDB a cross-platform document-oriented database program. MongoDB stores the data as JSON like documents other […]
Tag: setup
INSTALL AND SETUP PHALCON 3.3 ON UBUNTU 18.04.1 LTS
How to Setup Google AMP in WordPress
How to Install and Setup a React App on Ubuntu 20.04
How to Install and Setup Django on Ubuntu 18.04.1 LTS (Bionic Beaver)
Django is a free and open-source web framework, written in Python, which follows the model-view-template (MVT) architectural pattern. Django’s primary goal is to ease the creation of complex, database-driven websites. Django emphasizes reusability and “pluggability” of components, less code, low coupling, and rapid development. Python is used throughout, even for settings files and data […]
How to Install and Setup React Native on Ubuntu
React Native framework is getting more attention from developers who want to build cross-platform mobile applications (Android/ios). Ubuntu, one of the most popular Linux distributions is on its another LTS (Long Term Support) version named Bionic Beaver. So, how to install React Native on Ubuntu? […]