Skip to content
View Veltix's full-sized avatar
🎯
Focusing
🎯
Focusing
  • Web Design Agency OÜ
  • Tallinn
  • 18:20 (UTC +03:00)

Block or report Veltix

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

namespace Veltix;

use Gained\KnowledgeBase\{ Php, Javascript, Css, Linux, Mysql, Lemp, 
                          Lamp, Laravel, Vuejs, DigitalOcean, Wordpress, 
                          Woocommerce, React, Tailwindcss, RestApi };

Class About extends Me
{
    public function __construct()
    {
        $this->github = 'Veltix';
        $this->age = 27;
        $this->location = 'Europe\Tallinn';
        $this->languages = ['PHP', 'Javascript', 'CSS'];
        $this->frameworks = ['Laravel', 'Vuejs', 'React', 'Tailwindcss'];
        $this->databases = ['Mysql'];
        $this->webStacks = ['LEMP', 'LAMP'];
        $this->cloudProviders = ['DigitalOcean', 'Hetzner'];
        $this->cms = ['Wordpress', 'Woocommerce'];
        $this->integrations = ['REST API', 'XML', 'JSON'];
    }

    protected function getWorkplace(): array
    {
        return [
            'company' => 'Web Design Agency OÜ',
            'position' => 'Full Stack Developer',
            'location' => 'Tallinn, Estonia'
        ];
    }

    public function getKnowledge(): array
    {
        return [
            Php::class,
            Javascript::class,
            Css::class,
            Linux::class,
            Mysql::class,
            Lemp::class,
            Lamp::class,
            Laravel::class,
            Vuejs::class,
            DigitalOcean::class,
            Wordpress::class,
            Woocommerce::class,
            React::class,
            Tailwindcss::class,
            RestApi::class
        ];
    }

    public function getHobbies(): array
    {
        return [
            'Coding',
            'Playing with my daughter',
            'Reading Documentations',
            'Traveling',
            'Learning',
            'Driving BMW',
            'Gym',
        ];
    }

    public function getQuote(): string
    {
        return 'Code is like humor. When you have to explain it, it’s bad. – Cory House';
    }


}

Popular repositories Loading

  1. montonio-php montonio-php Public

    PHP 1 2

  2. clientBeautify.github.io clientBeautify.github.io Public

  3. iocage-plugin-pilv iocage-plugin-pilv Public

  4. passgate passgate Public

    Secure your password using password Gate

    PHP

  5. module-magento-2-webp2 module-magento-2-webp2 Public

    Forked from landofcoder/module-magento-2-webp2

    Magento 2 Webp2 convertor, landofcoder package

    PHP

  6. module-magento-2-next-gen-images module-magento-2-next-gen-images Public

    Forked from landofcoder/module-magento-2-next-gen-images

    This module adds next-gen image support to Magento 2

    PHP