Skip to content
View arifabdd's full-sized avatar
✌️
✌️

Block or report arifabdd

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse
arifabdd/README.md

Welcome to My GitHub Profile

👋 Hey there, I'm Arif Abdurahmanov – a passionate backend Laravel developer with a knack for crafting robust and efficient web applications. If you're looking for a reliable developer to help bring your ideas to life, you've come to the right place!

What I Do

🚀 I specialize in building the server-side logic that powers web applications. With extensive experience in Laravel – one of the most popular PHP frameworks – I can create scalable, maintainable, and high-performance backend systems that ensure your project's success.

Get in Touch

📫 Interested in working together? Feel free to reach out! Whether you have a project idea or need assistance with an existing system, I'm here to help. You can contact me via email at a.arif23@mail.ru or connect with me on LinkedIn.

Let's turn your vision into reality – one line of code at a time! 🌟

Facebook: follow Linkedin: connect Instagram: follow GitHub followers

<?php
namespace ArifAbdurahmanov;
class About extends Me
{
    public function getCurrentWorkplace(): array
    {
        return [
            'workplace' => [
                'company' => '',
                'position' => 'Back-end developer'         
            ]
        ];
    }
    public function getSkills(): array
    {
        return [
            Html::class,
            Css::class,
            Javascript::class,
            JQuery::class,
            Bootstrap::class,
            Laravel::class,
            Php::class,
            MySql::class,
            PostgreSql::class,
            Docker::class,
            Git::class,
        ];
    }
    public function getFutureGoal(): string
    {
        return 'To contribute to open source.';
    }
}

Pinned Loading

  1. qrcode-reader qrcode-reader Public

    Simple QrCode Reader

    HTML 5