Muhammad Huzaifa

Principal Software Engineer

Follow me on:

COMPUTAN Team Annual Meetup

@Lahore HeadOffice, Pakistan

COMPUTAN Team Annual Meetup

Laravel Live Pakistan 2024

@Pearl Continental Lahore, Pakistan

Laravel Live Pakistan 2024

Laravel Live Pakistan 2024

@Pearl Continental Lahore, Pakistan

Laravel Live Pakistan 2024

Presenting Pulse Guzzle Recorder

@Laravel Live Pakistan 2024, Pakistan

Presenting Pulse Guzzle Recorder

Laravel Live Pakistan 2024

@Pearl Continental Lahore, Pakistan

Laravel Live Pakistan 2024

Laravel Live Pakistan 2024

@Pearl Continental Lahore, Pakistan

Laravel Live Pakistan 2024

COMPUTAN Annual Team Leads Dinner

@Monal Lahore, Pakistan

COMPUTAN Annual Team Leads Dinner

Presenting Telescope Guzzle Watcher

@Laravel Live Pakistan 2024, Pakistan

Presenting Telescope Guzzle Watcher

Laravel Live Pakistan 2024

@Pearl Continental Lahore, Pakistan

Laravel Live Pakistan 2024

DEVOPS Meetup Lahore

(Open Source Foundation Pakistan) @FAST-NUCES, Lahore

DEVOPS Meetup Lahore
Dijkstra Vs The New Deterministic Sssp Algorithm: Easy Guide, Php Examples, And Visuals

Dijkstra Vs The New Deterministic Sssp Algorithm: Easy Guide, Php Examples, And Visuals

A simple guide to single-source shortest paths. Learn Dijkstra’s algorithm, understand the new deterministic SSSP that breaks the sorting barrier, and see side-by-side PHP examples with visuals and charts.
Read article
Hacked The Laravel Artisan Route Command To Enforce Route Naming Conventions

Hacked The Laravel Artisan Route Command To Enforce Route Naming Conventions

I just hacked the Laravel Artisan Route Command to assert whether the routes are following the route naming convention or not.
Read article
Laravel Utm Tracking: Built-in Simplicity Beats Third-party Complexity

Laravel Utm Tracking: Built-in Simplicity Beats Third-party Complexity

Learn why I chose to write a custom Laravel middleware instead of using a third-party package to track UTM parameters on my personal site. Sometimes, small problems deserve simple solutions
Read article
My First Open Source Ai Contribution: Fixing Laravel Prismphp’s Ollama Stream Bug

My First Open Source Ai Contribution: Fixing Laravel Prismphp’s Ollama Stream Bug

Made my first open-source contribution in the AI space by fixing a stream handling bug in the Laravel prismphp package used with Ollama. Debugged the issue, patched the code, and got the PR merged into the official repo.
Read article
Why You Should Touch The Code That’s “working Just Fine”

Why You Should Touch The Code That’s “working Just Fine”

Refactoring isn’t about fixing what’s broken—it’s about making your codebase stronger, cleaner, and more maintainable. Here's a real-world example of how I refactored 73% of a Laravel module using architectural tests and conventions.
Read article
Enforcing Clean Controller Design In Laravel With Pestphp Architectural Testing

Enforcing Clean Controller Design In Laravel With Pestphp Architectural Testing

Learn how to use PestPHP for architectural testing in Laravel to ensure invokable controllers only contain __construct and __invoke methods.
Read article
14 Years In Tech – A Journey Of Curiosity, Craft, And Commitment

14 Years In Tech – A Journey Of Curiosity, Craft, And Commitment

Celebrating 14 years in tech, Muhammad Huzaifa reflects on his journey from writing his first line of code to leading global projects, mentoring teams, and embracing both foundational skills and modern AI tools.
Read article
Enhancing Laravel's Apache Solr Integration With Php-fig Psr Standards Compliance

Enhancing Laravel's Apache Solr Integration With Php-fig Psr Standards Compliance

Discover the importance of PHP PSR-0 standards in open-source projects. Learn how a recent contribution improved a Laravel-Apache Solr integration package, making it more maintainable and developer-friendly. Get insights on standards compliance and the impact on collaboration.
Read article
Fixing A Hash Mismatch Bug In Zen Php Sdk: Ensuring Accurate Payment Data Validation

Fixing A Hash Mismatch Bug In Zen Php Sdk: Ensuring Accurate Payment Data Validation

Discover how a bug in the Zen PHP SDK affecting payment validation was resolved. Learn about the importance of data precision in hash generation to ensure secure and accurate Instant Payment Notification (IPN) handling.
Read article
Refactoring Shopify's Laravel Web App Template: Improving Best Practices And Code Efficiency

Refactoring Shopify's Laravel Web App Template: Improving Best Practices And Code Efficiency

Enhance your Shopify-Laravel development with best practices for secure, maintainable code. Discover key improvements for Shopify's Laravel web app template, including optimized routes, proper ENV handling, and efficient service provider usage. Learn more about contributing to open-source Shopify projects and streamline your app development!
Read article