Skip to content
View iHasanMasud's full-sized avatar
๐ŸŽฏ
Focusing
๐ŸŽฏ
Focusing

Highlights

  • Pro
Block or Report

Block or report iHasanMasud

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

Hi there ๐Ÿ‘‹

I'm Hasan Masud, a fullstack developer building digital products at my current workplace using Lean Design principles.
I use PHP/Laravel, MySQL, JavaScript, Vue JS, jQuery, Bootsrap & Tailwind css to develop the products.

  • ๐Ÿ“ซ How to reach me: LinkedIn Badge WhatsApp Badge Telegram Badge Gmail Badge

  • ๐Ÿ’ฌ A little more about me:

<?php

namespace HasanMasud;

class About extends Me
{
    public function getWorkplaces(): array
    {
        return [
            'workplaces' => [
                [
                    'company' => 'Genex Infosys Limited',
                    'position' => 'Senior Software Developer',
                    'startDate' => '2023-11-01',
                    'endDate' => null
                ],
                [
                    'company' => 'DigiPro Solutions Ltd.',
                    'position' => 'Senior Software Developer',
                    'startDate' => '2022-10-06',
                    'endDate' => '2023-10-31'
                ],
                [
                    'company' => 'Excel Telecom (Pvt.) Ltd.',
                    'position' => 'Full-Stack Developer',
                    'startDate' => '2021-10-02',
                    'endDate' => '2022-10-04'
                ],
                [
                    'company' => 'Aqa Technology',
                    'position' => 'Full-Stack Developer',
                    'startDate' => '2018-04-01',
                    'endDate' => '2021-09-30'
                ]
            ]
        ];
    }

    public function getDailyKnowledge(): array
    {
        return [Laravel::class, Vuejs::class, Python::class, Django::class, MongoDB::class];
    }
}

Popular repositories

  1. data-structure-and-algorithm data-structure-and-algorithm Public

    PHP 1

  2. kanban-board kanban-board Public

    PHP 1

  3. my_portfolio my_portfolio Public

    An open-source project aimed at providing enough tool that anyone can use to build their static portfolio and put it online within an hour!

    SCSS

  4. iHasanMasud iHasanMasud Public

    Personal Repository(Profile Readme)

  5. mw-ecom mw-ecom Public

    PHP

  6. laravel-vue-read-excel laravel-vue-read-excel Public

    JavaScript