Git Product home page Git Product logo
<?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

Vlăduț Teodor's Projects

deckofcards icon deckofcards

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

plastic icon plastic

Plastic is an Elasticsearch ODM and mapper for Laravel. It renders the developer experience more enjoyable while using Elasticsearch, by providing a fluent syntax for mapping, querying, and storing eloquent models.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.