How to install WordPress with Nginx on Ubuntu 18.04
In this tutorial you’ll learn to set up WordPress the most popular CMS (content management system) on ubuntu 18.04.
Journal
Long-form writing on development, tooling, and lessons from the workbench — plus book reviews when a title sticks.
Topics
Jump to a category or open all categories.
Newest first. Use search or categories above to narrow down.
In this tutorial you’ll learn to set up WordPress the most popular CMS (content management system) on ubuntu 18.04.
Short codes are used to add more functionality and features to your WordPress site. It’s a way of writing clean code at the backend and reusing it wherever you want. This article will help you to plac
To start working on Python you need to have Python installed on your PC. If you haven’t installed python. Go to the Python website and get it installed.
Algorithms are commonly taught in Computer Science, Software Engineering subjects at your Bachelors or Masters. Some find it difficult to understand due to memorizing.
This tutorial is created to give an abstract idea about commonly used PHP array function with examples. Through this tutorial you’ll be able to know, how to use array functions to make code more short
This tutorial is created to remove specific or empty (NULL) array elements from the array.
This tutorial is created to implement multiple database connections using mysql. Let’s see how to configure multiple database connections in Laravel 5.8.
PHP is widely used by many developers today and it’s one of the easiest language to learn. This tutorial will help you to learn the basic CRUD (Create, Read, Update, Delete) operations.