Skip to content
View abd-wazzan's full-sized avatar
🎯
Focusing
🎯
Focusing
Block or Report

Block or report abd-wazzan

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

Hello there

I am Abdulrahman Wazzan, a Senior Backend Developer specializing in Laravel and Node.js. Over a span of more than 5 years, I have established a reputation for developing scalable APIs and achieving customer satisfaction rates as high as 95%.

My deployments on AWS not only guarantee high availability but are streamlined via CI/CD pipelines, a testament to my understanding of full software development life cycles. My skill set extends to proficient project and team management, always focused on meeting deadlines and prioritizing feature implementations effectively.

The ability to translate intricate requirements into maintainable solutions is something I take pride in. I am equally committed to crafting robust documentation, fostering transparency, and facilitating easier maintenance.

Apart from technical endeavors, I actively share my expertise and insights through well-researched articles and guides, keeping myself continually updated with industry advancements.

For collaboration or more detailed insights into my professional background, feel free to schedule a meeting via Calendly.

My Website  Twitter Badge  Linkedin Badge  Gmail Badge  GitHub abd-wazzan 

<?php

namespace Wazzan;

class Abdulrahman extends Developer
{
    public function getDailyTechnologies(): array
    {
        return [
            Php::class,
            Laravel::class,
            MySql::class,
            Javascript::class,
        ];
    }
    
    public function getCurrentReading(): string
    {
        return 'Designing Data-Intensive Applications';
    }
    
    public function getSkills(): array
    {
        return [
            'Design patterns',
            'OOP',
            'DDD',
            'TDD',
            'Pest',
            'Docker',
            'VPS Hosting',
            'Jira',
            'SRS',
            'Adobe XD',
        ];
    }
    
    public function getGoal(): string
    {
        return 'Write code that is as captivating and enjoyable for me to read 
        as it is for other developers.';
    }
    
    public function getUsefulQuote(): string
    {
        return 'The major difference between a thing that might go wrong and a
                thing that cannot possibly go wrong is that when a thing 
                that cannot possibly go wrong goes wrong it usually
                turns out to be impossible to get at or repair.
                —Douglas Adams, Mostly Harmless (1992)';
    }
}

⚡ Technologies

     NestJS                                              Markdown  Apache 

💻 Tools:

PhpStorm  Postman  Docker  Jira  Trello  Todoist  Gitbucket  Gitlab  Ubuntu  Windows  Chrome  Google Drive  Confluence      GitHub  Linux 

Anurag's GitHub stats Top Langs

Thanks for stopping by my profile!

░██╗░░░░░░░██╗░█████╗░███████╗███████╗░█████╗░███╗░░██╗
░██║░░██╗░░██║██╔══██╗╚════██║╚════██║██╔══██╗████╗░██║
░╚██╗████╗██╔╝███████║░░███╔═╝░░███╔═╝███████║██╔██╗██║
░░████╔═████║░██╔══██║██╔══╝░░██╔══╝░░██╔══██║██║╚████║
░░╚██╔╝░╚██╔╝░██║░░██║███████╗███████╗██║░░██║██║░╚███║
░░░╚═╝░░░╚═╝░░╚═╝░░╚═╝╚══════╝╚══════╝╚═╝░░╚═╝╚═╝░░╚══╝

Pinned

  1. laravel-api-boilerplate laravel-api-boilerplate Public template

    A Laravel project with a Domain-Driven Design (DDD) structure, basic configuration, and commonly used packages pre-installed and configured, to help you start building your next big application.

    PHP 70 6