Category: Web Development
Grid.js Library – Sorting issue for words/strings
It is a library to show data in tabular form gracefully. It is a free and open-source javascript library plugin. Please check this link to work with the Grid.js library. This library helps in sorting, searching, and styling tables without
How to view pdf documents using the pdf.js library
Introduction: PDF.js is a library we can use to view pdf documents using javascript and HTML. This library comes handy in many scenarios such as showing a preview of a pdf document to the users when they upload it using
Gateway in Python
A gateway, in networking terms, is a device or software application that acts as a bridge between different networks. In Python, a gateway can be implemented using various libraries, such as sockets. In this blog, we will be discussing how
New Features in Laravel 10.4
With the release of version 10.4, the Laravel team added the File::json() function, changed existing HasMany connections to HasOne relationships, added a new test response assertion, and more. File::json() method The File::json() function was added by Laravel 10.4 to make
What are an EXE and a DLL?
One kind of executable file is an EXE file. When opened, its primary function is to start a program. This is accomplished by executing specific scripts or by utilizing some of the data contained in the file. When you start
PDF Viewer Using Web Viewer
Pdf viewer is used for viewing pdf using javascript. We can Add a PDF.js viewer to any application with out-of-the-box annotations, PDF form filling, and signing. A free in-browser PDF viewer is PDF.js Express Viewer. It contains capabilities like text
Send SMS using TWILIO in Laravel
To put it into action, take the following steps: Install the TWILIO package using the command given below: composer require twilio/sdk Now, we require three credentials from the Twilio platform (https://www.twilio.com/console and https://www.twilio.com/console/phone-numbers/incoming). Account SID Auth Token Phone Number Now
useRouter in NextJs
Routing – The file-system-based router in Next.js is based on the idea of pages. A file becomes immediately accessible as a route when it is added to the page’s directory. The majority of typical patterns can be defined using the
Slack Integration With Laravel
Firstly, create a slack channel with the (composer requires laravel/slack-notification-channel ) command. Create a notification in the laravel project with the command (php artisan make: notification SlackNotification). Create toSlack method in the SlackNotification. Add routeNotificationForSlack in the user model to