Mukul Latiyan has Published 474 Articles

How to Build a REST API with Fastify?

Mukul Latiyan

Mukul Latiyan

Updated on 22-Jun-2023 13:21:46

1K+ Views

Fastify is a framework that is mainly designed to do backend development in JavaScript. It is one of the lightest backend framework that one can work with, and it is one of the main reasons why it is preferred if you want to avoid the heavier node frameworks like Express ... Read More

Tweening and animating HTML5 and JavaScript properties with Tween.js

Mukul Latiyan

Mukul Latiyan

Updated on 15-Jun-2023 16:56:36

396 Views

Tween.js is a JavaScript library that is mainly used when we want to tween or animate an HTML5 or JavaScript property. It can work standalone as well as when integrated with Easel.js. In this tutorial, we will learn how we can make use of Tween.js with the help of a ... Read More

Adding Animations to a Webpage using Velocity.js

Mukul Latiyan

Mukul Latiyan

Updated on 15-Jun-2023 16:19:30

248 Views

Animations have become a very integral part of website interfaces in today's web development world. They help in enhancing the user experience of a website and in this article, we will learn how we can make use of Velocity.js to add beautiful animations to our web pages. VelocityJS is a ... Read More

Working with HTML5 Canvas Elements using Easel.js

Mukul Latiyan

Mukul Latiyan

Updated on 15-Jun-2023 15:16:14

181 Views

The popularity of HTML5 Canvas elements is well known, as they allow web developers to create animations, full-fledged applications, interactive charts as well. But sadly, it is very hard for someone to understand canvas, especially if he/she has come from the Flash animation background. In this tutorial, we will explore ... Read More

Validating a Form with Parsley.js

Mukul Latiyan

Mukul Latiyan

Updated on 15-Jun-2023 15:07:51

1K+ Views

In this tutorial, we will show how you can use Parsley.js, which is a JavaScript library that is mainly used to validate forms. Parsley helps in validating the forms in a very subtle and easy manner, and it is one of the widely used form validation libraries out there. Features ... Read More

TaffyDB – A JavaScript Database for Your Browser

Mukul Latiyan

Mukul Latiyan

Updated on 15-Jun-2023 14:48:55

250 Views

TaffyDB is a lightweight and powerful in-memory database that can be used in both browser and server-side applications. It is open-source and free to use. In this tutorial, we will take a couple of examples to show how you can use TaffyDB to store some data, execute some queries on ... Read More

Position Tooltips and Popovers using Popper.js

Mukul Latiyan

Mukul Latiyan

Updated on 15-Jun-2023 14:21:29

2K+ Views

Popper.js is a JavaScript library that is used when we want to build poppers and tooltips and manage them. It helps us in positioning tooltips and popovers in most modern web applications. In this tutorial, we will show how you can use Popper.js to position tooltips, but it should be ... Read More

How to create your first chart with FusionCharts.js?

Mukul Latiyan

Mukul Latiyan

Updated on 15-Jun-2023 13:43:10

273 Views

FusionCharts is a JavaScript library that you can use when you want to create charts and maps and put them in your web application. In this tutorial, we will show how you can use FusionChart.js to create two different charts. Before we learn how to create charts, the first important ... Read More

Creating a Data Grid in JavaScript with Handsontable.js

Mukul Latiyan

Mukul Latiyan

Updated on 15-Jun-2023 12:18:37

362 Views

Handsontable is a JavaScript library that is used when we want to create a data grid. It provides a spreadsheet-like experience, pretty similar to Excel. In this tutorial, we will explain how you can use handsontable.js to create a data grid with your own data. In addition, we will see ... Read More

Building a Text Editor using Quill.js

Mukul Latiyan

Mukul Latiyan

Updated on 15-Jun-2023 12:14:16

2K+ Views

Quill is a free and open-source text editor that falls under the category of WYSIWYG editors and is mainly built for the modern web that we use today. It is a highly customizable text editor and has many expressive API. Quill is very easy to use and provides a good ... Read More

Advertisements