Skip to content
View vladutt's full-sized avatar
🏠
Working from home
🏠
Working from home

Sponsoring

@rstoenescu
Block or Report

Block or report vladutt

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

namespace vladutt;

class Me extends Developer
{
    public function getInformation(): array {
        return [
            'name' => 'Ilie',
            'surname' => 'Vladut Teodor',
            'age' => 26,
            'company' => 'Auto Magic Cast SRL'
        ];
    }

    public function getKnowledge(): array {
        return [
            Php::class,
            Laravel::class,
            MySQL::class,
            Git::class,
            JavaScript::class,
            Vue::class,
            Nuxt::class,
            EcommercePlatforms::class,
            Docker::class,
            AWS::class,
            ElasticSearch::class,
            Redis::class,
            Mongodb::class,
            RabbitMQ::class,
            Nginx::class,
            Apache::class
        ];
    }

    public function getLatestJobs(): array {
        return [
            'freelancer' => ['from' => 2017, 'to' => 2019],
            'vlinde_transilvania' => ['from' => 2019, 'to' => 2020], // My first job as a real programmer
            'ibsell_net' => ['from' => 2020, 'to' => 2020], // just 2 months - very bad team
            'retargeting' => ['from' => 2020, 'to' => 2022], // an awesome place to work with nice ppl and a very good team
            'pentest_tools' => ['from' => 2022, 'to' => now()], // nice place to work
            'stefanini' => ['from' => 2022, 'to' => now()], // well paied :)
        ];
    }
}

foreach ((new Me())->getLatestJobs() as $name => $period) {
    echo '<b>' . $name. '</b> : ' . 'from ' . $period['from'] . ' to ' . $period['to'] . '<br>';
}

// Output:

Freelancer: from 2017 to 2019
Vlinde Transilvania: from 2019 to 2020
IBSell net: from 2020 to 2020
Retargeting: from 2020 to 2022
Pentest Tools: from 2022 to present
Stefanini: from 2022 to present

Pinned

  1. Fresh-Laravel-Docker Fresh-Laravel-Docker Public

    Dockerfile

  2. deckofcards deckofcards Public

    An api which can provide a deck of playing cards. An other tricks.

    PHP

  3. minio-laravel minio-laravel Public

    PHP

  4. multi-tenant multi-tenant Public

    Vue