Skip to content
View sorecauadrian's full-sized avatar
💜
💜

Highlights

  • Pro

Block or report sorecauadrian

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
sorecauadrian/README.md
<?php

namespace sorecauadrian;

class About extends Me
{
    public function getCurrentWorkplace(): array
    {
        return [
            'workplace' => [
                'company' => 'aiconomy AG',
                'position' => 'Full Stack Developer'         
            ]
        ];
    }

    public function getWorkspaceTechnologies(): array
    {
        return [
            PHP::class,
            Laravel::class,
            FilamentPHP::class,
            AlpineJS::class,
            Javascript::class,
            VueJS::class
        ];
    }
}

Pinned Loading

  1. computer_science_ubb computer_science_ubb Public

    my projects, exams and notes during my bachelor's degree at the faculty of mathematics and informatics, informatics in english.

    Jupyter Notebook 3

  2. akashic_dreams akashic_dreams Public

    lucrare de atestat în informatică

    PHP

  3. shrekForum shrekForum Public

    shrek-themed forum built using laravel (jetstream), vue and tailwind.

    PHP 1

  4. connect_4_gui connect_4_gui Public

    a connect 4 python game made using pygame

    Python

  5. path_to_mental_wellness path_to_mental_wellness Public

    wildcats web project for the polihack v.16 hackathon

    TypeScript 2

  6. digital_analog_clock digital_analog_clock Public

    the biblically accurate clock

    HTML