How to Create a New Laravel Project ?
If you are new to Laravel, you may be wondering how to create a new project. Luckily, there are many different ways to do so. There are also different types of...
SweetAlerts2 – Nice JavaScript Alerts Library
A zero dependencies beautiful, responsive, customizable, accessible (WAI-ARIA) replacement for JavaScript's popup boxes
Installation
You can install SweetAlerts2 via npm
npm install sweetalert2
or by you can grab it via jsdeliver CDN
<script src="https://cdn.jsdelivr.net/npm/sweetalert2@10"></script>
Usage
1. Initialize the...
Organize Loading JS Modules in Browserify Apps
Browserify has to be able to statically analyze all of the require statements at build time so it can know what files it needs to include in the bundle. That requires...
Easy way to format dates in JavaScript
intl-dateformat is a simple date formatting library that leverage the Intl.DateTimeFormat API to format dates in different languages and timezones without having to clutter your JavaScript bundles.
Features
✌ Small: As it...
Vulnerable WordPress Plugin: WordPress Plugin Popup Builder 3.69.6
Every programmatical system; no matter what it is; has vulnerabilities. The only solution to keep your apps or websites safe, is to keep them updated and have a security firewall plugin.
Recently,...
JavaScript Testing Tools
JavaScript testing tools are available for developers to check whether the code runs properly. These tools are divided into functional categories and some require extensive configurations, while others are easily set...
Top Laravel Packages 2022
If you are a newbie developer, you should probably start by reading the official Laravel documentation, which is a matter-of-fact description of the framework. This documentation, which is available on GitHub,...
Top 1 Framework For Mobile Application Development 2022
There are a number of different frameworks out there for mobile app development. This article will explore React Native, Xamarin, Angular JS, and Apache Cordova. These frameworks are designed to help...
An Overview of the Flutter Programming Language
Flutter is a cross-platform programming language built on the Dart language. It's easy to learn and is popular among Android developers. The following article provides an overview of this popular language....
What is a Telegram Bot?
If you're looking for an easy, yet powerful way to connect with your customers, consider a Telegram bot. These bots can be customized to answer your questions, perform tasks, and upload...










































