Web Hosting

AdonisJS

AdonisJS: Installing and Configuring Session Package

In this article, we can try to Install and Configure the Session package, how to install and configure the Session package for AdonisJS, Config the Session package, and configure the Session package and Usage. Session Firstly, the support for sessions is provided by the @adonisjs/session package. This Session package

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
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
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
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