Cloud Hosting

AdonisJS

AdonisJS: File Uploads

In this article, we can try to Define the AdonisJS File uploads Module, A file upload module built for AdonisJS, and How to Manage File Uploads and Validate Them in AdonisJS. File Uploads AdonisJS provides you with a robust and performant API for dealing with file uploads. You can process

2 min read
AdonisJS

Defining the AdonisJS Middleware Module

In this tutorial, we will learn about Defining the AdonisJS Middleware Module, how Adonis supports this Middleware Module, and how to define this Middleware Module or how to make middleware for AdonisJS. Middleware Middleware is a series of functions that are executed during an HTTP request before it reaches the

3 min read
AdonisJS

AdonisJS: Events and Listeners

In this article, we will learn about Defining the AdonisJS Events and Listeners Module, how Adonis supports these Events and Listeners Module, and how to define these Events and Listeners Module. AdonisJS Events and Listeners The events module differs from the Node.js native Events module and the AdonisJS event

3 min read
AdonisJS

AdonisJS: Model relationships

In this article, we will learn about AdonisJS Model relationships, how Adonis supports these relationship types, the different types of database relationships, and how to define these relationships. Model Relationship Options Defining AdonisJS Model relationships within our models unlocks a whole lot of power when it comes to querying and

4 min read
AdonisJS

AdonisJS: Group Routing and Controller Management

Let's start AdonisJS Group routing and controller management in the code now by creating some routes and controllers. For anyone unaware of the term routing in terms of web development, it is a mapping of URLs and their handlers that you want to handle your app. Now, we

4 min read
CentOS 7

How to install cPanel WHM on a CentOS VPS

In this article, we will try to show you how to install cPanel WHM on a CentOS VPS. Nowadays, cPanel is a popular Linux Based web hosting control panel in the world. cPanel provides a graphical user interface for managing and hosting multiple websites on a single Virtual Private Server

3 min read
CentOS 7

How to Install Linux, Apache, MySQL, and PHP (LAMP) stack On CentOS7

The LAMP stack is a group of open-source software that is typically installed together to enable a server to host any type of dynamic website and web applications. So, we can see here How to Install Linux, Apache, MySQL, and PHP (LAMP) stack On CentOS7. This term acronym represents

3 min read
CentOS 7

How to Install and Setup the Apache Web Server on CentOS 7

In this article, we will show How to Install and Setup the Apache Web Server on CentOS 7 VPS server. The Apache HTTP server is the most widely used web server in the digital world. It provides us with many powerful features including robust media support, dynamically loadable modules, and

4 min read
CentOS 7

Initial Server Setup with CentOS 7

When you first create a new server, you need to initial the server setup with CentOS 7, and there are some configuration steps that you should take first on as part of the basic setup. If you follow this article, it will increase the security and usability of your CentOS

3 min read