How to Download Multiple Files with JavaScript

While working with PSPDFKit for Web, you may find yourself needing to download multiple files from a server — perhaps to merge documents in a document operation, or to create multiple image annotations. Since the corresponding API methods require that you pass the data of these files — passing their URLs isn’t enough — you … Read more

Angular 13 Get Current Location Latitude and Longitude

In this tutorial, we’ll explore how to obtain the current location’s latitude and longitude using the Google AGM core package in Angular 13’s Google Maps. We’ll cover the process of retrieving the current location’s latitude and longitude in Angular 13, and demonstrate how to accomplish this using the Google AGM core package. How to get … Read more

Angular 13 Swiper Image Touch Slider Example Tutorial

This tutorial will guide you on how to create a touch-enabled image/content slider or carousel in an Angular 13 application using the ngx-useful-swiper npm package. You will also learn about the various features of Swiper, including library agnosticism, touch movement, mutation observer, rich API, full RTL support, multi-row slides layout, transition effects, two-way control, full navigation control, flexbox layout, the most flexible slides layout grid, parallax … Read more

Laravel 9 Vue JS Post Axios Request Tutorial

Laravel 9 Axios post request example; In this tutorial, we will learn how to send form data with Vue js using Axios post HTTP request in laravel. This tutorial will guide us step by step on how to send form data to the controller using axios post HTTP request in laravel 9 with Vue js. … Read more

Angular 13 datatable example with pagination sorting filtering

In this tutorial, we will learn how to create a table with pagination, sorting, and filtering using datatables in an Angular 13 application. Step 1: Create a new Angular 13 app To get started, open your terminal and run the following command to create a new Angular 13 app: Step 2: Install jQuery and Datatables plugins … Read more

Creating an Azure Machine Learning Workspace and Datastores using Bicep

This article explains how to create an Azure Machine Learning Workspace and Datastores using Bicep. Azure Machine Learning is a cloud service that accelerates and manages the machine learning project lifecycle. The core components of the Azure Machine Learning service include the Workspace, Managed Resources, Linked Services, Assets, and Dependencies. To create an Azure Machine … Read more

Laravel 9 Form Submit Using jQuery Ajax Using Controller

In this tutorial, we will learn how to submit a form using jQuery Ajax in Laravel 9. Ajax allows us to submit form data without refreshing the page, providing a better user experience. Sure, here’s a summary of each step: Step 1: Set up Laravel 9 Step 2: Create a Form Step 3: Set up the Route Step … Read more

Top PHP Frameworks To Use in 2024

PHP frameworks are software libraries that provide a collection of functions and tools to help developers build web applications more efficiently. They aim to simplify the development process by providing pre-written code that can be reused across different projects, reducing the amount of time required to build a web application from scratch. In this article, we will explore … Read more