Skip to content
View EndritG's full-sized avatar
🎯
Focusing
🎯
Focusing
  • Kosova

Block or report EndritG

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

🀝 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

Popular repositories Loading

  1. Calculator_APP Calculator_APP Public

    Calculator APP with JAVA

    Java

  2. E-Commerce E-Commerce Public

    A website that allows people to buy and sell physical goods, services, and digital products over the internet rather than at a brick-and-mortar location. Through an e-commerce website, a business c…

    Blade

  3. Restaurant Restaurant Public

    This is an extremely visual website you can use to promote your establishment.

    HTML

  4. notes_app notes_app Public

    notes_app built with JavaScript and Local Storage.

    JavaScript

  5. my_weather_app my_weather_app Public

    Weather web app which automatically loads weather stats using real-time API.

    JavaScript

  6. sqlservernodejsrestapi sqlservernodejsrestapi Public

    Forked from debugmodedotnet/sqlservernodejsrestapi

    This repository contains sample showing REST API in Node.js on SQL Server. It uses Node.js, Express, MSSQL

    JavaScript