Skip to content
View ynaralira's full-sized avatar
😄
Estudando
😄
Estudando

Block or report ynaralira

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

Olá! Seja bem-vindo(a) ao meu perfil! 🌟

Meu nome é Ynara e sou Desenvolvedora Full Stack com formação em Sistemas para Internet e Influenciadora nas horas vagas.

Linguagens e ferramentas

<?php

  class YnaraSingleton {

    private static $instance;

    private __construct () {
      $this->call_me = 'Ynara Ventura';
      $this->code_name = 'γᴧν';
      $this->born_date = date('07-06-2002');
      $this->skills = array_combine([∑, ∞], ['PHP', 'CSS', 'NextJS', 'React', 'JavaScript']);
      $this->about = 'FullStack Developer';
    }

    public static function get_instance ($born_date) {
     if (empty(self::$instance))
        self::$instance = new YnaraSingleton();
      // retorna a unica instancia
      return self::instance;
    }

  }
?>

Rede sociais

🏡 Meu site | 📺 Youtube | 📷 Instagram | 👔 LinkedIn

Popular repositories Loading

  1. MundoInvertido MundoInvertido Public

    CSS 8

  2. HarryPotter HarryPotter Public

    CSS 7 1

  3. ynara-lira-ventura ynara-lira-ventura Public

    CSS 7

  4. ynaralira ynaralira Public

    6 1

  5. ListaTarefas ListaTarefas Public

    CSS 4

  6. Netflix-clone Netflix-clone Public

    CSS 3 2