Skip to content
View ArielOrellana's full-sized avatar
😎
😎
Block or Report

Block or report ArielOrellana

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
ArielOrellana/README.md
<?php
class Person
{
    public $name;
    public $lastname;
    public $profession;

    public function __construct($name, $lastname, $profession)
    {
        $this-> name = $name;
        $this-> lastname = $lastname;
        $this-> profession = $profession;
    }
}

$ariel = new Person(name:'Ariel', lastname:'Orellana', profession: 'Developer web PHP');
echo utf8_decode($ariel['lastname']) .','. utf8_decode($ariel['name']) . '. Iam' . utf8_decode($ariel['profession']);
echo 'Github: https://github.com/ArielOrellana';
echo 'Linkedin: https://www.linkedin.com/in/orellanaariel1998/';
echo 'Personal Web: https://arielorellana.github.io/PortfolioArielOrellana/';
?>

⚙ My stack technologies

Programming languages Frontend Backend
PHP jquery
RDBMS Dev Tools
Visual Studio Code WindowsPowershell

📈 My social networks

: https://github.com/ArielOrellana

: https://gitlab.com/OrellanaAriel1998

: https://www.linkedin.com/in/orellanaariel1998/

: https://arielorellana.github.io/PortfolioArielOrellana/

Popular repositories Loading

  1. api_movie api_movie Public

    PHP 1

  2. Henry Henry Public

  3. Pagina-web-ventas Pagina-web-ventas Public

    PHP

  4. PortfolioArielOrellana PortfolioArielOrellana Public

    Vue

  5. UTN-CPP-DFD UTN-CPP-DFD Public

    clases de c++ y diagramas de flujos de la Universidad Tecnológica Nacional

    C++

  6. sistema sistema Public

    PHP