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.
<?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)';
}
}
░██╗░░░░░░░██╗░█████╗░███████╗███████╗░█████╗░███╗░░██╗
░██║░░██╗░░██║██╔══██╗╚════██║╚════██║██╔══██╗████╗░██║
░╚██╗████╗██╔╝███████║░░███╔═╝░░███╔═╝███████║██╔██╗██║
░░████╔═████║░██╔══██║██╔══╝░░██╔══╝░░██╔══██║██║╚████║
░░╚██╔╝░╚██╔╝░██║░░██║███████╗███████╗██║░░██║██║░╚███║
░░░╚═╝░░░╚═╝░░╚═╝░░╚═╝╚══════╝╚══════╝╚═╝░░╚═╝╚═╝░░╚══╝