Skip to content
View Usmanzahidcode's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report Usmanzahidcode

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Usmanzahidcode/README.md

Hi, I’m

Usman Zahid.

I’m a backend developer focused on building clean, scalable systems with PHP. I’m passionate about crafting efficient, maintainable code and continuously improving backend architectures. I enjoy solving complex problems and staying current with emerging technologies to optimise development workflows.

I primarily work with PHP, Laravel, SQL, and Docker, but I’m always exploring new tools and patterns to push my skills forward.

What I Do

  • Build and maintain scalable backend systems.
  • Focus on code quality, performance, and maintainability.
  • Leverage modern tools and technologies to solve real-world challenges.
  • Build a package out of things that are reusable and necessary.

Skills & Tech

I specialise in PHP and a bit addicted to Laravel, leveraging these technologies to build scalable, maintainable backend systems. My experience extends to SQL, where I ensure efficient and reliable database management. I rely on tools like Git, Docker, and Composer to optimise development workflows. My approach emphasises TDD, REST APIS, and microservices to create clean, modular code that scales effectively.

🔗 Connect with Me

LinkedIn Email


Feel free to explore my repositories and get in touch if you'd like to collaborate or have any questions.

Pinned Loading

  1. money-utils money-utils Public

    A lightweight set of functions for financial calculations that automatically handle precision and rounding issues.

    PHP 1 1

  2. laravel-custom-make laravel-custom-make Public

    A simple Laravel package to generate custom classes (e.g., services, controllers, models, etc.) using user-defined stub templates and configurable paths.

    PHP 1

  3. service-response service-response Public

    A response mechanism for different services in your PHP application to communicate with each other.

    PHP

  4. A response object I use for communic... A response object I use for communication between the services.
    1
    <?php
    2
    class ServiceResponse {
    3
        private ?string $message = null;
    4
        private ?bool $success = true;
    5
        private array $errors = [];
  5. bytescale-php bytescale-php Public

    An unofficial open source PHP SDK for Bytescale cloud storage and processor.

    PHP 1