Skip to content
View polashmahmud's full-sized avatar
🏠
Working from home
🏠
Working from home
Block or Report

Block or report polashmahmud

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

Hi 👋, I'm Polash Mahmud

A software developer from Bangladesh

LinkedinFacebookTwitter

A little more about me...

<?php

namespace PolashMahmud;

class About extends Me
{
    public function getCurrentWorkplace(): array
    {
        return [
            'workplace' => [
                'company' => 'WorkFromHome',
                'position' => 'SoftwareDeveloper'         
            ]
        ];
    }

    public function getDailyKnowledge(): array
    {
        return [
            Php::class,
            Javascript::class,
            Laravel::class,
            Vuejs::class,
            NodeJs::class,
            ReactNative::class,
            TailwindCss::class,
            Bootstrap::class,
        ];
    }

    public function getFutureGoal(): string
    {
        return 'To contribute to open source.';
    }
}

Pinned

  1. php php Public

    বাংলা ভাষায় সহজ করে আমরা পিএইচপি এর উপর একটা ডকুমেন্টেশন তৈরি করেছি। আমরা চেষ্টা করেছি যাতে করে আমাদের যে সকল বিষয়গুলো বেশি ব‍্যবহার করা হয় সেগুলোকে ডকুমেন্টে তুলে ধরবার।

    33 17

  2. taggy taggy Public

    Taggy is a Laravel package that provides tagging functionality for your Eloquent models. Easily add and manage tags for your models with this simple and flexible package.

    PHP 5 1

  3. laravel-basic-authentication laravel-basic-authentication Public

    This is a basic authentication built with Laravel and Tainwind CSS. It allows users to register and login.

    PHP 1

  4. build-a-blog-with-laravel-and-vue-api build-a-blog-with-laravel-and-vue-api Public

    PHP

  5. build-a-blog-with-laravel-and-vue-client build-a-blog-with-laravel-and-vue-client Public

    Vue 1

  6. build-a-static-file-blog-with-laravel build-a-static-file-blog-with-laravel Public

    PHP