Skip to content
View JoaoVictorCabraldeMelo's full-sized avatar
🦊
Opa
🦊
Opa

Block or report JoaoVictorCabraldeMelo

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

Hi 👋 and welcome to my profile !! 🦊 visitors

I am a developer with a passion to functional programming, normally working fullstack but i strongly prefer the backend. Also in my free time i like to resolve some puzzles, play chess, go to the gym and go out with my friends.


Experiences 👨‍💻

Programming Languages :

JavaScript TypeScript Python C C++ C# Java R Ruby Rust Dart

Frameworks

Backend:

NodeJS Express.js Rails Flask

Frontend:

React React Native Bootstrap Redux jQuery Flutter SASS Vue.js

Design:

Figma

Devops:

Git AWS Heroku DigitalOcean Netlify Nginx GitHub Actions GitLab CI

Databases and Data Science:

MySQL Postgres MongoDB NumPy Pandas scikit-learn

Game Developing Engines:

Unreal Engine Unity


Stats 📈

Cabral's GitHub stats

Code Time

Lines of code

🐱 My GitHub Data

📦 191.1 kB Used in GitHub's Storage

🏆 79 Contributions in the Year 2025

💼 Opted to Hire

📜 77 Public Repositories

🔑 3 Private Repositories

I'm an Early 🐤

🌞 Morning                4038 commits        ███████░░░░░░░░░░░░░░░░░░   28.64 % 
🌆 Daytime                8275 commits        ███████████████░░░░░░░░░░   58.69 % 
🌃 Evening                1621 commits        ███░░░░░░░░░░░░░░░░░░░░░░   11.50 % 
🌙 Night                  166 commits         ░░░░░░░░░░░░░░░░░░░░░░░░░   01.18 % 

📅 I'm Most Productive on Thursday

Monday                   2983 commits        █████░░░░░░░░░░░░░░░░░░░░   21.16 % 
Tuesday                  2520 commits        ████░░░░░░░░░░░░░░░░░░░░░   17.87 % 
Wednesday                2472 commits        ████░░░░░░░░░░░░░░░░░░░░░   17.53 % 
Thursday                 3103 commits        ██████░░░░░░░░░░░░░░░░░░░   22.01 % 
Friday                   2263 commits        ████░░░░░░░░░░░░░░░░░░░░░   16.05 % 
Saturday                 306 commits         █░░░░░░░░░░░░░░░░░░░░░░░░   02.17 % 
Sunday                   453 commits         █░░░░░░░░░░░░░░░░░░░░░░░░   03.21 % 

📊 This Week I Spent My Time On

🕑︎ Time Zone: America/Sao_Paulo

💬 Programming Languages: 
Python                   20 mins             █████████████████████████   100.00 % 

🔥 Editors: 
VS Code                  20 mins             █████████████████████████   100.00 % 

💻 Operating System: 
WSL                      20 mins             █████████████████████████   100.00 % 

I Mostly Code in JavaScript

JavaScript               14 repos            █████░░░░░░░░░░░░░░░░░░░░   18.42 % 
TypeScript               10 repos            ███░░░░░░░░░░░░░░░░░░░░░░   13.16 % 
Java                     4 repos             █░░░░░░░░░░░░░░░░░░░░░░░░   05.26 % 
C#                       3 repos             █░░░░░░░░░░░░░░░░░░░░░░░░   03.95 % 
CSS                      3 repos             █░░░░░░░░░░░░░░░░░░░░░░░░   03.95 % 

Last Updated on 17/01/2025 18:42:51 UTC


Pinned Loading

  1. Heart-Mini-Game Heart-Mini-Game Public

    Minigame in Unity

    C# 1

  2. JoaoVictorCabraldeMelo JoaoVictorCabraldeMelo Public

    2

  3. Cabralesca-Engine Cabralesca-Engine Public

    An Engine made with SDL

    C++

  4. PokeApiBack PokeApiBack Public

    Ruby

  5. PokeApiFront PokeApiFront Public

    TypeScript

  6. prova.hs prova.hs
    1
    isSquare (x:xs) n = (x == n) || isSquare xs n
    2
    isSquare [] n = False
    3
    
                  
    4
    
                  
    5
    squares = [x * x | x <- [0..]]