PHP Object-Oriented Programming OOP
- Ahmed Shaltout
- August 26, 2023
Learn how to create object-oriented PHP applications with this comprehensive tutorial. OOP is a powerful programming paradigm that can be used to create complex and sophisticated software.
Read MoreWhat You Need to Know About PHP Arrays | Learn PHP #04
- Ahmed Shaltout
- August 26, 2023
Learn PHP Arrays and its functions in this comprehensive guide. This tutorial covers everything you need to know about PHP Arrays, from creating and accessing arrays to sorting and searching arrays.
Read MoreEssential Functions To Deal With Numbers in PHP | Learn PHP #03
- Ahmed Shaltout
- August 23, 2023
Learn everything about PHP numbers, Integer, and float and the essential functions to deal with them.
Read MoreCool Things To Do With The PHP String Functions | Learn PHP #02
- Ahmed Shaltout
- August 21, 2023
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 MoreEverything About PHP Variables | Learn PHP #01
- Ahmed Shaltout
- August 19, 2023
Learn PHP variables, declaring, deleting, scope, In addition to defining Constants and Global Variables and getting predefined variables Superglobals.
Read MoreIs PHP Dead? Why PHP? Is PHP a popular language?
- Ahmed Shaltout
- August 18, 2023
PHP is a popular programming language for developing dynamic web pages. According to W3Techs, PHP
Read MoreAI Security Camera Using TensorFlow.js And Vue
- Ahmed Shaltout
- July 21, 2023
- tensorFlow
- Vuejs
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 MoreHow To Detect Toxic & Inappropriate Comments Using AI And Node.js.
- Ahmed Shaltout
- June 24, 2023
- tensorFlow
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 MoreHow To Use Dropzone.js With Vue 3
- Ahmed Shaltout
- June 21, 2023
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 MoreHow to Send Emails In Laravel 10 | Quick Guide
- Ahmed Shaltout
- May 31, 2023
- Laravel
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