End of Year Review — 2023In January, I faced work challenges following a disappointing performance review from the previous year. This led to a one-on-one meeting…Jan 20Jan 20
Leetcode: Find Numbers with Even Number of Digits in PHPGiven an array nums of integers, return how many of them contain an even number of digits.May 6, 2021May 6, 2021
Leetcode: Max Consecutive Ones Solution in phpGiven a binary array nums, return the maximum number of consecutive 1's in the array.May 6, 2021May 6, 2021
Adding Images to Github ReadMeI was curious as to how to add images to my github repository so my pursuit for knowledge began and Yo ! guess what I figured it out…May 4, 2020May 4, 2020
Why Regular Expression (RegEA regular expression (sometimes called a rational expression) is a sequence of characters that define a search pattern, mainly for use in…Mar 31, 2020Mar 31, 2020
Build authentication into your Laravel API with Laravel PassportLaravel already makes it easy to perform authentication via traditional login forms, but what about APIs? APIs typically use tokens to…Mar 31, 2020Mar 31, 2020
Learn APIs From Zero To HeroAn application program interface (API) is a set of routines, protocols, and tools for building software applications. Basically, an API…Dec 18, 2019Dec 18, 2019
HTML 5 NEW ELEMENTSThe HTML <form> element defines a form that is used to collect user input:Jul 21, 2019Jul 21, 2019
JavaScript Object the easy way😍😍Objects in JavaScript, just as in many other programming languages, can be compared to objects in real life. The concept of objects in…May 10, 2019May 10, 2019
SENDING MAILS WITH ATTACHMENT USING PHPMAILER AND GMAILPHPMailer is a code library to send (transport) emails safely and easily via PHP code from a web server (Mail user agent to the mail…Apr 11, 2019Apr 11, 2019