Skip to content
View MinaWilliam's full-sized avatar
๐Ÿ 
Working from home
๐Ÿ 
Working from home

Highlights

  • Pro

Organizations

@showroomz
Block or Report

Block or report MinaWilliam

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
MinaWilliam/README.md

Mina William - Senior Software Engineer

Experienced software engineer crafting scalable systems, particularly within e-learning, eCommerce, travel, tourism, and fintech.

๐Ÿ› ๏ธ Skills & Tools

  • Backend Development: PHP (Laravel), JavaScript (Node.js), Golang
  • Databases: MySQL, Redis, Elastic Search
  • Cloud: AWS (EC2, S3, Lambda, etc.), Vapor
  • Methodologies & Tools: TDD, DDD, OOP, Microservices, CI/CD, Docker

๐Ÿ“Š Contributions

๐Ÿ“ซ Connect

LinkedIn | Mwfayez@gmail.com

Pinned

  1. movies movies Public

    A Golang JSON API for retrieving and managing information about movies, similar to omdbapi.com.

    Go

  2. algorithms-in-go algorithms-in-go Public

    Algorithms implementation in Go (for education)

    Go

  3. news-cms news-cms Public

    A microservice using Strapi headless CMS which is written in NodeJs.

    JavaScript

  4. docker-compose-laravel docker-compose-laravel Public

    Template for containerize Laravel apps, using docker-compose

    Dockerfile 1

  5. zoom-api zoom-api Public

    Forked from alexander-zugan/zoom

    PHP/Laravel package and SDK for communicating with Zoom APIs: users, meetings, and webinars

    PHP 2 1

  6. Laravel unifonic notification channe... Laravel unifonic notification channel (custom notification channel example: https://laravel.com/docs/8.x/notifications#custom-channels)
    1
    <?php
    2
    declare(strict_types=1);
    3
    
                  
    4
    namespace App\Notifications\Channels;
    5