About MALIK SHAFI
Experienced PHP Developer with a strong background in building scalable web applications in the IT services sector. Proficient in PHP frameworks like Laravel and CodeIgniter, and front-end technologies, Skilled in MySQL database management, RESTful API integration, and working with AWS services such as EC2 and S3. Extensive hands-on experience with Nginx configuration on AWS EC2 instances, optimizing for performance and security.
View all posts by MALIK SHAFI
I remember the first time I pasted a perfectly innocent API URL into ReqBin and boom the response was a full-blown HTML page scolding m...
Continue reading
When working with fetch requests using PHP, it's easy to run into issues with the response handling. One common error that developers e...
Continue reading
I’m excited to share how I tackled a pesky “undefined symbol” warning that cropped up in Visual Studio Code after today’s PHP Intelephe...
Continue reading
I’m a developer who’s been in your shoes trying to get Stripe to bill customers exactly the right amount, only to discover those invoic...
Continue reading
We’ll analyze a common PHP error that occurs when using the WordPress function get_terms() and explain how to resolve it. The error you...
Continue reading
If you're working with forms in CodeIgniter and processing user inputs via the $_POST array, you might have come across the following e...
Continue reading
When working on a PHP project, coding standards play a crucial role in ensuring that the code is readable, maintainable, and consistent...
Continue reading
I’ve been working on a project where I need to access token in PHP Outlook mails using the Microsoft Graph API. After some trials and e...
Continue reading
I’ve often found myself needing to work with collections of data and then group that data for further analysis or display. Today, I’m e...
Continue reading
I’ve been working on a project where I need to run a series of functions in PHP on an ordered array of values. I also have a separate s...
Continue reading