Ashutosh Kukreti

What is Server-Side Rendering in Next.js? 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

Ashutosh Kukreti
Next.Js

Setup Mojolicious using Vagrant 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

Ashutosh Kukreti
Next.Js

Statistical Learning 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.

Ashutosh Kukreti

Data Analysis Introduction 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.

Ashutosh Kukreti

Forms and Fields in Mojolicous 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.

Ashutosh Kukreti
Mojolicious

MojoForum - A Forum in Mojolicious (Part-3) 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.

Ashutosh Kukreti
Mojolicious

MojoForum - A Forum in Mojolicious (Part-2) 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-up, visit here.

Ashutosh Kukreti
Mojolicious

MojoForum - A Forum in Mojolicious (Part-1) Members Public

As we all know, Mojolicious is a light-weight web framework written in Perl. It is simple yet remarkably powerful to write complex web applications. It requires a few modules to start developing web projects.

Ashutosh Kukreti
Mojolicious