Cool Things To Do With The PHP String Functions | Learn PHP #02
This Tutorial will cover the most used PHP functions that work with the string data type such as displaying only part of a text, removing HTML tags to get the text only, converting text to upper case and lower case, removing all whitespace from a string, and more.
Read More
Everything About PHP Variables | Learn PHP #01
Learn PHP variables, declaring, deleting, scope, In addition to defining Constants and Global Variables and getting predefined variables Superglobals.
Read More
Is PHP Dead? Why PHP? Is PHP a popular language?
PHP is a popular programming language for developing dynamic web pages. According to W3Techs, PHP
Read More
AI Security Camera Using TensorFlow.js And Vue
In this tutorial, we will make an intelligent security webcam using a pre-trained object detection model in javascript that can detect objects and play alarm until the thing goes away. It can detect a person, dog, cat, etc.
Read More
How To Detect Toxic & Inappropriate Comments Using AI And Node.js.
AI will stop offensive, toxic, or inappropriate comments from your application using the TensorFlow Toxicity classifier model in Javascript no need for humans to review every single word.
Read More
How To Use Dropzone.js With Vue 3
Let’s Create drag and drop upload Vue.js 3 component with Dropzone, the JavaScript libraries to handle dropped files. We use the original pure JavaScript Dropzone.js.
Read More
How to Send Emails In Laravel 10 | Quick Guide
Laravel 10 comes with some changes in sending emails and writing mailable, here we will cover that with an example that can work with most cases like sending attachments.
Read More
How To Make ZIP Files From Multiple Directories in Laravel
We will use ZipArchive to compress files in a specific directory and return the URL to the zip file with Subdirectories in storage to download via RESTful API.
Read More
How to Generate PDF Files in Laravel That Support RTL Languages.
The easiest way to generate a PDF file in Laravel that can support Arabic and other RTL languages.
Read More
How to Download Files From URL In Laravel And Save them in the Storage.
In this tutorial, Let’s create Laravel storage to save files and images from URLs after renaming them using Laravel’s file system to make them unique.
Read More