Skip to content
View MickaelAraujs's full-sized avatar

Highlights

  • Pro

Block or report MickaelAraujs

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
MickaelAraujs/README.md

Hey there! 👋, I'm Mickael

I'm a passionate software engineer creating new products and having fun in the process

Pinned Loading

  1. Quick setup script to install my mai... Quick setup script to install my main dependencies
    1
    #!/usr/bin/env bash
    2
    set -e
    3
    
                  
    4
    echo ">>> Atualizando pacotes..."
    5
    sudo apt update && sudo apt upgrade -y
  2. My vscode config files My vscode config files
    1
    {
    2
        "workbench.startupEditor": "newUntitledFile",
    3
        "editor.autoClosingBrackets": "languageDefined",
    4
        "editor.fontFamily": "'Fira Code', 'monospace', monospace",
    5
        "editor.fontLigatures": true,
  3. olhovivo-client olhovivo-client Public

    Monitoring and tracking the bus fleet of São Paulo

    TypeScript

  4. wallet wallet Public

    Android app to keep track of my expenses

    JavaScript 1

  5. proffy proffy Public

    Proffy is an online study platform to connect students and teachers.

    TypeScript