VPS Servers

CentOS 7

Configuration and Additional Recommended Steps for New CentOS 7 Servers

In this article, we try to describe Configuration and Additional Recommended Steps for New CentOS 7 Servers. After buying our VPS server and getting users to access we need to minimum configuration for a new server. Also, there are some additional steps that are highly recommended in most cases for

4 min read
AdonisJS

AdonisJS: The Proper way to Handle Request Validation

AdonisJS: The proper way to handle Request Validation. Validation allows us to confirm the data we are working on and accept matches what we expect it to be. So, we can use validation to confirm a requested username matches all of these criteria. As like, we can do this for

4 min read
AdonisJS

AdonisJS: REST API simple CRUD Operation

Adonisjs rest API crud setup I will help you get started with Adonisjs by performing an API CRUD operation in this article. So, we are going to develop a simple Post module by using AdonisJs. Firstly, we will install the Adonisjs version 5. $ npm init adonis-ts-app crud After

5 min read
Cloud Hosting

Create a Custom Post Types Single Page in WordPress

Do you want to create a custom post types single page or create a single template in WordPress without using any plugin or page builder? By default, custom post types in WordPress would use your own or premium theme’s single.php template. Also, you can create your own custom

4 min read
Cloud Hosting

Accessing a Server via the VNC Console

Starting VPS Console, Guide for accessing VPS console through client area for users, Accessing a Server via the VNC Console Introduction: In this article we guide to you accessing VPS console through client area. The remote console works as like ‘Virtual Terminal’. Most like a computer monitor screen attached to

3 min read
AdonisJS

React Project Localization with i18next

In this article we discuss, React project localization with i18next, How to set up localization with react-i18next or React App Localization with react-i18next, or A Guide to React Localization with i18next What is software localization? Software localization means this is the process of adapting software products to the

3 min read
AdonisJS

AdonisJS: Simple User Registration and Authentication Setup

AdonisJS: simple user registration and authentication setup. AdonisJS provides a few different approaches to validate your request form data. The proper way to handle Request Validation We will use the Validation continually, we can either use it inside the controller’s method or create a Validator class to validate the

3 min read
AdonisJS

AdonisJS: How to run a simple CRUD operation?

How to set up crud in ADONISJS AdonisJS: how to run a simple CRUD operation? In this article, we will install the Adonis.Js and I will try to help you get started with Adonisjs by executing an API CRUD operation. Now we are going to develop a simple Post

4 min read
AdonisJS

React Project - Clean Structure

Understanding React App structure for a cleaner project build. Structure or clean architecture is a software design philosophy that separates the elements of a design into the ring levels. React Project - Clean Structure An important goal of the clean structure is to provide developers with a way to organize code

3 min read