Skip to content
View spokedu13's full-sized avatar
πŸ“–
πŸ“–

Block or report spokedu13

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

Hello everyone! πŸ˜„ That's @spokedu13

🌱 Self-taught Programmer && a Lifelong Learner

I'm a πŸ‡«πŸ‡· French Web and Mobile developer, living in Marseille, France. Self-taught by nature, I like to develop complex web and mobile applications while learning new techniques each day. Passionate about technology and its value, I have a great desire to build a product that can solve people's problems at scale.

πŸ”§ Technologies && Tools

  • Front End

  • Back End

  • Mobile

πŸ”© Others skills

  • Versioning
  • Testing
  • Norming / Beautifying
  • Writing of documentation and comments

πŸ‘€ Interests

  • Web and Mobile Technologies
  • 2D and 3D Games on iOS and iPadOS
  • Cybersecurity
  • Photography
  • Travelling

πŸ† Projects

πŸ” How to reach me ?

🌐 www.anthonybarrin.fr

πŸ“« [email protected]

Citations

  • When you stop learning, you will stop going forward.
  • In Tech, it's not so much what we know that counts, it's what we are able to learn.
  • Knowledge have no limits.

About Me in PHP code

<?php

declare(strict_types=1);

namespace Developer\Spokedu13;

/**
 * This class allows me to introduce myself
 * @package Developer/Spokedu13
 * @version 1.0.0
 * @author Anthony Barrin <[email protected]>
 * @link https://www.anthonybarrin.fr
 */
#[AsHuman]
final class About extends Me implements DeveloperInterface
{
  public const USER = "Anthony Barrin";

  private string $pronouns = "He | His";
  private int $age = 30;
  private bool $isPassionateAboutCoding = true;
  private array $hobbies = [
    "Coding",
    "Studying",
    "Web and Mobile Technologies",
    "Cybersecurity"
  ];

  /**
  * This method gives my location.
  * @return string Return City and Country
  */
  public function getLocation(): string
  {
      return "Marseille, France";
  }

  /**
  * This method makes it possible to present my technical skills and my qualities.
  * @return array Return my skills
  */
  public function getSkills(): array
  {
      return ["hard-skills" => [
            Php::class,
            Javascript::class,
            Symfony::class
            ],
            "soft-skills" => [
            "Honest", "Patient", "Spirit of research", "Team Player", "Punctual"
            ]
       ];
  }

  public function getFutureGoal(): string
  {
      return 'Become a good developer and trainer.';
  }

  public function Ambitions(): void
  {
      becomeImmortal();
  }
}

Pinned Loading

  1. spokedu13.github.io spokedu13.github.io Public

    My Resume On GitHub

    CSS 1

  2. spokedu13 spokedu13 Public

    My own README.md

    1