Git Product home page Git Product logo

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();
  }
}

Anthony Barrin's Projects

Anthony Barrin doesn’t have any public repositories yet.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.