Coder Social home page Coder Social logo

Hello, I'm Anthony Perrier !

Welcome on my Github. I'm a self taught french web developer.

Let's see a bit more about me !

AboutMe.php

<?php
namespace AnthonyPerrier;

class Introduction extends AboutMe
{
  private const TEA_REMAINING = true;

  public $available_for_hire = true;

  public function getKnowledge()
  {
    return [
      PHP::class,
      Symfony::class,
      JavaScript::class,
      TypeScript::class
      React::class,
      Docker::class
      ReactNative::class,
      Vuejs::class,
      ApiPlatform::class,
      SQL::class,
      Figma::class,
      AdobeXD::class
    ];
  }

  public function getRecommandedProjects()
  {
    return [
      "reactsimplesurvey"  => [
                               "stack"       => "React",
                               "released_at  => "February 2022",
                               "url"         => "https://github.com/A-Perrier/reactsimplesurvey",
                               "description" => "An easy-to-use survey builder and renderer in React"
                              ],
      "goalmatcher"        => [
                               "stack"       => ["Symfony", "React"],
                               "released_at  => "August 2021",
                               "url"         => "https://github.com/A-Perrier/goalmatcher",
                               "description" => "A project management tool such as Trello or Clickup --- WIP ---"
                              ],
      "agenda"             => [
                               "stack"       => "React",
                               "released_at  => "July 2021",
                               "url"         => "https://github.com/A-Perrier/agenda",
                               "description" => "A tool created from scratch allowing to access a calendar and save events by date and time"
                              ],
      "Dungeon of Fitness" => [
                               "stack"       => "React Native",
                               "released_at  => "July 2021",
                               "url"         => "https://github.com/A-Perrier/DoF-Game-Simulator",
                               "description" => "A one shot project which is a simulator of the card game Dungeon of Fitness that I made because the Kickstarter shipping made my waiting a bit too long for my taste (:"
                              ],                      
    ];
  }

  public function getOnlineProjects()
  {
    return [
      "jerome-segal.eu" => [
                              "stack"       => ["Symfony", "React"],
                              "released_at  => "October 2021",
                              "url"         => "https://jerome-segal.eu",
                              "description" => "A trilingual platform made to map all speeches, public appearances and books from a franco-austrian speaker and researcher"
                           ]
    ];
  }

  public static function paramountGoal()
  {
    return "I want to create a website based on the 'Book where you\'re the hero' concept, as author and developer";
  }

  public function getHobbies()
  {
    return [
      HardSkillsLearning::class,
      Hiking::class,
      Yoga::class,
      SelfDevelopment::class,
      VeganCooking::class,
      Writing::class,
      Reading::class
    ];
  }

  public function contactMe()
  {
    return "[email protected]";
  }
}

Some stats (everybody like stats) ...

Such Impressive Stats, Wow

Me and the boys

Finally ...

Thanks for your visit !
Feel free to contact me !

Anthony Perrier's Projects

goalmatcher icon goalmatcher

--- En suspens --- Goalmatcher est une plateforme de gestion de projet, développée comme support pour des projets personnels et pour l'exercice qu'il constitue.

hiking-api icon hiking-api

An API REST app and its documentation, which gives fake datas about hikings. [Practice project]

teams-crawler icon teams-crawler

A crawler to export all chat threads in a Microsoft Teams channel

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.