Skip to content
View seleznevaksenia's full-sized avatar
๐Ÿ 
Working from home
๐Ÿ 
Working from home

Block or report seleznevaksenia

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

Hello there ๐Ÿ‘‹

<?php

class SoftwareEngineer
{

    public $name = "Ksenia Selezneva";
    public $role = "Software Engineer";
    public $language_spoken = ["uk_UA", "en_US", "ru_RU", "ro_RO"];

    public function __construct(
        public string $name = null,
        public string $role = null
    )
    {
        $this->name = $name ?: $this->name;
        $this->role = $role ?: $this->role;
    }

    public function sayHi(): void
    {
        echo "I'm Ksenia Selezneva a Software Engineer with more than 7 years of experience.\n";
    }
}

$me = new SoftwareEngineer();
$me->sayHi();

๐Ÿ”ง Technologies & Tools

Programming Languages:

PHP JavaScript Java

Frameworks, Platforms and Libraries:

Laravel RabbitMQ Symfony Vue.js Spring

Tools and Services:

Docker

Databases:

MariaDB MySQL Postgres Redis MongoDB

Popular repositories Loading

  1. Landing Landing Public

    SASS,PUG

    CSS 2

  2. Googlegeocoding Googlegeocoding Public

    Vue 2

  3. Chat Chat Public

    TestTask

    PHP 1

  4. CS50-Tehnology-Nation- CS50-Tehnology-Nation- Public

    Forked from DmytroShumeyko/CS50-Tehnology-Nation-

    C

  5. e-Shop e-Shop Public

    first magazin

    PHP

  6. super_mag super_mag Public

    Forked from DmytroShumeyko/super_mag

    first step

    JavaScript