Skip to content

EndritG/EndritG

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

🤝 Connect with me:

EndritG | LinkedIn EndritG | Facebook

EndritG | Twitter


<?php
namespace EndritGermizaj;
class About extends Me
{
    public function getCurrentWorkplace(): array
    {
        return [
            'workplace' => [
                'company' => 'NULL',
                'position' => 'Backend Developer'         
            ]
        ];
    }
    public function getDailyKnowledge(): array
    {
        return [
            Php::class,
            Javascript::class,
            Laravel::class,
            Nodejs::class,
            Expressjs::class,
            MySQL::class,
            MongoDB::class,
            Golang::class,
        ];
    }
    public function getFutureGoal(): string
    {
        return 'To contribute to open source.';
    }
}

© 2025 Endrit Germizaj

About

My Personal Repository

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors