
Next.js File Based Routing (Dynamic Routes and Navigation) (Part-2) Paid Members Public
There is an administrator whose job is to maintain the web application. He can create, edit, delete application users. It means we need to update the same component but for different parameters. Here dynamic routing comes into the picture.

Next.js File Based Routing (Part-1) Paid Members Public
In traditional React apps, we need to install the React-Router first, and we need to write a code at least a few lines to set up the routes and navigation. However, in Next.js, routing is the core feature.

What is Server-Side Rendering in Next.js? Paid Members Public
What is Server-side rendering in Next.js? The first thing that comes to our mind, what is server-side rendering? What does it mean? The server-side rendering means server prepares all the content of the web page. The client's only responsibility is to show the content on the web page. To

Setup Mojolicious using Vagrant Paid Members Public
In this article, we cover how to set up the Mojolicious development environment using the Vagrant. We also cover: Installation of VirtualBox Installation of Vagrant Create Vagrantfile Execute vagrant
Statistical Learning Paid Members Public
Statistics refers to the science of collecting and analyzing large portions of numerical data to generate inferences for all population based on the sample portions.
Data Analysis Introduction Paid Members Public
Data analysis is a process of Exploring, transforming and loading data to unearth useful information for better decision-making. Data Analysis consists of Data Requirement Gathering, Data Collection, Data Cleaning, Data Analysis, Data Interpretation, Data Visualization.
Forms and Fields in Mojolicous Paid Members Public
There are different ways to create the form in the Mojolicious and it is difficult to tell which one is correct method. In this article, we discuss we the inbuilt Mojolicious way to create the Forms.

MojoForum - A Forum in Mojolicious (Part-3) Paid Members Public
Welcome back. This article is in continuation of learning the Mojolicious by developing a project from scratch. The name of the Series is MojoForum and, this is the second article of the series. For the previous write-ups, visit here.