Skip to content
View thisaurel's full-sized avatar
🏠
Working from home
🏠
Working from home

Organizations

@NVIDIAGameWorks
Block or Report

Block or report thisaurel

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

🦦 Hi there

Passionate about the world of development for the past 5 years, I have been able to work on projects of various sizes for the creation of dynamic and/or static websites, the management of payments with Stripe/Paypal or the automation of theme file generation according to colours and themes.

Since 2018, I specialize in front-end development around modern Javascript frameworks such as Angular or React, but also NodeJS.

💻 My job

I am a frontend developer mostly with JavaScript frameworks like Angular or React with which I enjoy coding. I'm currently doing a Master's degree at Betclic as a frontend developer on Angular.

📚 Languages & Tools

  • Angular
  • React.js
  • Vue.js
  • JavaScript
  • Typescript
  • Laravel
  • PHP
  • IntelliJ IDEA

💬 Get in touch

🎰 Visitor count

Pinned

  1. rock-paper-scissors-game-angular rock-paper-scissors-game-angular Public

    This project is the implementation of the game "Rock Paper Scissors" in Angular.

    TypeScript

  2. sports-betting-calculation sports-betting-calculation Public

    This project allows you to enter the odds of a sport match to be able to bet a certain amount to have 2 chances out of 3 to win money.

    JavaScript 1 2

  3. Remove Array Duplicates in ES6 Remove Array Duplicates in ES6
    1
    Set is a new data object introduced in ES6. Because Set only lets you store unique values.
    2
    When you pass in an array, it will remove any duplicate values.
    3
    
                  
    4
    const myArray = [0, 1, 2, 2, 3, 3, 3, 4, 5, 5, 5, 6, 7, 7, 7];
    5
    const removeDuplicatesFromArray = Array.from(new Set(myArray));
  4. AWS move objects from bucket to anot... AWS move objects from bucket to another one
    1
    Install aws cli
    2
    https://docs.aws.amazon.com/cli/latest/userguide/install-cliv2.html
    3
    
                  
    4
    Create IAM user with "AmazonS3FullAccess" policy and programming access ; then get the two keys (access and secret)
    5
    Configure aws cli with this command `aws configure`. Set the access, secret key and region and let output format empty