Skip to content
View akshit-arora's full-sized avatar

Block or report akshit-arora

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

Hey There, Welcome!

<?php

namespace AkshitArora;

/**
 * What if I was just another PHP Script? Or may be this could be a bot emulating me?
 */
class About extends Me implements Introduction
{
    /**
     * First things first!
     *
     * @return string
     */
    public function getName(): string
    {
        return 'Akshit Arora';
    }
    
    /**
     * Geographical location
     *
     * @return string
     */
    public function getLocation(): string
    {
        return 'Ahmedabad, India';
    }
    
    /**
     * Languages known, in the order of fluency
     *
     * @return array
     */
    public function getKnownLanguages(): array
    {
        return [
            'human' => [
                'English',
                'Hindi',
                'Gujarati',
                'Punjabi',
            ],
            'programming' => [
                'PHP',
                'Javascript',
                'Node.js',
                'Java',
                'Python',
                'C#',
            ]
        ];
    }

    /**
     * Project domains on which I've worked on.
     *
     * @return array
     */
    public function getProjectTypes(): array
    {
        return [
            'e-Commerce applications',
            'ERP for SMEs',
            'CRMs',
            'Wordpress Websites',
            'APIs',
            'Automating day-to-day tasks',
            'Something that could make life easier',
        ];
    }
    
    /**
     * What I like to do in my life
     *
     * @return array
     */
    public function getPassions(): array
    {
        return [
            'Coding',
            'Social Work',
            'Travelling',
            'Eating Food (Veg.)'
        ];
    }

    /**
     * My goals for the future
     *
     * @return array
     */
    public function getFutureGoals(): array
    {
        return [
            'To contribute to open source. (Work in progress)',
            'To create a SIMPLE erp. (Ideation in progress)',
            'To create a personal AI-assistant. (Ideation in progress)',
        ];
    }
}

Popular repositories Loading

  1. dblog dblog Public

    Laravel package to log heavy database queries

    PHP 3 1

  2. akshit-arora akshit-arora Public

    Config files for my GitHub profile.

  3. artisan-workshop artisan-workshop Public

    A personal project to develop toolkit for development

    PHP

  4. VSCE-Total-Lines-Info VSCE-Total-Lines-Info Public

    Forked from peterafh/VSCE-Total-Lines-Info

    VS Code Extension: Display total lines info and selected lines count in status bar.

    JavaScript

  5. phpeace phpeace Public

    A package to display peace quotes in the application

    PHP

  6. akshit-arora.github.io akshit-arora.github.io Public

    Personal Website

    HTML